How To Install konsole5-part on Rocky Linux 8
Introduction
In this tutorial we learn how to install konsole5-part
on Rocky Linux 8.
What is konsole5-part
Konsole5 kpart plugin.
We can use yum
or dnf
to install konsole5-part
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install konsole5-part.
Install konsole5-part 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 konsole5-part
using dnf
by running the following command:
sudo dnf -y install konsole5-part
Install konsole5-part 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 konsole5-part
using yum
by running the following command:
sudo yum -y install konsole5-part
How To Uninstall konsole5-part on Rocky Linux 8
To uninstall only the konsole5-part
package we can use the following command:
sudo dnf remove konsole5-part
konsole5-part Package Contents on Rocky Linux 8
/etc/xdg/konsolerc
/usr/lib/.build-id
/usr/lib/.build-id/48
/usr/lib/.build-id/48/00d9dc19454613c6d2fd239d407d60fec48145
/usr/lib/.build-id/df
/usr/lib/.build-id/df/f127432383e07998172c37c466da3fbd07be25
/usr/lib64/libkonsoleprivate.so.19
/usr/lib64/libkonsoleprivate.so.19.12.2
/usr/lib64/qt5/plugins/konsolepart.so
/usr/share/konsole
/usr/share/konsole/BlackOnLightYellow.colorscheme
/usr/share/konsole/BlackOnRandomLight.colorscheme
/usr/share/konsole/BlackOnWhite.colorscheme
/usr/share/konsole/BlueOnBlack.colorscheme
/usr/share/konsole/Breeze.colorscheme
/usr/share/konsole/DarkPastels.colorscheme
/usr/share/konsole/GreenOnBlack.colorscheme
/usr/share/konsole/Linux.colorscheme
/usr/share/konsole/RedOnBlack.colorscheme
/usr/share/konsole/Solarized.colorscheme
/usr/share/konsole/SolarizedLight.colorscheme
/usr/share/konsole/WhiteOnBlack.colorscheme
/usr/share/konsole/default.keytab
/usr/share/konsole/linux.keytab
/usr/share/konsole/solaris.keytab
/usr/share/kservices5/konsolepart.desktop
/usr/share/licenses/konsole5-part
/usr/share/licenses/konsole5-part/COPYING
/usr/share/licenses/konsole5-part/COPYING.DOC
/usr/share/licenses/konsole5-part/COPYING.LIB
References
Summary
In this tutorial we learn how to install konsole5-part
on Rocky Linux 8 using yum and dnf.