You are not logged in.
Pages: 1
hello,
I just installed arch kde office. How can I remove individual kde applications? pacman says their not in the db.
-ron-
Offline
In short: you can't.
The official KDE packages in Arch Linux are built straight from the upstream sources at kde.org and a 'pacman -Ql kdenetwork (or kdebase etc.) | grep bin/' will show you what each package contains. Or use 'pacman -Qo $(which kwrite)' for the other way round.
If you want a more fine-grained KDE install, search the forum for "kdemod".
1000
Offline
In short: you can't.
The official KDE packages in Arch Linux are built straight from the upstream sources at kde.org and a 'pacman -Ql kdenetwork (or kdebase etc.) | grep bin/' will show you what each package contains. Or use 'pacman -Qo $(which kwrite)' for the other way round.
If you want a more fine-grained KDE install, search the forum for "kdemod".
Thank you so much. That's what I was looking for.
-ron-
Offline
Pages: 1