I downloaded ubuntu-15.10-desktop-amd64. I have never programmed before and I am trying to learn linux. somewhere I saw that I can learn linux on ubuntu (to be honest I don't get that even). anyways after installing I can't seem to open the program.. after I open what i installed, it asks where I want to copy the program or something? please help. thanks
1 Answers
Ubuntu is not a program it is an OS (like Windows) you must install it to your hard drive, not run it from Windows.
"I saw that I can learn linux on ubuntu (to be honest I don't get that even)"
Linux is a small part of Ubuntu, Linux is not the OS itself but the kernel, so Ubuntu is a Linux based OS (amongst other things), there are many Linux based OS they they just get called linux
. See here.
You don't want to learn Linux
, you don't learn Linux, you learn the OS you are using (Ubuntu) as Linux based distributions can be very different.
I will point you in the right direction, first read this post on installing Ubuntu.
Then this one on what Linux is to help with confusion.
Here is the Ubuntu manual
Finally, what you actually need to learn is bash
the default Ubuntu shell, what is bash ? and How to learn it.

- 18,529
- 19
- 78
- 114
bash
is brilliant from the Linux point of view, however if you want to do programs that are easier to work cross-platform it is also a good idea to know about python/C/Java etc. – Wilf Nov 06 '15 at 13:37