How To Install perl-DBIx-QueryLog on Rocky Linux 8
Introduction
In this tutorial we learn how to install perl-DBIx-QueryLog
on Rocky Linux 8.
What is perl-DBIx-QueryLog
DBIx
We can use yum
or dnf
to install perl-DBIx-QueryLog
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-DBIx-QueryLog.
Install perl-DBIx-QueryLog 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 perl-DBIx-QueryLog
using dnf
by running the following command:
sudo dnf -y install perl-DBIx-QueryLog
Install perl-DBIx-QueryLog 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 perl-DBIx-QueryLog
using yum
by running the following command:
sudo yum -y install perl-DBIx-QueryLog
How To Uninstall perl-DBIx-QueryLog on Rocky Linux 8
To uninstall only the perl-DBIx-QueryLog
package we can use the following command:
sudo dnf remove perl-DBIx-QueryLog
perl-DBIx-QueryLog Package Contents on Rocky Linux 8
/usr/share/doc/perl-DBIx-QueryLog
/usr/share/doc/perl-DBIx-QueryLog/Changes
/usr/share/doc/perl-DBIx-QueryLog/README.md
/usr/share/doc/perl-DBIx-QueryLog/script
/usr/share/doc/perl-DBIx-QueryLog/script/mysql_bench.pl
/usr/share/doc/perl-DBIx-QueryLog/script/mysql_bench_skip_bind.pl
/usr/share/doc/perl-DBIx-QueryLog/script/profile.pl
/usr/share/doc/perl-DBIx-QueryLog/script/profile.sh
/usr/share/doc/perl-DBIx-QueryLog/script/sqlite_bench.pl
/usr/share/licenses/perl-DBIx-QueryLog
/usr/share/licenses/perl-DBIx-QueryLog/LICENSE
/usr/share/man/man1/mysql_bench.pl.1.gz
/usr/share/man/man1/mysql_bench_skip_bind.pl.1.gz
/usr/share/man/man1/profile.pl.1.gz
/usr/share/man/man1/profile.sh.1.gz
/usr/share/man/man1/sqlite_bench.pl.1.gz
/usr/share/man/man3/DBIx::QueryLog.3pm.gz
/usr/share/perl5/vendor_perl/DBIx
/usr/share/perl5/vendor_perl/DBIx/QueryLog.pm
References
Summary
In this tutorial we learn how to install perl-DBIx-QueryLog
on Rocky Linux 8 using yum and dnf.