I installed a package of thisprogram
from a PPA which offers nightly builds. So my version of thisprogram
is getting updated every day. Most of these updates, however, are of no importance to me -- if they contain any changes at all. The packages of the last days had the versions
thisprogram 3.5.1-develop-0~20211212
thisprogram 3.5.1-develop-0~20211213
thisprogram 3.5.1-develop-0~20211214
However, some of the nightly builds are broken. So on 12/13/2021, I got a broken version installed and it was a real ### to use thisprogram
that day. Fortunately on 12/14/2021 the next version worked again.
What did I do to prevent this in the future? Easy: When a working version was installed the next day, I did
sudo apt-mark hold thisprogram
So now, all the next versions of 3.5.1-develop-0~blablabla
are skipped for me.
Now my question: Some time in the near future, the developers will issue version 3.5.2 or even 3.6 of thisprogram
. Is there a way to automatically install that next "major" version and then again skip all the next nightly builds?
ppa
then? Regarding your question, I don't know of a solution. – pLumo Dec 15 '21 at 18:38ppa
. The alternative would be to update manually. Asthisprogram
is under active development, that would be more work than I would like to do. – David Woitkowski Dec 15 '21 at 18:45