How do you stop an update to a program ?
Tofloor
poster avatar
ard999
deepin
2017-08-23 04:12
Author
Hi
I have manually installed an early version of rhythbox ( because a plugin I use is not compatable with later releases ), but now deepin want to upgrade it and I can't fine how to stop this, Its easy enough in linux mint, but that functionalty seem hidden in deepin
Reply Favorite View the author
All Replies
ARWhooo
deepin
2017-08-23 17:41
#1
I remember the update for chosen software is a feature todo in 15.5 (maybe 15.6?). Right now you may just update manually with apt-get.
Reply View the author
134******40
deepin
2017-08-23 18:18
#2
You can do that:
  1. sudo apt-mark hold appName
Copy the Code

The program that are marked and will not be upgraded.
If you want to cancel the mark:
  1. sudo apt-mark unhold appName
Copy the Code
Reply View the author