如何删除软件!
Tofloor
poster avatar
lyuranus
deepin
2013-04-12 00:24
Author
刚装的PPS,打开电影列表就自动关闭呢,现在想把卸载,但是在软件中心卸载里面找不到改程序,如果用命令pps的名字应该怎么写呢,就是sudo apt-get remove pps或linuxpps,都不对呢!
Reply Favorite View the author
All Replies
Wankey
deepin
2013-04-12 01:14
#1
是apt-get purge吧
Reply View the author
cxbii
deepin
2013-04-12 01:39
#2
  1. sudo apt-get remove ppstream:i386
Copy the Code

pps的包比较奇怪的,你试试这个
Reply View the author
tuhaihe
deepin
2013-04-12 22:19
#3
刚装的PPS,打开电影列表就自动关闭呢
是在LD12.12 的仓库里面安装的吗?
sudo apt-get remove pps或linuxpps,都不对呢!
命令里面的名称写错了, sudo apt-get remove ppstream
Reply View the author
samwang1027
deepin
2013-04-20 22:02
#4
dpkg -P --force-all 软件名 //彻底卸载软件,前提是输入su获得权限
Reply View the author