How to Install and Uninstall libepoxy0 Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "libepoxy0" package

Please follow the instructions below to install libepoxy0 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install libepoxy0

2. Uninstall "libepoxy0" package

Please follow the steps below to uninstall libepoxy0 on openSuSE Tumbleweed:

$ sudo zypper remove libepoxy0

3. Information about the libepoxy0 package on openSuSE Tumbleweed

Information for package libepoxy0:
----------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : libepoxy0
Version : 1.5.10-2.3
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.2 MiB
Installed : No
Status : not installed
Source package : libepoxy-1.5.10-2.3.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().