[Slackbuilds-users] Upgrading packages with sbopkg and queue files

Edinaldo edps.mundognu at gmail.com
Fri Apr 20 12:20:39 UTC 2018


You can processs the queue file with options -k (skip installed) and -i  
(install), example:

# sqg -p wireshark
# sbopkg -k -i wireshark

* when asked, press Q to process the queue and next press P:

In this case, all dependencies that are already installed will be ignored,  
see that only qt5 and wireshark will be installed:

http://dpaste.com/309P2A9


On the other hand, if you process the queue without the -k option, all  
scripts will be reinstalled (NOTE: i press Q to process the queue):

http://dpaste.com/1R28JYB


However, when a script is installed use the -k option, it will have no  
effect:


~ » sudo sbopkg -p | grep leafpad
leafpad-0.8.18.1-x86_64-2_SBo

~ » sudo sbopkg -k -i leafpad
No valid packages found. Exiting.

~ » sudo sbopkg -i leafpad

###########################################
        New queue process started on:
        Sex Abr 20 09:18:58 -03 2018
###########################################

+++++++++++++++++++++++++++++++++++++++++++
PRE-CHECK LOG
Using the SBo repository for Slackware 14.2
Queue Process:  Download, build, and install

leafpad:
   Checking GPG for leafpad.tar.gz ... OK
   Processing leafpad 0.8.18.1-2
   Using original .info file
   Using original SlackBuild file
   No build options selected.

+++++++++++++++++++++++++++++++++++++++++++

Pre-check complete.

Do you wish to proceed based on the search results above? Packages not
found will be skipped during the process.

(P)roceed or (Q)uit?:

Cheers,

Edinaldo


More information about the SlackBuilds-users mailing list