FAQ

Ga naar: navigatie, zoeken
Vragen of oplossingen op deze vragen over openSUSE? Voel u vrij om ze toe te voegen aan deze FAQ!

Installeren van openSUSE

Wat zijn de verschillende installatiemethoden?

Zie Downloaden en openSUSE kopen.


openSUSE en software

Installatiebronnen

Waar zijn de installatiebronnen van pakketten?

Dit artikel is nog maar gedeeltelijk vertaald. Als u mee wilt helpen met vertalen lees dan Wiki vertalen naar het Nederlands.

To make use of the standard package repositories, see Package repositories. For information on additional repositories, see Additional package repositories, or use the Software Repositories module in YaST.

What other package sources can I enable and add?

As well as the online openSUSE package repository, you might consider adding the Packman repository. For more information on these and a quick howto, see Repositories on openSUSE-Community.org.

"A ZYpp transaction is already in progress"

If you get this error at any time, make sure that all programs that might be using the package management system have been closed down. This includes Zypper, YaST package manager module and any application accessing the RPM database. If you are sure that none of these are running, then one of them might be misbehaving. To kill the offending process, execute:

su -c "kill -9 $(lsof -t /usr/lib/libzypp*)"

That works if it's zypper, but YaST can be running and tying up the lock, and it won't show up with lsof. Instead, try looking at the same thing zypper is looking at when it gives you the error:

cat /var/run/zypp.pid

/var/run/zypp.pid is the lock file for zypper. If it exists, it contains the pid of the process holding the lock. Use ps to check for what program it is like:

ps 'cat /var/run/zypp.pid'

Then kill it if it makes sense to do it. If, as is possible, that process doesn't exist, then

su rm /var/run/zypp.pid

will fix the problem.

Why isn't MPEG-4/encrypted DVDs/Quicktime etc. support available?

Legal restrictions prevent various packages and formats openSUSE users frequently request to be included in openSUSE from being distributed. See Restricted formats for more specific information.

Upgrading to the latest KDE

openSUSE always provides the latest version of KDE, should you want it. There's a wonderful guide for setting this up at KDE/Upgrade

Are packages X, Y, Z available anywhere? How can I search for packages?

The vast majority of packages will be available in the standard recommended repositories. However, there are hundreds of other packages available through the Build Service as well. There is a package search which will search the standard online repositories, Packman, as well as the Build Service, at packages.opensuse-community.org.

Composite manager (Compiz/Compiz-Fusion)

Can I get Compiz running on openSUSE?

Sure. Compiz is available in the Build Service. Plugins and settings tools are Compiz-Fusion; for a guide on setting Compiz up, see Compiz. Recent releases of Compiz can be found on Build Service repositories. There is a guide and more information on Compiz available at Compiz.

If you use KDE 4, you should use the native composite manager KWin.



Hardware

Can I find a list of supported hardware around?

There is a nice hardware compatibility list available. This list is certainly not exhaustive, but it contains a lot of information which may be of help.

How can I get my piece of hardware to work?

You may wish to search for your hardware model or type of hardware in the openSUSE Wiki and see if any information can be found.

Graphics card drivers

How do I get the ATI/Nvidia binary drivers up and running?

See SDB:NVIDIA and SDB:ATI.

Wireless

Is there a list of supported wireless cards available?

Sure, take a look at http://linux-wless.passys.nl/

Any card with a "green" status has native Linux drivers available. The majority of them can be compiled into the SUSE kernel by hand, but some, like Atheros and acx100 based chipsets, only need a few RPMs to be installed. Check in a non-OSS repository to locate RPMs, if any.

How can I get my wireless card up and running?

When proprietary Linux wireless drivers were made available by the manufacturer, there is a reasonable chance that an older wireless card will work immediately after being configured within YaST. For newer wireless cards, if a Linux wireless driver was proprietary, then openSUSE may need additional drivers (such as the SDB:Atheros madwifi driver), followed by configuring the card/driver with YaST. For wireless cards where no native Linux driver is available, it may be necessary to use SDB:Ndiswrapper.

Webcams

How do I install my webcam?

Look at the article web cameras in order to setup you webcam.


Communicate

My question isn't answered here or I'd like more help

Try Portal:Support available also from any page trough link Support on the left side in a section Navigation.

Join us! See openSUSE:Communication channels page.


AppArmor

What is AppArmor?

Novell AppArmor is an effective and easy-to-use Linux application security system that protects your Linux operating system and applications from the effects of attacks, viruses, and malicious applications. AppArmor is not a firewall or a virus detection application--it is a complete intrusion prevention system.

How does it compare with SELinux?

SELinux implements labeled security, which applies a tag identifying the appropriate security level to each data file. Although this feature is valued by intelligence agencies, it introduces a significant level of complexity and its applicability to commercial enterprise is limited. Thus, while both AppArmor and SELinux strive for the same objective, AppArmor is much easier to deploy and maintain:
  • AppArmor includes a fully automated, YaST-based tool set for developing security policy. In contrast, the SELinux method for creating and modifying a program's policy is mostly text-based, requires many steps, and involves a significant amount of manual configuration and intervention.
  • The AppArmor solution is extremely auditable--AppArmor policies are human readable and easily understood.
  • No expert knowledge is required. Unlike SELinux, just about anyone can use the AppArmor tools to configure a system and protect it from malicious software.
  • Applications don't have to be modified at all to be protected by AppArmor. To get the full power of SELinux, applications must be recompiled and linked against SELinux libraries.

Is there any documentation available for AppArmor?

See AppArmor wiki page.

External links