Difference between revisions of "Suse-ubuntu equivalent commands"

From Linuxintro
(ivnWcudtXyp)
imported>ThorstenStaerk
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
i'm sorry. i love    i'm sorry. i love Gnome, i can't really get used to KDE, but sinayg that they're more straightforward or easy to use for the complete beginner than OS X is just hilarious.i wouldn't give neither of them to my mom. and not because they are unintuitive or bad. no. because they're not organised well enough. i'm not a fan of Apple's recent innovations', but OS X is the only OS that can please both a UNIX geek and a 5 year old child. too bad Apple tries restricts everything and alienates devs.
+
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