How To Install lib3270-doc on Rocky Linux 8
Introduction
In this tutorial we learn how to install lib3270-doc
on Rocky Linux 8.
What is lib3270-doc
The lib3270-doc package contains documentation for lib3270.
We can use yum
or dnf
to install lib3270-doc
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install lib3270-doc.
Install lib3270-doc 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 lib3270-doc
using dnf
by running the following command:
sudo dnf -y install lib3270-doc
Install lib3270-doc 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 lib3270-doc
using yum
by running the following command:
sudo yum -y install lib3270-doc
How To Uninstall lib3270-doc on Rocky Linux 8
To uninstall only the lib3270-doc
package we can use the following command:
sudo dnf remove lib3270-doc
lib3270-doc Package Contents on Rocky Linux 8
/usr/share/doc/lib3270-doc
/usr/share/doc/lib3270-doc/html
/usr/share/doc/lib3270-doc/html/bc_s.png
/usr/share/doc/lib3270-doc/html/bdwn.png
/usr/share/doc/lib3270-doc/html/closed.png
/usr/share/doc/lib3270-doc/html/doc.png
/usr/share/doc/lib3270-doc/html/doxygen.css
/usr/share/doc/lib3270-doc/html/doxygen.png
/usr/share/doc/lib3270-doc/html/dynsections.js
/usr/share/doc/lib3270-doc/html/folderclosed.png
/usr/share/doc/lib3270-doc/html/folderopen.png
/usr/share/doc/lib3270-doc/html/index.html
/usr/share/doc/lib3270-doc/html/jquery.js
/usr/share/doc/lib3270-doc/html/md_README.html
/usr/share/doc/lib3270-doc/html/menu.js
/usr/share/doc/lib3270-doc/html/menudata.js
/usr/share/doc/lib3270-doc/html/nav_f.png
/usr/share/doc/lib3270-doc/html/nav_g.png
/usr/share/doc/lib3270-doc/html/nav_h.png
/usr/share/doc/lib3270-doc/html/open.png
/usr/share/doc/lib3270-doc/html/pages.html
/usr/share/doc/lib3270-doc/html/search
/usr/share/doc/lib3270-doc/html/search/all_0.html
/usr/share/doc/lib3270-doc/html/search/all_0.js
/usr/share/doc/lib3270-doc/html/search/close.png
/usr/share/doc/lib3270-doc/html/search/mag_sel.png
/usr/share/doc/lib3270-doc/html/search/nomatches.html
/usr/share/doc/lib3270-doc/html/search/pages_0.html
/usr/share/doc/lib3270-doc/html/search/pages_0.js
/usr/share/doc/lib3270-doc/html/search/search.css
/usr/share/doc/lib3270-doc/html/search/search.js
/usr/share/doc/lib3270-doc/html/search/search_l.png
/usr/share/doc/lib3270-doc/html/search/search_m.png
/usr/share/doc/lib3270-doc/html/search/search_r.png
/usr/share/doc/lib3270-doc/html/search/searchdata.js
/usr/share/doc/lib3270-doc/html/splitbar.png
/usr/share/doc/lib3270-doc/html/sync_off.png
/usr/share/doc/lib3270-doc/html/sync_on.png
/usr/share/doc/lib3270-doc/html/tab_a.png
/usr/share/doc/lib3270-doc/html/tab_b.png
/usr/share/doc/lib3270-doc/html/tab_h.png
/usr/share/doc/lib3270-doc/html/tab_s.png
/usr/share/doc/lib3270-doc/html/tabs.css
/usr/share/licenses/lib3270-doc
/usr/share/licenses/lib3270-doc/LICENSE
References
Summary
In this tutorial we learn how to install lib3270-doc
on Rocky Linux 8 using yum and dnf.