请问这四个Linux命令有什么不同吗?
Tofloor
poster avatar
leonardo520
deepin
2017-12-04 07:02
Author
本帖最后由 leonardo520 于 2017-12-3 23:07 编辑

以下这四个命令有什么不同吗?

apt-get purge nvidia*
apt-get --purge nvidia*
apt-get --purge remove nvidia*                      sudo apt-get remove --purge nvidia*




Reply Favorite View the author
All Replies
avatar
HarryZhao
deepin
2017-12-04 08:17
#1
写法不同,实现的效果应该是一样的吧?
Reply View the author
avatar
leonardo520
deepin
2017-12-04 15:42
#2
HarryZhao 发表于 2017-12-4 00:17
写法不同,实现的效果应该是一样的吧?

不知道啊,小白不懂
Reply View the author
avatar
orzorc
deepin
2017-12-04 18:54
#3
再我看来都是一样的,就是用来移除软件和配置的。
这里有个详细的讲解https://askubuntu.com/a/187891
Reply View the author
avatar
leonardo520
deepin
2017-12-04 22:08
#4
https://bbs.deepin.org/post/149532
再我看来都是一样的,就是用来移除软件和配置的。
这里有个详细的讲解https://askubuntu.com/a/187891 ...

奇怪啊,同一个命令为什么有这么多写法
Reply View the author
avatar
wtz
deepin
2017-12-05 00:10
#5
为了兼容历史版本以及迎合各种奇怪的癖好。
Reply View the author