LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > elementary OS
User Name
Password
elementary OS This forum is for the discussion of elementary Linux. Note: This forum does not have any official participation.

Notices


Reply
  Search this Thread
Old 01-11-2019, 10:57 AM   #1
swamprat
Member
 
Registered: Sep 2005
Location: New Jersey, USA
Distribution: VMware V12 and V15 in Windows 10, MX Linux 23.1, Kubuntu 23.10, IBM z/VM 5.4
Posts: 558

Rep: Reputation: 34
Download Elementary Linux Without a USB StickG


Greetings, anyone know how to download Elementary Linux ISO without a USB stick. I don't have one and I would like to just download the ISO. Thanks
 
Old 01-11-2019, 11:14 AM   #2
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
you seem to have a means to get to the internet so just download it.

Quote:
Originally Posted by Search Results
Web results
Installation - Elementary OS
https://elementary.io/docs/installation

If you haven't already, you will need to download elementary OS from our home page. You will need to copy the downloaded ISO file to a USB flash drive using ...
 
Old 01-11-2019, 02:10 PM   #3
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by swamprat View Post
Greetings, anyone know how to download Elementary Linux ISO without a USB stick. I don't have one and I would like to just download the ISO. Thanks
surely the downloading itself isn't the problem?
then you can
  • burn it on a CD or a DVD and boot from that
  • even point grub to boot straight from the .iso (this has been discussed here and elsewhere, use the search)
 
Old 01-11-2019, 04:39 PM   #4
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,136
Blog Entries: 6

Rep: Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826
Code:
wget --spider http://nyc3.dl.elementary.io/downloa...e.20181016.iso
Spider mode enabled. Check if remote file exists.
...
HTTP request sent, awaiting response... 200 OK
Length: 1478492160 (1.4G) [application/octet-stream]
Remote file exists.
 
Old 05-01-2019, 01:19 AM   #5
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,799
Blog Entries: 1

Rep: Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066
http://nyc3.dl.elementary.io/downloa...e.20181016.iso is apparently now useless. Wget fetched a 9160 byte .iso with null content. Apparently there's no way to test drive Elementary for free. At least, I struck out trying to find a way.
 
Old 05-01-2019, 06:42 AM   #6
individual
Member
 
Registered: Jul 2018
Posts: 315
Blog Entries: 1

Rep: Reputation: 233Reputation: 233Reputation: 233
Quote:
Originally Posted by mrmazda View Post
http://nyc3.dl.elementary.io/downloa...e.20181016.iso is apparently now useless. Wget fetched a 9160 byte .iso with null content. Apparently there's no way to test drive Elementary for free. At least, I struck out trying to find a way.
Sure you can. Since it's a "pay what you want" model, you can choose to pay $0.00USD. But I saved you the trouble of doing that.
 
1 members found this post helpful.
Old 05-01-2019, 06:43 AM   #7
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,136
Blog Entries: 6

Rep: Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826
Code:
wget --spider http://nyc3.dl.elementary.io/download/MTU1NjcxMDMwMw==/elementaryos-5.0-stable.20181016.iso
...
HTTP request sent, awaiting response... 200 OK
Length: 1478492160 (1.4G) [application/octet-stream]
Remote file exists.

curl -I https://nyc3.dl.elementary.io/download/MTU1NjcxMDMwMw==/elementaryos-5.0-stable.20181016.iso
HTTP/2 200 
server: nginx/1.14.0
date: Wed, 01 May 2019 11:28:47 GMT
content-type: application/octet-stream
content-length: 1478492160
...

HEAD http://nyc3.dl.elementary.io/download/MTU1NjcxMDMwMw==/elementaryos-5.0-stable.20181016.iso
200 OK
Cache-Control: no-transform
Connection: close
Date: Wed, 01 May 2019 11:25:55 GMT
Accept-Ranges: bytes
ETag: "5bc61d15-58200000"
Server: nginx/1.14.0
Content-Length: 1478492160
...

lynx -head -dump https://nyc3.dl.elementary.io/download/MTU1NjcxMDMwMw==/elementaryos-5.0-stable.20181016.iso
HTTP/1.1 200 OK
Server: nginx/1.14.0
Date: Wed, 01 May 2019 11:29:19 GMT
Content-Type: application/octet-stream
Content-Length: 1478492160
...
 
1 members found this post helpful.
Old 05-01-2019, 07:23 AM   #8
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,799
Blog Entries: 1

Rep: Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066
Quote:
Originally Posted by individual View Post
Sure you can. Since it's a "pay what you want" model, you can choose to pay $0.00USD.
I tried simply 0 and got no response. It didn't occur to me to try a formatted 0, or a WebKit or Blink browser.

Quote:
But I saved you the trouble of doing that.
It worked. Thank you!

One of my tries before I originally posted here:
Code:
wget http://nyc3.dl.elementary.io/download/MTU0NzI0NjIwMg==/elementaryos-5.0-stable.20181016.iso
--2019-05-01 02:13:53--  http://nyc3.dl.elementary.io/download/MTU0NzI0NjIwMg==/elementaryos-5.0-stable.20181016.iso
Resolving nyc3.dl.elementary.io (nyc3.dl.elementary.io)... 104.131.190.176, 2604:a880:800:10::9c3:b001
Connecting to nyc3.dl.elementary.io (nyc3.dl.elementary.io)|104.131.190.176|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://nyc3.dl.elementary.io/download/MTU0NzI0NjIwMg==/elementaryos-5.0-stable.20181016.iso [following]
--2019-05-01 02:13:53--  https://nyc3.dl.elementary.io/download/MTU0NzI0NjIwMg==/elementaryos-5.0-stable.20181016.iso
Connecting to nyc3.dl.elementary.io (nyc3.dl.elementary.io)|104.131.190.176|:443... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: https://elementary.io/410 [following]
--2019-05-01 02:13:53--  https://elementary.io/410
Resolving elementary.io (elementary.io)... 104.28.4.44, 104.28.5.44, 2606:4700:30::681c:52c, ...
Connecting to elementary.io (elementary.io)|104.28.4.44|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: 'elementaryos-5.0-stable.20181016.iso'

    [ <=>                                                                          ] 9,190       --.-K/s   in 0.002s

Last-modified header missing -- time-stamps turned off.
2019-05-01 02:13:54 (5.47 MB/s) - 'elementaryos-5.0-stable.20181016.iso' saved [9190]

Last edited by mrmazda; 05-01-2019 at 07:39 AM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Elementary Download NightSky elementary OS 4 06-26-2015 12:21 PM
[SOLVED] Dual boot windows 8 and elementary without the grub list brunobbn Linux - Newbie 3 09-22-2013 11:38 PM
LXer: Elementary Studio GTK Theme - Fusion of Elementary and Ubuntu Studio Themes LXer Syndicated Linux News 0 01-18-2011 08:21 PM
LXer: What is Nautilus Elementary And How to Install Nautilus Elementary in Ubuntu Lu LXer Syndicated Linux News 0 05-21-2010 01:10 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > elementary OS

All times are GMT -5. The time now is 07:29 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration