Recently acquired new parts to build my second custom computer, primary focus of gaming. Looking into a new OS I just can't justify buying Windows 10. I tried downloading Ubuntu on my current computer but it requires a certain reader that I don't have. ubuntu-16.04.1-desktop-amd64.iso is the name of the file. Standardized disc image stored in ISO-9660 data format – contains complete disc file structure, including files, file attributes, and boot code. That's the description I get so maybe it's because I'm on a computer with an OS already installed it won't run? So a few questions from someone who only knows that Ubuntu is an OS:
How do I go about putting Ubuntu onto a flash drive from my current computer and then installing that onto my new computer? Doesn't the new computer need that reader as well? Any guidance regarding installation and making sure it runs reliably is appreciated.
Any tips for a brand new user of Ubuntu who has no experience and has only dealt with Windows?
Thanks for taking the time to read my comment, even if your answer is a link to a helpful thread that would be really appreciated.
Edit 1: I have one 500gb SSD, Samsung EVO 850 to be specific, no HDD or second hard drive.
Edit 2: My "new" computer is one that I have to put together and build myself with 1 blank, 500gb SSD. It does not have an OS on it, How would I go about putting Ubuntu onto the SSD? Would I get a bootable USB and download the files from there onto my SSD? Then choose to boot from my SSD? I am currently using my "old" computer which is running Windows 7.
apt
command, which is used to install and uninstall a huge variety of software packages. For example, to get up and running with the Steam game platform (which has a decent Linux selection these days), you can open up a terminal (i.e., a command line) and runsudo apt update; sudo apt install steam
. Once that finishes, you've got Steam installed. – Olathe Dec 21 '16 at 23:51