LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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-02-2014, 09:39 AM   #1
Quicken2k
Member
 
Registered: Mar 2009
Posts: 48

Rep: Reputation: 3
slackpkg trying to downgrade my kde and other files I think


I use kde 4.12.5 here and when I run the following I notice it's trying to place 4.10 back in. Why?

commands I run:
Code:
# slackpkg update gpg

Code:

# slackpkg update

Code:

# slackpkg install-new

Code:

# slackpkg upgrade-all
Is there an ignore option in slackpkg?
 
Old 07-02-2014, 09:54 AM   #2
phenixia2003
Senior Member
 
Registered: May 2006
Location: France
Distribution: Slackware
Posts: 1,052

Rep: Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008
Hello,

In /etc/slackpkg/blacklist, add :

Code:
[0-9]+alien
-- SeB
 
Old 07-02-2014, 10:00 AM   #3
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by phenixia2003 View Post
Hello,

In /etc/slackpkg/blacklist, add :

Code:
[0-9]+alien
-- SeB
Or just use slackpkg+ and add the ktown repo from AlienBob.
 
1 members found this post helpful.
Old 07-02-2014, 11:38 AM   #4
Quicken2k
Member
 
Registered: Mar 2009
Posts: 48

Original Poster
Rep: Reputation: 3
Quote:
Originally Posted by TobiSGD View Post
Or just use slackpkg+ and add the ktown repo from AlienBob.
I don't know how to add repos. I assumed Slackware has only slackbuilds.org What is slackpkg+? I'll Google it.
 
Old 07-02-2014, 11:45 AM   #5
JohnB316
Member
 
Registered: Jan 2007
Distribution: Slackware64 Current
Posts: 37

Rep: Reputation: 22
Quote:
Originally Posted by Quicken2k View Post
What is slackpkg+? I'll Google it.
Slackpkg+ is an add-on to the official slackpkg tool. Slackpkg+ allows you to use the slackpkg tool to get packages from other Slackware-related repositories, such as AlienBob's repositories. AlienBob, aka Eric Hameleers, wrote an excellent article about slackpkg+ in his blog: http://alien.slackbook.org/blog/intr...-repositories/

Hope this helps.
 
Old 07-02-2014, 11:51 AM   #6
Slax-Dude
Member
 
Registered: Mar 2006
Location: Valadares, V.N.Gaia, Portugal
Distribution: Slackware
Posts: 528

Rep: Reputation: 272Reputation: 272Reputation: 272
Quote:
Originally Posted by Quicken2k View Post
What is slackpkg+? I'll Google it.
A good explanation here: http://alien.slackbook.org/blog/intr...-repositories/
Get it here: http://slakfinder.org/slackpkg+/pkg/

Edit:
JohnB316 beat me to it
 
Old 07-04-2014, 07:40 AM   #7
Quicken2k
Member
 
Registered: Mar 2009
Posts: 48

Original Poster
Rep: Reputation: 3
Quote:
Originally Posted by phenixia2003 View Post
Hello,

In /etc/slackpkg/blacklist, add :

Code:
[0-9]+alien
-- SeB
I installed a few things from his repo will the above code blacklist them all?
 
Old 07-04-2014, 08:04 AM   #8
a4z
Senior Member
 
Registered: Feb 2009
Posts: 1,727

Rep: Reputation: 742Reputation: 742Reputation: 742Reputation: 742Reputation: 742Reputation: 742Reputation: 742
if you installed them with installpkg than there is no problem
it just tells slackpkg to not up/downgrade alien packages with some from the mirror
(you should also blacklist SBo packages)
if you use slackpkg+ than you just need a higher priority on aliens ktown mirror
 
Old 07-04-2014, 12:03 PM   #9
Quicken2k
Member
 
Registered: Mar 2009
Posts: 48

Original Poster
Rep: Reputation: 3
Quote:
Originally Posted by a4z View Post
if you installed them with installpkg than there is no problem
it just tells slackpkg to not up/downgrade alien packages with some from the mirror
(you should also blacklist SBo packages)
if you use slackpkg+ than you just need a higher priority on aliens ktown mirror
I think I saw a line commented out about sbopkg as that's how I install most of my packages. How do I get a higher priority?
 
Old 07-04-2014, 01:04 PM   #10
linuxtinker
Member
 
Registered: Dec 2013
Location: NJ / USA
Distribution: Slackware 64 -Current
Posts: 232

Rep: Reputation: 99
Copied from Alien Pastures http://alien.slackbook.org/blog/intr...-repositories/

Sample:

Code:
This is my configuration file “/etc/slackpkg/slackpkgplus.conf”:

SLACKPKGPLUS=on
PKGS_PRIORITY=( multilib:.* restricted_current:.* restricted:.* alienbob_current:.* alienbob:.* ktown:.* )
REPOPLUS=( slackpkgplus multilib ktown alienbob alienbob_current restricted )
MIRRORPLUS['alienbob']=http://192.168.0.1/slackware/sbrepos/14.0/x86_64/
MIRRORPLUS['restricted']=http://192.168.0.1/slackware/restricted_sbrepos/14.0/x86_64/
MIRRORPLUS['slackpkgplus']=http://slakfinder.org/slackpkg+/
MIRRORPLUS['multilib']=http://192.168.0.1/slackware/multilib/current/
MIRRORPLUS['alienbob_current']=http://192.168.0.1/slackware/sbrepos/current/x86_64/
MIRRORPLUS['restricted_current']=http://192.168.0.1/slackware/restricted_sbrepos/current/x86_64/
MIRRORPLUS['ktown']=http://192.168.0.1/ktown/current/latest/x86_64/
 
  


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
[SOLVED] slackpkg wants to downgrade KDE dxtrpn Slackware 3 03-13-2014 07:17 PM
[SOLVED] where are the new configuration files, slackpkg, kde vendtagain Slackware 1 12-13-2009 02:08 PM
KDE 3.5 upgrade to KDE4 - did a slackpkg update - back to KDE 3.5 Do7AN Slackware 2 06-17-2009 02:27 PM
Slackpkg wants to downgrade me? Manx_UK Slackware 13 12-22-2006 07:22 PM

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

All times are GMT -5. The time now is 09:52 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