cbagger01
Group: Members
Posts: 4264
Joined: Oct. 2003 |
|
Posted: July 15 2004,01:28 |
|
For more info, read the "how-to" and search the forums for keyword "apt", choose SEARCH ALL FORUMS and search FROM THE BEGINNING or NEWER
In short:
Choose Enable Apt from the menu and wait for it to install. To install 'packagename', open an xterminal and type:
sudo su apt-get install packagename
to install from the Debian 'stable' package server.
If you want to manually install a package file that you have downloaded, type:
sudo su dpkg -i packagefilename.deb
Or if you want the point-n-click way of installing debian packages, choose "Synaptic" from the Got Memory & Bandwidth menu.
HTH
|