How to Install Software in Debian Linux
Four Methods:Command lineGraphicalSynapticAdept
Debian is the basis of Ubuntu, Knoppix, MEPIS, Kanotix and Aptosid. If your distro doesn't include all the software you want, you can install additional software from the internet (whether you have broadband or dial-up) or removable media. This can be accomplished graphically or using the command line.
Steps
Understand that in Linux, software is bundled in packages which can be downloaded from repositories (repos). Installation tools are called package managers which automatically resolve dependencies on other software libraries.
Method 1 of 4: Command line
-
1Open a root shell/terminal.Ad
-
2Type the root password (in Ubuntu prefix the following commands with sudo, in MEPIS or Aptosid, first become root by typing su).
-
3To update the package lists type apt-get update
apt-get update
-
1To search for a package type apt-cache search followed by a keyword such as spreadsheet.
-
2Type apt-get install "program name".
-
3For example, to install the Dillo web browser, you would type apt-get install dillo.
apt-get install dillo
-
1Confirm by pressing Y.
-
2You're done.
Method 2 of 4: Graphical
Method 3 of 4: Synaptic
Method 4 of 4: Adept
Adept is even easier than Synaptic.
We could really use your help!
relationships?

microwaved corn?

calculus?

repairing couches?

Warnings
- If you're on dial-up check the size of software before you attempt to download it over the internet, OpenOffice.org is quite large for example.
- Klik and possibly Bitnami install to the /home directory rather than the traditional Linux install to the /opt directory.
Sources and Citations
Article Info
Categories: Debian
In other languages:
Español: Cómo instalar un software en Debian Linux, Italiano: Come Installare Software su Linux Debian, Русский: устанавливать программы в Debian Linux, Português: Como Instalar Software no Debian Linux
Thanks to all authors for creating a page that has been read 88,319 times.
About this wikiHow