Difference between revisions of "Suse-ubuntu equivalent commands"
From Linuxintro
(LVYEBFSJSnvcNvOMY) |
imported>ThorstenStaerk |
||
(7 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
− | + | This describes differences in the default installations of SUSE and Ubuntu. | |
+ | |||
+ | {| class="wikitable sortable" border=1 | ||
+ | ! 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 | ||
+ | |} |
Latest revision as of 13:31, 19 September 2013
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 |