How To Install mld2p4-common on Rocky Linux 8
Introduction
In this tutorial we learn how to install mld2p4-common
on Rocky Linux 8.
What is mld2p4-common
HTML, PDF and license files of mld2p4.
We can use yum
or dnf
to install mld2p4-common
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install mld2p4-common.
Install mld2p4-common 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 mld2p4-common
using dnf
by running the following command:
sudo dnf -y install mld2p4-common
Install mld2p4-common 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 mld2p4-common
using yum
by running the following command:
sudo yum -y install mld2p4-common
How To Uninstall mld2p4-common on Rocky Linux 8
To uninstall only the mld2p4-common
package we can use the following command:
sudo dnf remove mld2p4-common
mld2p4-common Package Contents on Rocky Linux 8
/usr/share/doc/mld2p4-common
/usr/share/doc/mld2p4-common/Changelog
/usr/share/doc/mld2p4-common/README.md
/usr/share/doc/mld2p4-common/ReleaseNews
/usr/share/doc/mld2p4-common/html
/usr/share/doc/mld2p4-common/html/index.html
/usr/share/doc/mld2p4-common/html/userhtml.css
/usr/share/doc/mld2p4-common/html/userhtml.html
/usr/share/doc/mld2p4-common/html/userhtml0x.png
/usr/share/doc/mld2p4-common/html/userhtml10x.png
/usr/share/doc/mld2p4-common/html/userhtml11x.png
/usr/share/doc/mld2p4-common/html/userhtml12x.png
/usr/share/doc/mld2p4-common/html/userhtml13x.png
/usr/share/doc/mld2p4-common/html/userhtml14x.png
/usr/share/doc/mld2p4-common/html/userhtml15x.png
/usr/share/doc/mld2p4-common/html/userhtml16x.png
/usr/share/doc/mld2p4-common/html/userhtml17x.png
/usr/share/doc/mld2p4-common/html/userhtml18x.png
/usr/share/doc/mld2p4-common/html/userhtml19x.png
/usr/share/doc/mld2p4-common/html/userhtml1x.png
/usr/share/doc/mld2p4-common/html/userhtml2x.png
/usr/share/doc/mld2p4-common/html/userhtml3x.png
/usr/share/doc/mld2p4-common/html/userhtml4x.png
/usr/share/doc/mld2p4-common/html/userhtml5x.png
/usr/share/doc/mld2p4-common/html/userhtml6x.png
/usr/share/doc/mld2p4-common/html/userhtml7x.png
/usr/share/doc/mld2p4-common/html/userhtml8x.png
/usr/share/doc/mld2p4-common/html/userhtml9x.png
/usr/share/doc/mld2p4-common/html/userhtmlli1.html
/usr/share/doc/mld2p4-common/html/userhtmlli2.html
/usr/share/doc/mld2p4-common/html/userhtmlli3.html
/usr/share/doc/mld2p4-common/html/userhtmlli4.html
/usr/share/doc/mld2p4-common/html/userhtmlse1.html
/usr/share/doc/mld2p4-common/html/userhtmlse2.html
/usr/share/doc/mld2p4-common/html/userhtmlse3.html
/usr/share/doc/mld2p4-common/html/userhtmlse4.html
/usr/share/doc/mld2p4-common/html/userhtmlse5.html
/usr/share/doc/mld2p4-common/html/userhtmlse6.html
/usr/share/doc/mld2p4-common/html/userhtmlse7.html
/usr/share/doc/mld2p4-common/html/userhtmlse8.html
/usr/share/doc/mld2p4-common/html/userhtmlse9.html
/usr/share/doc/mld2p4-common/html/userhtmlsu1.html
/usr/share/doc/mld2p4-common/html/userhtmlsu10.html
/usr/share/doc/mld2p4-common/html/userhtmlsu11.html
/usr/share/doc/mld2p4-common/html/userhtmlsu12.html
/usr/share/doc/mld2p4-common/html/userhtmlsu13.html
/usr/share/doc/mld2p4-common/html/userhtmlsu14.html
/usr/share/doc/mld2p4-common/html/userhtmlsu15.html
/usr/share/doc/mld2p4-common/html/userhtmlsu16.html
/usr/share/doc/mld2p4-common/html/userhtmlsu17.html
/usr/share/doc/mld2p4-common/html/userhtmlsu18.html
/usr/share/doc/mld2p4-common/html/userhtmlsu2.html
/usr/share/doc/mld2p4-common/html/userhtmlsu3.html
/usr/share/doc/mld2p4-common/html/userhtmlsu4.html
/usr/share/doc/mld2p4-common/html/userhtmlsu5.html
/usr/share/doc/mld2p4-common/html/userhtmlsu6.html
/usr/share/doc/mld2p4-common/html/userhtmlsu7.html
/usr/share/doc/mld2p4-common/html/userhtmlsu8.html
/usr/share/doc/mld2p4-common/html/userhtmlsu9.html
/usr/share/doc/mld2p4-common/mld2p4-2.2-guide.pdf
/usr/share/licenses/mld2p4-common
/usr/share/licenses/mld2p4-common/LICENSE
References
Summary
In this tutorial we learn how to install mld2p4-common
on Rocky Linux 8 using yum and dnf.