How to Install and Uninstall golang-github-linuxdeepin-go-gir-generator Package on openSuSE Tumbleweed

Last updated: June 29,2024

1. Install "golang-github-linuxdeepin-go-gir-generator" package

This is a short guide on how to install golang-github-linuxdeepin-go-gir-generator on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install golang-github-linuxdeepin-go-gir-generator

2. Uninstall "golang-github-linuxdeepin-go-gir-generator" package

Please follow the guidance below to uninstall golang-github-linuxdeepin-go-gir-generator on openSuSE Tumbleweed:

$ sudo zypper remove golang-github-linuxdeepin-go-gir-generator

3. Information about the golang-github-linuxdeepin-go-gir-generator package on openSuSE Tumbleweed

Information for package golang-github-linuxdeepin-go-gir-generator:
-------------------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : golang-github-linuxdeepin-go-gir-generator
Version : 2.1.0-1.13
Arch : noarch
Vendor : openSUSE
Installed Size : 1.1 MiB
Installed : No
Status : not installed
Source package : deepin-gir-generator-2.1.0-1.13.src
Upstream URL : https://github.com/linuxdeepin/go-gir-generator
Summary : Additional mobile libraries
Description :
Go-gir-generator imeplement static golang bindings for GObject.
There has many go bindings for GObject/Gtk libraries, but almost all of them
are written by hand. It's bored and error-prone when the binding C libaray
changed.
Go-gir-geneator's object is like python-gobject's that binding the newest
library without need change binding codes.
Currently it only official support Gobject-2.0, Glib-2.0, Gio-2.0. Because
generate the gdkpixbuf binding hasn't completed, so Gdk/Gtk were also in blocking.