Tutorials/Install KDE software: Difference between revisions
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
With SUSE Linux you install software using yast, for example to install [[kwrite]] you will [[Special:MyLanguage/Tutorials/open a console|open a console]] and enter | With SUSE Linux you install software using yast, for example to install [[kwrite]] you will [[Special:MyLanguage/Tutorials/open a console|open a console]] and enter | ||
yast -i kwrite | yast -i kwrite | ||
= Ubuntu = | |||
With Ubuntu Linux you install software using apt-get. For example to install [[kwrite]] you will [[Special:MyLanguage/Tutorials/open a console|open a console]] and enter | |||
sudo apt-get install kwrite |
Revision as of 12:29, 8 August 2011
To install KDE software we recommend using the means of your distribution. Here is how you find out your distribution.
SUSE Linux
With SUSE Linux you install software using yast, for example to install kwrite you will open a console and enter
yast -i kwrite
Ubuntu
With Ubuntu Linux you install software using apt-get. For example to install kwrite you will open a console and enter
sudo apt-get install kwrite