Just copy the files from the CDROM to the directory
/var/cache/apt/archives.
Open the Terminal Window & type:
$
sudo cp /cdrom/*.deb /var/cache/apt/archives
Now update the Source list
$
sudo cp /etc/apt/sources.list /etc/apt/sources_back.list
$
sudo gedit /etc/apt/sources.list
Just copy & Paste & following in the file.
Code:
deb-src http://archive.ubuntu.com/ubuntu dapper main restricted
## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://archive.ubuntu.com/ubuntu/ dapper universe main restricted multiverse
deb-src http://archive.ubuntu.com/ubuntu dapper universe
deb http://security.ubuntu.com/ubuntu dapper-security main restricted
deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted
Save the file
/etc/apt/sources.list
Now you must fetch the Source updates from the Net (it takes a few minutes using a broadband connection)
$
sudo apt-get update
Wait until the updates are complete.
After that install packages using 'apt-get'
For eg.,
$
sudo apt-get install xmms xmms-skins
Or use Synaptic Package Manager to install packages.