How To Install libyui on Fedora 36
Introduction
In this tutorial we learn how to install libyui
on Fedora 36.
What is libyui
This is the user interface engine that provides the abstraction from graphical user interfaces (Qt, Gtk) and text based user interfaces (ncurses). Originally developed for YaST, libyui can now be used independently of YaST for generic (C++) applications. libyui has very few dependencies.
We can use yum
or dnf
to install libyui
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libyui.
Install libyui on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libyui
using dnf
by running the following command:
sudo dnf -y install libyui
Install libyui on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libyui
using yum
by running the following command:
sudo yum -y install libyui
How To Uninstall libyui on Fedora 36
To uninstall only the libyui
package we can use the following command:
sudo dnf remove libyui
libyui Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/6f
/usr/lib/.build-id/6f/ffe58464c4fe7532425090c8c9b30eb911ec8b
/usr/lib/libyui.so.15
/usr/lib/libyui.so.15.0.0
/usr/share/libyui
/usr/share/licenses/libyui
/usr/share/licenses/libyui/COPYING.gpl-3
/usr/share/licenses/libyui/COPYING.lgpl-2.1
/usr/share/licenses/libyui/COPYING.lgpl-3
References
Summary
In this tutorial we learn how to install libyui
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libyui on Fedora 36” linkTitle: “libyui” type: “docs” description: “In this tutorial we learn how to install libyui in Fedora 36. libyui is GUI-abstraction library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libyui-featured.png
Introduction
In this tutorial we learn how to install libyui
on Fedora 36.
What is libyui
This is the user interface engine that provides the abstraction from graphical user interfaces (Qt, Gtk) and text based user interfaces (ncurses). Originally developed for YaST, libyui can now be used independently of YaST for generic (C++) applications. libyui has very few dependencies.
We can use yum
or dnf
to install libyui
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libyui.
Install libyui on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libyui
using dnf
by running the following command:
sudo dnf -y install libyui
Install libyui on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libyui
using yum
by running the following command:
sudo yum -y install libyui
How To Uninstall libyui on Fedora 36
To uninstall only the libyui
package we can use the following command:
sudo dnf remove libyui
libyui Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/20
/usr/lib/.build-id/20/c58f325c6ca0145a500c10e091b1688a990465
/usr/lib64/libyui.so.15
/usr/lib64/libyui.so.15.0.0
/usr/share/libyui
/usr/share/licenses/libyui
/usr/share/licenses/libyui/COPYING.gpl-3
/usr/share/licenses/libyui/COPYING.lgpl-2.1
/usr/share/licenses/libyui/COPYING.lgpl-3
References
Summary
In this tutorial we learn how to install libyui
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).