How To Install parsec-tool on Fedora 36
Introduction
In this tutorial we learn how to install parsec-tool
on Fedora 36.
What is parsec-tool
A tool to communicate with the Parsec service on the command-line.
We can use yum
or dnf
to install parsec-tool
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install parsec-tool.
Install parsec-tool 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 parsec-tool
using dnf
by running the following command:
sudo dnf -y install parsec-tool
Install parsec-tool 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 parsec-tool
using yum
by running the following command:
sudo yum -y install parsec-tool
How To Uninstall parsec-tool on Fedora 36
To uninstall only the parsec-tool
package we can use the following command:
sudo dnf remove parsec-tool
parsec-tool Package Contents on Fedora 36
/usr/bin/parsec-tool
/usr/lib/.build-id
/usr/lib/.build-id/f1
/usr/lib/.build-id/f1/898d4ac7b48699fd955e95b9a880b9c86c31ad
/usr/share/licenses/parsec-tool
/usr/share/licenses/parsec-tool/LICENSE
References
Summary
In this tutorial we learn how to install parsec-tool
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).