How To Install jcuber-doc on Rocky Linux 8
Introduction
In this tutorial we learn how to install jcuber-doc
on Rocky Linux 8.
What is jcuber-doc
The jcuber-doc package contains documentation for jcuber.
We can use yum
or dnf
to install jcuber-doc
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install jcuber-doc.
Install jcuber-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 jcuber-doc
using dnf
by running the following command:
sudo dnf -y install jcuber-doc
Install jcuber-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 jcuber-doc
using yum
by running the following command:
sudo yum -y install jcuber-doc
How To Uninstall jcuber-doc on Rocky Linux 8
To uninstall only the jcuber-doc
package we can use the following command:
sudo dnf remove jcuber-doc
jcuber-doc Package Contents on Rocky Linux 8
/usr/share/doc/jcuber
/usr/share/doc/jcuber/AUTHORS
/usr/share/doc/jcuber/CubeToolDevelopmentGuide.pdf
/usr/share/doc/jcuber/OPEN_ISSUES
/usr/share/doc/jcuber/README
/usr/share/doc/jcuber/example
/usr/share/doc/jcuber/example/Makefile
/usr/share/doc/jcuber/example/Makefile.frontend
/usr/share/doc/jcuber/example/example.cube
/usr/share/doc/jcuber/example/jcuber_example.java
/usr/share/doc/jcuber/examples
/usr/share/doc/jcuber/examples/Makefile
/usr/share/doc/jcuber/examples/Makefile.frontend
/usr/share/doc/jcuber/examples/Makefile.frontend.in
/usr/share/doc/jcuber/examples/Makefile.in
/usr/share/doc/jcuber/examples/Makefile.jcuber.examples.inc.am
/usr/share/doc/jcuber/examples/jcuber
/usr/share/doc/jcuber/examples/jcuber/example.cube
/usr/share/doc/jcuber/examples/jcuber/jcuber_example.java
/usr/share/doc/jcuber/tools-dev
/usr/share/doc/jcuber/tools-dev/html
/usr/share/doc/jcuber/tools-dev/html/CubeLogo.png
/usr/share/doc/jcuber/tools-dev/html/ScalascaIcon.png
/usr/share/doc/jcuber/tools-dev/html/arrowdown.png
/usr/share/doc/jcuber/tools-dev/html/arrowright.png
/usr/share/doc/jcuber/tools-dev/html/bc_s.png
/usr/share/doc/jcuber/tools-dev/html/bdwn.png
/usr/share/doc/jcuber/tools-dev/html/closed.png
/usr/share/doc/jcuber/tools-dev/html/copyright.html
/usr/share/doc/jcuber/tools-dev/html/doc.png
/usr/share/doc/jcuber/tools-dev/html/doxygen.css
/usr/share/doc/jcuber/tools-dev/html/doxygen.png
/usr/share/doc/jcuber/tools-dev/html/dynsections.js
/usr/share/doc/jcuber/tools-dev/html/folderclosed.png
/usr/share/doc/jcuber/tools-dev/html/folderopen.png
/usr/share/doc/jcuber/tools-dev/html/index.html
/usr/share/doc/jcuber/tools-dev/html/jcuber-example.html
/usr/share/doc/jcuber/tools-dev/html/jquery.js
/usr/share/doc/jcuber/tools-dev/html/makefile-example.html
/usr/share/doc/jcuber/tools-dev/html/nav_f.png
/usr/share/doc/jcuber/tools-dev/html/nav_g.png
/usr/share/doc/jcuber/tools-dev/html/nav_h.png
/usr/share/doc/jcuber/tools-dev/html/open.png
/usr/share/doc/jcuber/tools-dev/html/pages.html
/usr/share/doc/jcuber/tools-dev/html/scalasca.css
/usr/share/doc/jcuber/tools-dev/html/splitbar.png
/usr/share/doc/jcuber/tools-dev/html/sync_off.png
/usr/share/doc/jcuber/tools-dev/html/sync_on.png
/usr/share/doc/jcuber/tools-dev/html/tab_a.png
/usr/share/doc/jcuber/tools-dev/html/tab_active.png
/usr/share/doc/jcuber/tools-dev/html/tab_b.png
/usr/share/doc/jcuber/tools-dev/html/tab_h.png
/usr/share/doc/jcuber/tools-dev/html/tab_inactive.png
/usr/share/doc/jcuber/tools-dev/html/tab_s.png
/usr/share/doc/jcuber/tools-dev/html/tabs.css
/usr/share/licenses/jcuber-doc
/usr/share/licenses/jcuber-doc/COPYING
References
Summary
In this tutorial we learn how to install jcuber-doc
on Rocky Linux 8 using yum and dnf.