在终端更新的时候如何让部分软件不更新
Tofloor
poster avatar
dikas2015
deepin
2017-11-03 18:02
Author
本帖最后由 dikas2015 于 2017-11-3 10:07 编辑


主要是不想让Vivaldi更新,它更新得还挺频繁,但都是小版本,最主要可能中国没服务器,下载速度相当得慢,50多M的包每次得花半小时以上。
顺便悄悄地问下上面那两个怎么更新不了,好像是依赖的包deepin不是最新版
Reply Favorite View the author
All Replies
avatar
jingle
deepin
2017-11-03 19:03
#1
Vivaldi 你是自己加的ppa?
Reply View the author
avatar
dikas2015
deepin
2017-11-03 19:19
#2
https://bbs.deepin.org/post/147636
Vivaldi 你是自己加的ppa?

deb包安装自动加的
Reply View the author
avatar
jingle
deepin
2017-11-03 19:23
#3
https://bbs.deepin.org/post/147636
deb包安装自动加的
  1. cd /etc/apt/sources.list.d
Copy the Code


进入这个目录 删除 list 或者编辑list # 屏蔽
Reply View the author
avatar
南浦月
deepin
2017-11-03 19:24
#4
  1. sudo apt-mark hold vivaldi
Copy the Code
Reply View the author
avatar
dikas2015
deepin
2017-11-03 19:45
#5
https://bbs.deepin.org/post/147636
进入这个目录 删除 list 或者编辑list # 屏蔽

好的谢谢
Reply View the author
avatar
dikas2015
deepin
2017-11-03 19:46
#6

我感觉还是这个方式好点,虽然没用过这个命令,我试下
Reply View the author
avatar
dikas2015
deepin
2017-11-03 22:08
#7

嗯,试过了,这个命令就是我想要的效果,保持版本不变,顺便查了下,如果要取消是sudo apt-mark unhold vivaldi-stable
Reply View the author