Difference between revisions of "Suse-ubuntu equivalent commands"

From Linuxintro
imported>ThorstenStaerk
m
imported>ThorstenStaerk
Line 8: Line 8:
 
| provide a long list of a directory  || ll    || ls -l
 
| provide a long list of a directory  || ll    || ls -l
 
|-
 
|-
 +
| install a software package, e.g. firefox || yast -i firefox || sudo apt-get install firefox
 
|}
 
|}

Revision as of 06:04, 10 September 2010

This describes differences in the default installations of SUSE and Ubuntu.

description SUSE Ubuntu
edit a text file in text mode vi vim
provide a long list of a directory ll ls -l
install a software package, e.g. firefox yast -i firefox sudo apt-get install firefox