How To Install gnudos on Fedora 36
Introduction
In this tutorial we learn how to install gnudos
on Fedora 36.
What is gnudos
GnuDOS is a library of functions for use under the GNU/Linux console/xterm. It provides 3 core components and 2 utility programs. The core components are Kbd (for keyboard handling), Screen (for screen handling) and Dialogs (for drawing dialogs and input boxes). The utility programs are file manager) and mino (the console text editor). GnuDOS is a group of utilities that were designed to introduce new users to the GNU system. The tools included in the library have a look-and-feel familiar to users of MS-DOS like systems. The aim is to provide users accustomed to such systems a gentle way to learn how to use the GNU operating system.
We can use yum
or dnf
to install gnudos
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gnudos.
Install gnudos 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 gnudos
using dnf
by running the following command:
sudo dnf -y install gnudos
Install gnudos 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 gnudos
using yum
by running the following command:
sudo yum -y install gnudos
How To Uninstall gnudos on Fedora 36
To uninstall only the gnudos
package we can use the following command:
sudo dnf remove gnudos
gnudos Package Contents on Fedora 36
/usr/bin/mino
/usr/bin/prime
/usr/lib/.build-id
/usr/lib/.build-id/1e
/usr/lib/.build-id/1e/b4dc45f1648765ecabc1f52d3a9f85053c24e0
/usr/lib/.build-id/75
/usr/lib/.build-id/75/61c8a561601076b630e6855ebb8af5e542479b
/usr/lib/.build-id/a1
/usr/lib/.build-id/a1/975f594d9ab7bebaae759fb178c2117cabd6b3
/usr/lib/libgnudos.so.1
/usr/lib/libgnudos.so.1.0.9
/usr/share/doc/gnudos
/usr/share/doc/gnudos/COPYING
/usr/share/doc/gnudos/README
/usr/share/doc/gnudos/hello_gnudos.c
/usr/share/doc/gnudos/hello_strings.c
/usr/share/doc/gnudos/keybindings
/usr/share/doc/gnudos/mino
/usr/share/doc/gnudos/mino/README
/usr/share/doc/gnudos/mino/keybindings
/usr/share/doc/gnudos/prime
/usr/share/doc/gnudos/prime/README
/usr/share/doc/gnudos/prime/keybindings
/usr/share/info/gnudos.info.gz
/usr/share/info/mino.info.gz
/usr/share/info/prime.info.gz
/usr/share/man/man1/gnudos.1.gz
/usr/share/man/man1/mino.1.gz
/usr/share/man/man1/prime.1.gz
References
Summary
In this tutorial we learn how to install gnudos
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install gnudos on Fedora 36” linkTitle: “gnudos” type: “docs” description: “In this tutorial we learn how to install gnudos in Fedora 36. gnudos is The GnuDOS library for GNU/Linux” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/gnudos-featured.png
Introduction
In this tutorial we learn how to install gnudos
on Fedora 36.
What is gnudos
GnuDOS is a library of functions for use under the GNU/Linux console/xterm. It provides 3 core components and 2 utility programs. The core components are Kbd (for keyboard handling), Screen (for screen handling) and Dialogs (for drawing dialogs and input boxes). The utility programs are file manager) and mino (the console text editor). GnuDOS is a group of utilities that were designed to introduce new users to the GNU system. The tools included in the library have a look-and-feel familiar to users of MS-DOS like systems. The aim is to provide users accustomed to such systems a gentle way to learn how to use the GNU operating system.
We can use yum
or dnf
to install gnudos
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gnudos.
Install gnudos 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 gnudos
using dnf
by running the following command:
sudo dnf -y install gnudos
Install gnudos 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 gnudos
using yum
by running the following command:
sudo yum -y install gnudos
How To Uninstall gnudos on Fedora 36
To uninstall only the gnudos
package we can use the following command:
sudo dnf remove gnudos
gnudos Package Contents on Fedora 36
/usr/bin/mino
/usr/bin/prime
/usr/lib/.build-id
/usr/lib/.build-id/0e
/usr/lib/.build-id/0e/53bfacf091fc70ca0dde644c079809e22acc83
/usr/lib/.build-id/45
/usr/lib/.build-id/45/a6d736cc2eceb522194168750f2f391993b926
/usr/lib/.build-id/87
/usr/lib/.build-id/87/634a3e7b504471a0fcea8db5784873c33983f4
/usr/lib64/libgnudos.so.1
/usr/lib64/libgnudos.so.1.0.9
/usr/share/doc/gnudos
/usr/share/doc/gnudos/COPYING
/usr/share/doc/gnudos/README
/usr/share/doc/gnudos/hello_gnudos.c
/usr/share/doc/gnudos/hello_strings.c
/usr/share/doc/gnudos/keybindings
/usr/share/doc/gnudos/mino
/usr/share/doc/gnudos/mino/README
/usr/share/doc/gnudos/mino/keybindings
/usr/share/doc/gnudos/prime
/usr/share/doc/gnudos/prime/README
/usr/share/doc/gnudos/prime/keybindings
/usr/share/info/gnudos.info.gz
/usr/share/info/mino.info.gz
/usr/share/info/prime.info.gz
/usr/share/man/man1/gnudos.1.gz
/usr/share/man/man1/mino.1.gz
/usr/share/man/man1/prime.1.gz
References
Summary
In this tutorial we learn how to install gnudos
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).