How To Install clash on Fedora 36
In this tutorial we learn how to install clash in Fedora 36. clash is A rule-based tunnel in Go
Introduction
In this tutorial we learn how to install clash
on Fedora 36.
What is clash
A rule-based tunnel in Go.
We can use yum
or dnf
to install clash
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install clash.
Install clash 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 clash
using dnf
by running the following command:
sudo dnf -y install clash
Install clash 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 clash
using yum
by running the following command:
sudo yum -y install clash
How To Uninstall clash on Fedora 36
To uninstall only the clash
package we can use the following command:
sudo dnf remove clash
clash Package Contents on Fedora 36
/usr/bin/clash
/usr/lib/.build-id
/usr/lib/.build-id/a6
/usr/lib/.build-id/a6/2c73126fbb93bd6580f6df96c8e3f12d4f642e
/usr/lib/systemd/system/[email protected]
/usr/lib/systemd/user/clash.service
/usr/share/doc/clash
/usr/share/doc/clash/README.md
/usr/share/doc/clash/docs
/usr/share/doc/clash/docs/logo.png
/usr/share/licenses/clash
/usr/share/licenses/clash/LICENSE
References
Summary
In this tutorial we learn how to install clash
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).