How to Install and Uninstall libepoxy0 Package on openSUSE Leap

Last updated: July 05,2024

1. Install "libepoxy0" package

Please follow the steps below to install libepoxy0 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install libepoxy0

2. Uninstall "libepoxy0" package

Here is a brief guide to show you how to uninstall libepoxy0 on openSUSE Leap:

$ sudo zypper remove libepoxy0

3. Information about the libepoxy0 package on openSUSE Leap

Information for package libepoxy0:
----------------------------------
Repository : Main Repository
Name : libepoxy0
Version : 1.5.10-150500.1.2
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 1.2 MiB
Installed : No
Status : not installed
Source package : libepoxy-1.5.10-150500.1.2.src
Upstream URL : https://github.com/anholt/libepoxy
Summary : OpenGL function pointer management library
Description :
Epoxy is a library for handling OpenGL function pointer management for you.
It hides the complexity of dlopen(), dlsym(), glXGetProcAddress(),
eglGetProcAddress(), etc. from the app developer, with very little knowledge
needed on their part. They get to read GL specs and write code using undecorated
function names like glCompileShader().