Difference between revisions of "Install software"

From Linuxintro
imported>ThorstenStaerk
(New page: If you want to install software on Linux, first try the way your distribution offers you. This is most time-efficient. If that is not possible (maybe because your distribution does not...)
 
imported>ThorstenStaerk
m
Line 3: Line 3:
 
* [[find out your distribution]]
 
* [[find out your distribution]]
 
* for SUSE Linux, do
 
* for SUSE Linux, do
  yast -i firefox
+
  yast -i ''firefox''
 
* for Ubuntu Linux, do
 
* for Ubuntu Linux, do
  apt-get install firefox
+
  apt-get install ''firefox''
 
* for Fedora Linux, do
 
* for Fedora Linux, do
  yum install firefox
+
  yum install ''firefox''

Revision as of 16:12, 7 February 2009

If you want to install software on Linux, first try the way your distribution offers you. This is most time-efficient. If that is not possible (maybe because your distribution does not offer the software you are looking for) other ways are available. But first try the easy way. Here is how it goes on the example of the software firefox:

yast -i firefox
  • for Ubuntu Linux, do
apt-get install firefox
  • for Fedora Linux, do
yum install firefox