How To Install libyui-ncurses on Fedora 36
Introduction
In this tutorial we learn how to install libyui-ncurses
on Fedora 36.
What is libyui-ncurses
This package contains the NCurses (text based) user interface component for libyui.
We can use yum
or dnf
to install libyui-ncurses
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libyui-ncurses.
Install libyui-ncurses 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-ncurses
using dnf
by running the following command:
sudo dnf -y install libyui-ncurses
Install libyui-ncurses 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-ncurses
using yum
by running the following command:
sudo yum -y install libyui-ncurses
How To Uninstall libyui-ncurses on Fedora 36
To uninstall only the libyui-ncurses
package we can use the following command:
sudo dnf remove libyui-ncurses
libyui-ncurses Package Contents on Fedora 36
---
title: "How To Install libyui-ncurses on Fedora 36"
linkTitle: "libyui-ncurses"
type: "docs"
description: "In this tutorial we learn how to install libyui-ncurses in Fedora 36. libyui-ncurses is Libyui - NCurses (text based) user interface"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libyui-ncurses-featured.png
---
## Introduction
In this tutorial we learn how to install `libyui-ncurses` on Fedora 36.
### What is `libyui-ncurses`
> This package contains the NCurses (text based) user interface component for libyui.
We can use `yum` or `dnf` to install `libyui-ncurses` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libyui-ncurses.
## Install libyui-ncurses on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install libyui-ncurses
using dnf
by running the following command:
sudo dnf -y install libyui-ncurses
Install libyui-ncurses 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-ncurses
using yum
by running the following command:
sudo yum -y install libyui-ncurses
How To Uninstall libyui-ncurses on Fedora 36
To uninstall only the libyui-ncurses
package we can use the following command:
sudo dnf remove libyui-ncurses
libyui-ncurses Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/51
/usr/lib/.build-id/51/c749ecf72ca185edd6df2768f4c55b780472ca
/usr/lib64/yui/libyui-ncurses.so.15
/usr/lib64/yui/libyui-ncurses.so.15.0.0
/usr/share/doc/libyui-ncurses
/usr/share/doc/libyui-ncurses/COPYING.gpl-3
/usr/share/doc/libyui-ncurses/COPYING.lgpl-2.1
/usr/share/doc/libyui-ncurses/COPYING.lgpl-3
/usr/lib/.build-id
/usr/lib/.build-id/1a
/usr/lib/.build-id/1a/778e966754ecdccd67bfc5f10458fc828d8074
/usr/lib/yui/libyui-ncurses.so.15
/usr/lib/yui/libyui-ncurses.so.15.0.0
/usr/share/doc/libyui-ncurses
/usr/share/doc/libyui-ncurses/COPYING.gpl-3
/usr/share/doc/libyui-ncurses/COPYING.lgpl-2.1
/usr/share/doc/libyui-ncurses/COPYING.lgpl-3
References
Summary
In this tutorial we learn how to install libyui-ncurses
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
## References
* [libyui-ncurses website](https://github.com/libyui/libyui)
## Summary
In this tutorial we learn how to install `libyui-ncurses` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).