We are still actively working on the spam issue.

Difference between revisions of "OpenSUSE"

From InstallGentoo Wiki
Jump to: navigation, search
m (Kernel)
Line 33: Line 33:
 
=== Kernel ===
 
=== Kernel ===
 
OpenSUSE has a repository to get the latest stable kernel. To add it,
 
OpenSUSE has a repository to get the latest stable kernel. To add it,
<pre style="overflow: auto;">zypper ar -f http://download.opensuse.org/repositories/Kernel:/stable/standard/x86_64/ stable-kernel</pre>
+
<pre style="overflow: auto;">zypper ar -f http://download.opensuse.org/repositories/Kernel:/stable/standard/ stable-kernel</pre>
 
[http://kernel.opensuse.org/ More information]
 
[http://kernel.opensuse.org/ More information]
  
 
[[Category:GNU/Linux]]
 
[[Category:GNU/Linux]]

Revision as of 17:30, 28 January 2014

openSUSE logo

The openSUSE distribution is a stable, easy to use and complete multi-purpose distribution.

It is aimed towards users and developers working on the desktop or server. It is great for beginners, experienced users and hardcore linux enthusaists alike, in short, it is perfect for everybody! The latest release, openSUSE 13.1, features new and massively improved versions of all useful server and desktop applications. It comes with more than 1,000 open source applications.

openSUSE is also the base for SUSE's award-winning SUSE Linux Enterprise products.

Why use openSUSE?

  • It uses the best .rpm based package manager
  • It has a very professional and easy-to-use installer with stable btrfs support
  • Packages are fairly recent but the system is very stable.
  • It is geared towards both newcomers and advanced users
  • It features the YaST which is the best Linux setup-tool known to man, covering everything DE settings dont cover, with an appealing GTK+, Qt or ncurses UI
  • Has 2 equally supported default desktops: GNOME and KDE. openSUSE is known to deliver the best KDE experience, and the second-best GNOME experience with their customized Desktop Environments.

Useful repositories

Packman

Packman is an huge repository, that mostly contains codecs and other multimedia-related applications. You can enable it from the GUI using YaST, or from the terminal using Zypper:

zypper ar -f packman-essentials http://packman.inode.at/suse/openSUSE_13.1/Essentials/ packman-essentials
zypper ar -f packman-multimedia http://packman.inode.at/suse/openSUSE_13.1/Multimedia/ packman-multimedia

More information

KDE

OpenSUSE provides a repository to use if you want to install the latest stable KDE (Plasma desktop and the application suite).

zypper ar -f http://download.opensuse.org/repositories/KDE:/Release:/412/openSUSE_13.1/ kde-stable
zypper ar -f http://download.opensuse.org/repositories/KDE:/Extra/KDE_Release_412_openSUSE_13.1/ kde-stable-extra

More information

GNOME

More information

Kernel

OpenSUSE has a repository to get the latest stable kernel. To add it,

zypper ar -f http://download.opensuse.org/repositories/Kernel:/stable/standard/ stable-kernel

More information