LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Remove/uninstall Calligra* in slackware14 x86_64 (https://www.linuxquestions.org/questions/slackware-14/remove-uninstall-calligra%2A-in-slackware14-x86_64-a-4175470819/)

frankbell 07-25-2013 06:40 PM

I made my comment because I tried removing akonadi once, because nothing that it indexes matters to me. The updates kept trying to put it back.

I finally decided to just pretend that it doesn't exist, since I don't use the KDE desktop nor any of the applications the akonadi indexes for (though I use a lot of KDE applications). (Akonadi and the constant nagging from kwallet are the reaons I don't use Kmail, though it's a perfectly adequate mail client.)

Habitual 07-26-2013 07:19 AM

Quote:

Originally Posted by kabamaru (Post 4996772)
...Run this as root; it will report only the packages that couldn't be found. Normally it will only list the ones you have blacklisted (official packages):

Code:

cat /var/lib/slackpkg/pkglist | cut -d' ' -f6 | sed 's/+/[+]/g' | while read line; do if slackpkg search $line | grep 'No package name matches the pattern' &>/dev/null; then echo $line; fi; done

output is:
Code:

mozilla-firefox-17.0.7esr-x86_64-1_slack14.0
mozilla-thunderbird-17.0.7-x86_64-1_slack14.0
aaa_elflibs-14.0-x86_64-4
calligra-2.4.3-x86_64-4
calligra-l10n-ca-2.4.3-noarch-1
calligra-l10n-ca@valencia-2.4.3-noarch-1
calligra-l10n-cs-2.4.3-noarch-1
calligra-l10n-da-2.4.3-noarch-1
calligra-l10n-de-2.4.3-noarch-1
calligra-l10n-el-2.4.3-noarch-1
calligra-l10n-en_GB-2.4.3-noarch-1
calligra-l10n-es-2.4.3-noarch-1
calligra-l10n-et-2.4.3-noarch-1
calligra-l10n-fi-2.4.3-noarch-1
calligra-l10n-fr-2.4.3-noarch-1
calligra-l10n-hu-2.4.3-noarch-1
calligra-l10n-it-2.4.3-noarch-1
calligra-l10n-kk-2.4.3-noarch-1
calligra-l10n-nb-2.4.3-noarch-1
calligra-l10n-nds-2.4.3-noarch-1
calligra-l10n-nl-2.4.3-noarch-1
calligra-l10n-pl-2.4.3-noarch-1
calligra-l10n-pt-2.4.3-noarch-1
calligra-l10n-pt_BR-2.4.3-noarch-1
calligra-l10n-ru-2.4.3-noarch-1
calligra-l10n-sk-2.4.3-noarch-1
calligra-l10n-sv-2.4.3-noarch-1
calligra-l10n-uk-2.4.3-noarch-1
calligra-l10n-zh_CN-2.4.3-noarch-1
calligra-l10n-zh_TW-2.4.3-noarch-1
mozilla-firefox-15.0.1-x86_64-1
mozilla-thunderbird-15.0.1-x86_64-1

blacklist contents:
Code:

aaa_elflibs
calligra
mozilla-thunderbird
mozilla-firefox


[0-9]+_SBo
[0-9]+alien

Thanks!

Habitual 07-26-2013 07:28 AM

Quote:

Originally Posted by kabamaru (Post 4996588)
...maybe trying switching to a different mirror

Perhaps I could.

Quote:

Originally Posted by frankbell (Post 4996828)
I made my comment because I tried removing akonadi once, because nothing that it indexes matters to me. The updates kept trying to put it back.

I finally decided to just pretend that it doesn't exist, since I don't use the KDE desktop nor any of the applications the akonadi indexes for (though I use a lot of KDE applications). (Akonadi and the constant nagging from kwallet are the reaons I don't use Kmail, though it's a perfectly adequate mail client.)

Your reasons are probably similar to mine. I use very few KDE programs, Mahjongg for the Wifey is about it.

It's all Good!

Thanks to both of you.

ruario 07-26-2013 08:46 AM

Quote:

Originally Posted by Habitual (Post 4997164)
blacklist contents:
Code:

aaa_elflibs
calligra
mozilla-thunderbird
mozilla-firefox


[0-9]+_SBo
[0-9]+alien


If calligra was blacklisted before you tried to run the slackpkg commands to install and remove it, then that is why it failed.

kabamaru 07-26-2013 09:02 AM

Quote:

Originally Posted by Habitual (Post 4997172)
Perhaps I could.

No point to change the mirror. As ruario said, this was all due to the fact you had calligra blacklisted, so slackpkg was ignoring it. Btw if you don't use slackpkg install-new, I don't see the point having it blacklisted. Anyway, I'm glad you got this sorted out ;-)


All times are GMT -5. The time now is 04:08 PM.