How To Install gnudos on Fedora 34
Introduction
In this tutorial we learn how to install gnudos
on Fedora 34.
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. gnudos 1.11 13.fc34 x86_64 198 k gnudos-1.11-13.fc34.src.rpm fedora The GnuDOS library for GNU/Linux http GPLv3+ 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 34. In this tutorial we discuss both methods but you only need to choose one of method to install gnudos.
Install gnudos on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install gnudos
using dnf
by running the following command:
sudo dnf -y install gnudos
Install gnudos on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
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 34
To uninstall only the gnudos
package we can use the following command:
sudo dnf remove gnudos
gnudos Package Contents on Fedora 34
/usr/bin/mino
/usr/bin/prime
/usr/lib/.build-id
/usr/lib/.build-id/3f
/usr/lib/.build-id/3f/56b3df7c90137d1f4eeeeb99aeb9816c872b74
/usr/lib/.build-id/70
/usr/lib/.build-id/70/b5d011fd03a3fa1e0aa8e3346b590904271285
/usr/lib/.build-id/b2
/usr/lib/.build-id/b2/3a6a4386f7dacbce47541bd8e04d2c2f4db14c
/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
/usr/bin/mino
/usr/bin/prime
/usr/lib/.build-id
/usr/lib/.build-id/70
/usr/lib/.build-id/70/e041d29d1ef1bbe552a17b71b4becb2810ed54
/usr/lib/.build-id/7d
/usr/lib/.build-id/7d/424c229c8c990b68d0b36efb7bfd80d8116d69
/usr/lib/.build-id/f8
/usr/lib/.build-id/f8/6b2a1357c04a732a70c4b50bbd57997ee25217
/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
- [gnudos website](http://sites.google.com/site/mohammedisam2000/home/projects http://sites.google.com/site/mohammedisam2000/home/projects)
Summary
In this tutorial we learn how to install gnudos
on Fedora 34 using yum and dnf.