LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 07-25-2013, 06:40 PM   #16
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,323
Blog Entries: 28

Rep: Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141

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.)
 
Old 07-26-2013, 07:19 AM   #17
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374

Original Poster
Blog Entries: 37

Rep: Reputation: Disabled
Quote:
Originally Posted by kabamaru View Post
...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!
 
Old 07-26-2013, 07:28 AM   #18
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374

Original Poster
Blog Entries: 37

Rep: Reputation: Disabled
Quote:
Originally Posted by kabamaru View Post
...maybe trying switching to a different mirror
Perhaps I could.

Quote:
Originally Posted by frankbell View Post
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.
 
Old 07-26-2013, 08:46 AM   #19
ruario
Senior Member
 
Registered: Jan 2011
Location: Oslo, Norway
Distribution: Slackware
Posts: 2,557

Rep: Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761
Quote:
Originally Posted by Habitual View Post
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.
 
Old 07-26-2013, 09:02 AM   #20
kabamaru
Member
 
Registered: Dec 2011
Location: Greece
Distribution: Slackware
Posts: 276

Rep: Reputation: 134Reputation: 134
Quote:
Originally Posted by Habitual View Post
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 ;-)
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
trying to remove/uninstall doodle steelheat Linux - Newbie 2 11-08-2008 05:19 PM
How can I remove/uninstall KPdf from Slackware 11.0? m07hm4n Linux - Software 6 04-10-2007 08:36 AM
Uninstall or Remove Folder? sall Linux - General 4 08-07-2005 11:35 AM
Cannot Remove | Uninstall Gnome mudelf Linux - Software 1 11-19-2003 08:45 AM
How do I remove/uninstall old libpcap? JasonW Linux - Networking 3 02-12-2003 07:06 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 05:35 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration