How to Install and Uninstall libglut3 Package on openSUSE Leap

Last updated: June 03,2024

1. Install "libglut3" package

Here is a brief guide to show you how to install libglut3 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install libglut3

2. Uninstall "libglut3" package

This tutorial shows how to uninstall libglut3 on openSUSE Leap:

$ sudo zypper remove libglut3

3. Information about the libglut3 package on openSUSE Leap

Information for package libglut3:
---------------------------------
Repository : Main Repository
Name : libglut3
Version : 3.2.1-1.24
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 351.9 KiB
Installed : No
Status : not installed
Source package : freeglut-3.2.1-1.24.src
Upstream URL : http://freeglut.sourceforge.net/
Summary : Freely licensed alternative to the GLUT library
Description :
Freeglut is a completely open source alternative to the OpenGL Utility
Toolkit (GLUT) library. GLUT was originally written by Mark Kilgard to
support the sample programs in the second edition OpenGL Redbook. Since
then, GLUT has been used in a wide variety of practical applications
because it is simple, universally available, and highly portable.
GLUT (and freeglut) allow the user to create and manage windows
containing OpenGL contexts and also read the mouse, keyboard, and
joystick functions on a wide range of platforms.

5. The same packages on other Linux Distributions