Announcement

Collapse
No announcement yet.

Disable/Delete Muon ?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Disable/Delete Muon ?

    I have taken steps to make sure Firefox 62 does not update itself, but the other day I got an announcement that it had been automatically updated.
    I removed muon from my application start page list but I don't think I actually got rid of it.

    Is there a terminal command to disable/delete muon?
    Greg
    W9WD

    #2
    Even if you get rid of Muon or Discover or Synaptic, you'll still be prompted to upgrade. You need to put a "hold" on whatever, for whatever reason, you don't want updated and then don't use any GUI-based updater just to be sure.

    Code:
    echo "google-chrome-stable hold" | sudo dpkg --set-selections
    prevents google-chrom-stable from being updated.

    Code:
    echo "google-chrome-stable install" | sudo dpkg --set-selections
    undoes the "hold".

    Of course, this is applicable only to software installed via the repos. IIRC, you had one or more previous threads about Firefox installed by other means and how it kept updating.
    Kubuntu 20.04

    Comment


      #3
      I finally figured out it was that older version of FF (56) that was the blame for my font display errors, so I figured out a way to use FF 62 but make it look like the old FF (sorta).
      I thought I had found all the ways to make FF not update but I guess not,

      I just use the magic 3 lines to update.

      sudo apt-get update && sudo apt-get dist-upgrade
      sudo apt-get clean
      sudo apt-get autoremove --purge
      Greg
      W9WD

      Comment


        #4
        I usually lock or pin packages I don't want to update using the Muon package manager.

        Just find the package(s) in question ... note that with Firefox you need to lock two packages: firefox and firefox-locale-en. Right mouse click on each package and choose "Lock at Current Version". That should stop any updates occurring with the automatic Muon Discover method at least.
        Desktop PC: Intel Core-i5-4670 3.40Ghz, 16Gb Crucial ram, Asus H97-Plus MB, 128Gb Crucial SSD + 2Tb Seagate Barracuda 7200.14 HDD running Kubuntu 18.04 LTS and Kubuntu 14.04 LTS (on SSD).
        Laptop: HP EliteBook 8460p Core-i5-2540M, 4Gb ram, Transcend 120Gb SSD, currently running Deepin 15.8 and Manjaro KDE 18.

        Comment


          #5
          Where do I look to find those packages?
          Greg
          W9WD

          Comment


            #6
            I found them in Muon (after a little head scratching) and locked them as you described.
            Thanks!
            Greg
            W9WD

            Comment

            Working...
            X