Difference between revisions of "Distro-command-translations"
From Linuxintro
imported>ThorstenStaerk |
imported>ThorstenStaerk |
||
Line 4: | Line 4: | ||
! What to do !! SUSE command !! Ubuntu command !! Fedora command | ! What to do !! SUSE command !! Ubuntu command !! Fedora command | ||
|- | |- | ||
− | | Choose and [[install software]] || yast2 sw_single || synaptic || | + | | Choose and [[install software]] || yast2 sw_single || synaptic || gpk-application |
|- | |- | ||
| install the software ''example'' || yast -i ''example'' || apt-get install ''example'' || yum install ''example'' | | install the software ''example'' || yast -i ''example'' || apt-get install ''example'' || yum install ''example'' |
Revision as of 08:21, 16 June 2012
Here is an equivalent command table for default installations of SUSE and Ubuntu.
What to do | SUSE command | Ubuntu command | Fedora command |
---|---|---|---|
Choose and install software | yast2 sw_single | synaptic | gpk-application |
install the software example | yast -i example | apt-get install example | yum install example |
list all installed software | rpm -qa | dpkg -l | rpm -qa |
update your system | you | update-manager | yum update |
long list your folder | ll | ls -l | ll |
call the vim editor | vi | vim | vi |