LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   How to reinstate a removed package (https://www.linuxquestions.org/questions/slackware-14/how-to-reinstate-a-removed-package-4175639751/)

mfoley 10-04-2018 04:02 PM

How to reinstate a removed package
 
I just accidentally removed a package (firefox), when I meant to upgrade it. Now I can't upgrade because there is no current package. I don't find any documentation on reinstating a removed package. How do I do this?

Later ...

Never mind, I figured it out:

slackpkg install packagename

bassmadrigal 10-04-2018 04:11 PM

As a follow-up (and to remove this from the zero reply list), you can also do this using with the native installpkg and upgradepkg programs.

Code:

installpkg $packagename
upgradepkg --install-new $packagename


Lysander666 10-04-2018 04:13 PM

As a further follow up to both your posts: OP, do take a look at this earlier post from bass for more info on using installpkg/upgradepkg:

https://www.linuxquestions.org/quest...5/#post5809664

enorbet 10-09-2018 02:32 PM

I've been struggling with trying to remove all of pulseaudio from 14.2 multilib and I only bring that up here because Firefox is, or can be, quite an obstacle to that process since the default release depends on pulse. However so far the ESR releases either haven't got that hard dependency or at least respond well and properly to launching via "apulse firefox" so recently I decided to try the version of Firefox-ESR that comes in Current namely v60.2.2.

The 60.2.2 package provided by Current doesn't work for me on 14.2 but the 60.2 blob available from the Firefox ftp site can be extracted in /usr/lib64/, or elsewhere and then copy-pasted there, and it works just fine.

bassmadrigal 10-09-2018 02:37 PM

Quote:

Originally Posted by enorbet (Post 5912901)
The 60.2.2 package provided by Current doesn't work for me on 14.2 but the 60.2 blob available from the Firefox ftp site can be extracted in /usr/lib64/, or elsewhere and then copy-pasted there, and it works just fine.

If you're just grabbing the binary from Mozilla, you can use ruario's latest-firefox script to create and optionally install a Slackware package from the Mozilla binary. You can also specify specific versions for it to download and package.


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