Quote:
Originally Posted by gonzojd7
Can anyone tell me how to install software from the command line in Ubuntu Dapper server using the Install cd. Also, when I type apt-get update, I get errors regarding repositories, but I'm trying to install the software from the install cd...Do I need to add the cd rom to apt/sources.list and if yes how?
Thanks in advance.
|
If you don't have the internet then "apt-get update" won't be any use to you.
Look in your /etc/apt/sources.list and see if there is a line like:
Code:
deb cdrom:[Ubuntu 6.06 _Dapper Drake_ - Release i386 (20060531)]/ dapper main restricted
If it's commented out, then uncomment it. If it's not there then you use the command
to add the CD you have inserted to the source list, then you run
Code:
sudo apt-get upgrade
(You can comment out the servers to stop the errors showing)
When you have done that, you can just "sudo apt-get install [package]"