How To Install visidata on Fedora 36
Introduction
In this tutorial we learn how to install visidata
on Fedora 36.
What is visidata
VisiData is an interactive multitool for tabular data. It combines the clarity of a spreadsheet, the efficiency of the terminal, and the power of Python, into a lightweight utility which can handle millions of rows with ease.
We can use yum
or dnf
to install visidata
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install visidata.
Install visidata 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 visidata
using dnf
by running the following command:
sudo dnf -y install visidata
Install visidata 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 visidata
using yum
by running the following command:
sudo yum -y install visidata
How To Uninstall visidata on Fedora 36
To uninstall only the visidata
package we can use the following command:
sudo dnf remove visidata
visidata Package Contents on Fedora 36
/usr/bin/vd
/usr/bin/visidata
/usr/share/man/man1/vd.1.gz
/usr/share/man/man1/visidata.1.gz
References
Summary
In this tutorial we learn how to install visidata
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).