How To Install xyzsh on Fedora 34
Introduction
In this tutorial we learn how to install xyzsh
on Fedora 34.
What is xyzsh
xyzsh is an interactive shell and a text processing tool. It contains a text processing inner commands like Perl or Ruby, and can be used as a simple objective oriented script language. xyzsh 1.5.8 18.fc34 x86_64 296 k xyzsh-1.5.8-18.fc34.src.rpm fedora Interactive shell and text processing tool http MIT xyzsh is an interactive shell and a text processing tool. It contains a text processing inner commands like Perl or Ruby, and can be used as a simple objective oriented script language.
We can use yum
or dnf
to install xyzsh
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install xyzsh.
Install xyzsh 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 xyzsh
using dnf
by running the following command:
sudo dnf -y install xyzsh
Install xyzsh 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 xyzsh
using yum
by running the following command:
sudo yum -y install xyzsh
How To Uninstall xyzsh on Fedora 34
To uninstall only the xyzsh
package we can use the following command:
sudo dnf remove xyzsh
xyzsh Package Contents on Fedora 34
/etc/xyzsh
/etc/xyzsh/completion.xyzsh
/etc/xyzsh/help.xyzsh
/etc/xyzsh/xyzsh.xyzsh
/usr/bin/xyzsh
/usr/lib/.build-id
/usr/lib/.build-id/20
/usr/lib/.build-id/20/d96eb2a1d1674276ffea2d8412471c7289cc56
/usr/lib/.build-id/29
/usr/lib/.build-id/29/0664003b0cbcbe4f66b8c7a7f80ee5ee8ca117
/usr/lib/.build-id/60
/usr/lib/.build-id/60/a71467fa890a659d6ac03b4f1823c442b2214b
/usr/lib/libxyzsh.so.2
/usr/lib/libxyzsh.so.2.0.0
/usr/lib/xyzsh
/usr/lib/xyzsh/migemo.so
/usr/lib/xyzsh/migemo.xyzsh
/usr/share/doc/xyzsh-1.5.8
/usr/share/doc/xyzsh-1.5.8/AUTHORS
/usr/share/doc/xyzsh-1.5.8/CHANGELOG
/usr/share/doc/xyzsh-1.5.8/LICENSE
/usr/share/doc/xyzsh-1.5.8/README
/usr/share/doc/xyzsh-1.5.8/README.ja
/usr/share/doc/xyzsh-1.5.8/USAGE
/usr/share/doc/xyzsh-1.5.8/USAGE.ja
/usr/share/man/man1/xyzsh.1.gz
/etc/xyzsh
/etc/xyzsh/completion.xyzsh
/etc/xyzsh/help.xyzsh
/etc/xyzsh/xyzsh.xyzsh
/usr/bin/xyzsh
/usr/lib/.build-id
/usr/lib/.build-id/62
/usr/lib/.build-id/62/bbc4b4adacbdcad56240d57edc8b2f2888f45c
/usr/lib/.build-id/ba
/usr/lib/.build-id/ba/0df8531252fb7323516d7a46a144b5e58cc3dd
/usr/lib/.build-id/be
/usr/lib/.build-id/be/8757340fd8a92784ad188501147bbd2cd4950e
/usr/lib64/libxyzsh.so.2
/usr/lib64/libxyzsh.so.2.0.0
/usr/lib64/xyzsh
/usr/lib64/xyzsh/migemo.so
/usr/lib64/xyzsh/migemo.xyzsh
/usr/share/doc/xyzsh-1.5.8
/usr/share/doc/xyzsh-1.5.8/AUTHORS
/usr/share/doc/xyzsh-1.5.8/CHANGELOG
/usr/share/doc/xyzsh-1.5.8/LICENSE
/usr/share/doc/xyzsh-1.5.8/README
/usr/share/doc/xyzsh-1.5.8/README.ja
/usr/share/doc/xyzsh-1.5.8/USAGE
/usr/share/doc/xyzsh-1.5.8/USAGE.ja
/usr/share/man/man1/xyzsh.1.gz
References
Summary
In this tutorial we learn how to install xyzsh
on Fedora 34 using yum and dnf.