Problem in Ubuntu 12.10

flyboys13

Right off the assembly line
i am a new user of ubuntu, i have just installed ubuntu from the digit cd. But i dont know how to install softwares in the cd on ubuntu 12.10. plzzz help
 
OP
F

flyboys13

Right off the assembly line
i have a cd with many ubuntu softwares in it, but dont know how to install them.

- - - Updated - - -

Open terminal.

Code:
sudo apt-get install <package-name>

and what to write in package name

- - - Updated - - -

Open terminal.

Code:
sudo apt-get install <package-name>
it is not working can you tell me what to write in package name
 

aaruni

The Linux Guy
Maybe your disk is corrupt. Try copying the files to your HDD and then try to double click. Most compatible things will work that way.

And if you want to install, say, Firefox, then,

Code:
sudo apt-get install firefox
 
Top Bottom