Debian

From Linuxintro
Revision as of 10:28, 18 January 2010 by imported>ThorstenStaerk (New page: = Installing software = To search for and install software using a comfortable gui, use synaptic To install software from the repositories in the command line, use apt-get install ''mysq...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Installing software

To search for and install software using a comfortable gui, use

synaptic

To install software from the repositories in the command line, use

apt-get install mysql-server

This installs mysql-server. To install debian software packages from your harddisk, use dpkg. To search for software using the command line:

apt-cache search mysql-server

Searches for mysql-server in the repositories.