How to Install and Uninstall libgraphene-1_0-0-32bit Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "libgraphene-1_0-0-32bit" package

Please follow the steps below to install libgraphene-1_0-0-32bit on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install libgraphene-1_0-0-32bit

2. Uninstall "libgraphene-1_0-0-32bit" package

This guide covers the steps necessary to uninstall libgraphene-1_0-0-32bit on openSuSE Tumbleweed:

$ sudo zypper remove libgraphene-1_0-0-32bit

3. Information about the libgraphene-1_0-0-32bit package on openSuSE Tumbleweed

Information for package libgraphene-1_0-0-32bit:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : libgraphene-1_0-0-32bit
Version : 1.10.8-1.9
Arch : x86_64
Vendor : openSUSE
Installed Size : 189.4 KiB
Installed : No
Status : not installed
Source package : graphene-1.10.8-1.9.src
Upstream URL : https://ebassi.github.io/graphene/
Summary : Thin type layer for graphic libraries
Description :
When creating graphic libraries you most likely end up dealing with points
and rectangles. If you're particularly unlucky, you may end up dealing
with affine matrices and 2D transformations. If you're writing a graphic
library with 3D transformations, though, you are going to hit the jackpot:
4x4 matrices, projections, transformations, vectors, and quaternions.
This library provides types and their relative API; it does not deal with
windowing system surfaces, drawing, scene graphs, or input. You're
supposed to do that yourself, in your own canvas implementation, which is
the whole point of writing the library in the first place.