Difference between revisions of "Distro-command-translations"

From Linuxintro
imported>ThorstenStaerk
imported>ThorstenStaerk
Line 2: Line 2:
  
 
{| class="wikitable sortable" border=1
 
{| class="wikitable sortable" border=1
! What to do !! SUSE command !! Ubuntu command
+
! What to do !! SUSE command !! Ubuntu command !! Fedora command
 
|-
 
|-
| [[Install software]] || yast2 sw_single || synaptic
+
| Choose and [[install software]] || yast2 sw_single || synaptic || system-config-packages
 +
|-
 +
| install the software ''example'' || yast -i ''example'' || apt-get install ''example'' || yum install ''example''
 
|-  
 
|-  
 
| update your system || you || update-manager
 
| update your system || you || update-manager

Revision as of 07:52, 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 system-config-packages
install the software example yast -i example apt-get install example yum install example
update your system you update-manager
long list your folder ll ls -l
call the vim editor vi vim