How To Install xvidtune on Fedora 36
Introduction
In this tutorial we learn how to install xvidtune
on Fedora 36.
What is xvidtune
xvidtune is a client interface to the X server video mode extension (XFree86-VidModeExtension).
We can use yum
or dnf
to install xvidtune
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install xvidtune.
Install xvidtune 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 xvidtune
using dnf
by running the following command:
sudo dnf -y install xvidtune
Install xvidtune 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 xvidtune
using yum
by running the following command:
sudo yum -y install xvidtune
How To Uninstall xvidtune on Fedora 36
To uninstall only the xvidtune
package we can use the following command:
sudo dnf remove xvidtune
xvidtune Package Contents on Fedora 36
/usr/bin/xvidtune
/usr/lib/.build-id
/usr/lib/.build-id/0b
/usr/lib/.build-id/0b/140077df549edfdbd23b0daec8fba85573c429
/usr/share/X11/app-defaults/Xvidtune
/usr/share/licenses/xvidtune
/usr/share/licenses/xvidtune/COPYING
/usr/share/man/man1/xvidtune.1.gz
References
Summary
In this tutorial we learn how to install xvidtune
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).