Skip to content
Advertisement

How to install konsole on Cent OS 7?

I have Cent OS 7. Since konsole tool is in kde package, I’ve installed it:

[root@localhost hduser]# sudo yum install kdebase
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: centos-mirror.rbc.ru
 * extras: mirror.logol.ru
 * updates: mirror.logol.ru
Package kde-baseapps-4.10.5-4.el7.x86_64 already installed and latest version
Nothing to do

But still konsole isn’t installed.

[root@localhost hduser]# which konsole
/usr/bin/which: no konsole in (/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:/home/hduser/.local/bin:/home/hduser/bin)

So, how can I install it?

Advertisement

Answer

You can just install the konsole package.

yum provides konsole

Will return:

konsole-4.10.5-4.el7.x86_64 : KDE Terminal emulator

So you just have to install it with

yum install konsole

Kind regards

Advertisement