How To Install lsp-plugins-jack on Rocky Linux 8
Introduction
In this tutorial we learn how to install lsp-plugins-jack
on Rocky Linux 8.
What is lsp-plugins-jack
${sum}.
We can use yum
or dnf
to install lsp-plugins-jack
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install lsp-plugins-jack.
Install lsp-plugins-jack on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install lsp-plugins-jack
using dnf
by running the following command:
sudo dnf -y install lsp-plugins-jack
Install lsp-plugins-jack on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install lsp-plugins-jack
using yum
by running the following command:
sudo yum -y install lsp-plugins-jack
How To Uninstall lsp-plugins-jack on Rocky Linux 8
To uninstall only the lsp-plugins-jack
package we can use the following command:
sudo dnf remove lsp-plugins-jack
lsp-plugins-jack Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/a1/994812ccb5193f54b8d6b3f00da484699ff2bc.2
/usr/lib/.build-id/f0
/usr/lib/.build-id/f0/719ece9bc3d45436390645af5e374555a133ca
/usr/lib64/lsp-plugins
/usr/lib64/lsp-plugins/lsp-plugins-jack-core-1.1.13.so
/usr/lib64/lsp-plugins/lsp-plugins-r3d-glx.so
/usr/share/doc/lsp-plugins-jack
/usr/share/doc/lsp-plugins-jack/CHANGELOG.txt
/usr/share/doc/lsp-plugins-jack/README.txt
/usr/share/licenses/lsp-plugins-jack
/usr/share/licenses/lsp-plugins-jack/LICENSE.txt
References
Summary
In this tutorial we learn how to install lsp-plugins-jack
on Rocky Linux 8 using yum and dnf.