How can I turn off an unwanted MintUpdate package?

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
locutus
Level 4
Level 4
Posts: 402
Joined: Mon Dec 04, 2006 4:54 pm
Location: Ontario, Canada

How can I turn off an unwanted MintUpdate package?

Post by locutus »

There is a nasty bug in Ubuntu's current NFS-share app. I've updated to a patch that I had to compile, it mostly works properly now. But MintUpdate is showing it's icon in the unlocked position, saying there is 1 important update to do, but I don't want it! I've tried clearing it, unchecking it... but the update notice keeps comiing back. How can I get rid of it?
Thanx.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
deadguy
Level 5
Level 5
Posts: 707
Joined: Wed Aug 15, 2007 9:41 pm
Location: Illinois USA

Re: How can I turn off an unwanted MintUpdate package?

Post by deadguy »

Hi Locutus,

well, you could try "pinning" the app like Cmost describes here.

Cheers,


Deadguy
Fred

Re: How can I turn off an unwanted MintUpdate package?

Post by Fred »

Here is another way. In a terminal:

sudo echo PackageName hold|dpkg --set-selections


To list packages on hold:

sudo dpkg --get-selections | grep hold


To take a package off hold:

sudo echo PackageName install|dpkg --set-selections

Fred
Locked

Return to “Beginner Questions”