On Mon, Feb 13, 2006 at 01:08:17PM +0000, hashir n.a wrote: > > hi > I am using ubuntu 5.04 (hoary).Does anybody know from where i can > download the add on cd which contains all the packages. >
AFAIK addon CDs are not available on the net. You can install packages from ubuntu site/mirrors. edit /etc/apt/sources.list file. uncomment all/necessary lines starting with deb (lines containing the word src are for source code which are not normally necessary) and issue the command sudo apt-get update #to update the databases. sudo apt-get upgrade #toupgrade installed packages. sudo apt-get install packagename # to instal the packagename. or use synaptic to install packages with regards M.Balakrishna Pillai
