apt stuff
This post was written 7 years ago.
Fri, 12 Aug 2005
i'm currently building a bare-bones LAMP server using ubuntu 5.04. so today i've been getting to grips with apt:-
to enable all the ubuntu manged repositories:-
edit /etc/apt/sources.list - uncomment all the commented out URL's
to search for a package:-
apt-cache search whatever
to install:-
apt-get install whatever
update: you can now use aptitude instead of apt-get. apt-whatever etc
to enable all the ubuntu manged repositories:-
edit /etc/apt/sources.list - uncomment all the commented out URL's
to search for a package:-
apt-cache search whatever
to install:-
apt-get install whatever
update: you can now use aptitude instead of apt-get. apt-whatever etc
This post was written 7 years ago, which in internet time is really, really old. This means that what is written above, and the links contained within, may now be obsolete, inaccurate or wildly out of context, so please bear that in mind :)
Comments