LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How do I stop automatic updates for a specific program? (https://www.linuxquestions.org/questions/linux-software-2/how-do-i-stop-automatic-updates-for-a-specific-program-4175634798/)

magallanesj33 07-24-2018 06:45 AM

How do I stop automatic updates for a specific program?
 
scs

Mechanikx 07-24-2018 10:05 PM

Have you tried blacklisting the package?

Quote:

sudo apt-mark hold SuperTuxKart
To unblock it:

Quote:

sudo apt-mark unhold SuperTuxKart
Hope this helps.

Mechanikx 07-24-2018 10:09 PM

Sorry, I should've asked what distro you're using. What you're looking to do is called "blacklisting" and how you go about that depends on your package manager.

magallanesj33 07-25-2018 12:41 AM

fjd

Mechanikx 07-25-2018 01:38 AM

You're quite welcome.

I think your problem stems from not having JDK installed.

Check out this link:


hazel 07-25-2018 01:53 AM

jre is the java running environment. This is suitable for users who are not doing development work but are simply running programs that need java functionality. jdk is the java development kit, which is evidently a necessary dependency for sdk. Install jdk and your problem is solved.

magallanesj33 07-25-2018 03:48 AM

sgs

hazel 07-25-2018 04:00 AM

Well, if you found our posts helpful, please mark them as such. And use the thread tools to mark the problem as solved.

magallanesj33 07-25-2018 04:02 AM

agd

hazel 07-25-2018 04:10 AM

It's not a source package. It's a binary tarball. I know because I have Crux and that uses the oracle version of JRE. I suspect a lot of distros do.

magallanesj33 07-25-2018 05:57 AM

aad

hazel 07-25-2018 06:26 AM

It's because you download and install stuff directly from the web, Windows style. Once you start doing that, you have to go on doing it because programs have dependencies (libraries and suchlike that they need) and the programs you download will probably not be compatible with the libraries you already have.

Most Linux users don't do that. We stick to programs from the repository and install them via the package manager. If we frequently find that what we want isn't in the repository, we switch to a distro with bigger repositories! And in the extreme case, where we must have a program and can't get it any other way, we build from source against the libraries we already have. If you do that, Linux "just works" and you should never have problems finding or updating anything.

If you want to try to make Linux behave like Windows, good luck to you, but you won't have an easy life.

magallanesj33 07-25-2018 06:27 AM

asf

magallanesj33 07-25-2018 06:36 AM

sdf

hazel 07-25-2018 06:55 AM

Oh really? How childish!


All times are GMT -5. The time now is 01:11 AM.