LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Can /tmp/SBo directory be removed? (https://www.linuxquestions.org/questions/slackware-14/can-tmp-sbo-directory-be-removed-4175604322/)

thethinker 06-03-2020 09:03 AM

Quote:

Originally Posted by bassmadrigal (Post 6130123)
These files should never be used again. The resulting packages are saved in just /tmp/, but, AFAIK, those shouldn't be used by sbopkg again either.

Indeed, you are right!

Code:

# removepkg numpy

Removing package /var/log/packages/numpy-1.14.3-x86_64-1_SBo...
Removing files:
  --> Deleting.....
.
.
.
bash-4.3# rm -r /tmp/SBo/*
bash-4.3# ls /tmp/SBo
bash-4.3#

After reinstall, via
Code:

sbopkg -ki numpy
...

Code:

Package numpy-1.14.3-x86_64-1_SBo.tgz installed.


Done upgrading/installing package.

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

numpy:
  MD5SUM check for numpy-1.14.3.tar.gz ... OK
  Building package numpy-1.14.3-x86_64-1_SBo.tgz ... OK
  Installing package numpy-1.14.3-x86_64-1_SBo.tgz ... OK

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

###########################################
          Queue process complete!
###########################################

bash-4.3# ls /tmp/SBo
numpy-1.14.3  package-numpy

Must have been gremlins in my machine, sorry for the thread reboot!


All times are GMT -5. The time now is 09:28 AM.