kpackagetool5 - KDE Plasma

Issues related to applications and software problems
Post Reply
Thunderly
Posts: 5
Joined: 2018/12/11 11:39:05

kpackagetool5 - KDE Plasma

Post by Thunderly » 2018/12/12 07:26:29

I would like to install new Wallpaper Themes on KDE PLasma.
But the command "kpackagetool5" - I get "command not found".

When I try to locate:

Code: Select all

[root@c102 Downloads]# locate kpackage
/usr/share/kde4/apps/desktoptheme/default/icons/kpackagekit.svgz
[root@c102-gf2 Downloads]# 
is there a Package to install to get the command "kpackagetool" work ?

Thx!

User avatar
TrevorH
Site Admin
Posts: 33202
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: kpackagetool5 - KDE Plasma

Post by TrevorH » 2018/12/12 09:31:22

Run yum provides '*/kpackagetool*' to get a list of the packages that provide things that match that pattern then install the one that looks most likely.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Thunderly
Posts: 5
Joined: 2018/12/11 11:39:05

Re: kpackagetool5 - KDE Plasma

Post by Thunderly » 2018/12/13 07:10:31

thx for your answer

Code: Select all

[root@c102 home]# yum provides '*/kpackagetool*'
Geladene Plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: ftp.tugraz.at
 * extras: ftp.tugraz.at
 * updates: ftp.tugraz.at
No matches found
[root@c102 home]# 

User avatar
TrevorH
Site Admin
Posts: 33202
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: kpackagetool5 - KDE Plasma

Post by TrevorH » 2018/12/13 09:40:27

It's in EPEL. Run yum --enablerepo=extras install epel-release then try again.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Thunderly
Posts: 5
Joined: 2018/12/11 11:39:05

Re: kpackagetool5 - KDE Plasma

Post by Thunderly » 2018/12/13 11:25:43

I thought * extras were already enabled.
Thx !

Post Reply