xine的卸载问题
Tofloor
poster avatar
lirenjie17
deepin
2013-12-22 00:41
Author
昨天安装了好多软件,有用的留着,没用的就卸了,结果卸到一个叫xine的卸不下去了
原因是在软件中心uninstall里找不到,不过查软件的时候,可会显示success...
请问这个应该如何卸掉,还是本来就卸不了?
Reply Favorite View the author
All Replies
ahyanglf
deepin
2013-12-22 03:03
#1
其实我也遇到同样的问题,期待深度更新可以解决了
Reply View the author
lirenjie17
deepin
2013-12-22 16:47
#2
其实我也遇到同样的问题,期待深度更新可以解决了


啊?只能这样啊…… :cry:
Reply View the author
136******54
deepin
2013-12-22 22:41
#3
终端下查询有关xine的软件名
  1. sudo dpkg -l | xine
Copy the Code
假设结果是xxx,那么
  1. sudo dpkg -r xxx
Copy the Code

卸载之前你得确定这个软件不是别的软件的依赖
Reply View the author
lirenjie17
deepin
2013-12-23 04:29
#4
终端下查询有关xine的软件名
  1. sudo dpkg -l | xine
Copy the Code
假设结果是xxx,那么
  1. sudo dpkg -r xxx
Copy the Code

卸载之前你得确定这个软件不是别的软件的依赖

  1. root@yuyi-s-computer:/home/yuyi# sudo dpkg -l | xine
  2. This is xine (X11 gui) - a free video player v0.99.7.
  3. (c) 2000-2010 The xine Team.
  4. vo_vdpau: vdpau API version : 1
  5. vo_vdpau: vdpau implementation description : NVIDIA VDPAU Driver Shared Library  319.60  Wed Sep 25 14:27:11 PDT 2013
  6. vo_vdpau: maximum video surface size for chroma type 4:2:2 is 4096x4096
  7. vo_vdpau: maximum video surface size for chroma type 4:2:0 is 4096x4096
  8. vo_vdpau: maximum output surface size is 16384x16384
  9. vo_vdpau: hold a maximum of 10 video output surfaces for reuse
  10. vo_vdpau: using 3 output surfaces of size 1920x1080 for display queue
  11. vdpau_set_property: property=1, value=0
  12. vo_vdpau: deinterlace: none
  13. vo_vdpau: set_scaling_level=0
  14. vo_vdpau: enabled features: inverse_telecine=0
  15. vo_vdpau: disable noise reduction.
  16. vo_vdpau: disable sharpness.
  17. vo_vdpau: vdpau_update_csc: hue=0.000000, saturation=1.000000, contrast=1.000000, brightness=0.000000, color_standard=0 studio_levels=0
  18. vo_vdpau: skip_chroma = 0
  19. root@yuyi-s-computer:/home/yuyi# sudo dpkg -r xine
  20. dpkg: warning: ignoring request to remove xine which isn't installed
Copy the Code

出来这一堆东西,是哪操作错了?
我执行第一条指令的时候,直接把xine那软件打开了都……
Reply View the author
electricface
deepin
2013-12-23 05:29
#5
xine 是一个播放器吧?
卸载的命令是
sudo apt-get autoremove  xine-ui
Reply View the author
136******54
deepin
2013-12-23 16:39
#6
[quote]终端下查询有关xine的软件名
  1. sudo dpkg -l | xine
Copy the Code
假设结果是xxx,那么
  1. sudo dpkg -r xxx
Copy the Code

卸载之前你得确定这个软件不是别的软件的依赖

  1. root@yuyi-s-computer:/home/yuyi# sudo dpkg -l | xine
  2. This is xine (X11 gui) - a free video player v0.99.7.
  3. (c) 2000-2010 The xine Team.
  4. vo_vdpau: vdpau API version : 1
  5. vo_vdpau: vdpau implementation description : NVIDIA VDPAU Driver Shared Library  319.60  Wed Sep 25 14:27:11 PDT 2013
  6. vo_vdpau: maximum video surface size for chroma type 4:2:2 is 4096x4096
  7. vo_vdpau: maximum video surface size for chroma type 4:2:0 is 4096x4096
  8. vo_vdpau: maximum output surface size is 16384x16384
  9. vo_vdpau: hold a maximum of 10 video output surfaces for reuse
  10. vo_vdpau: using 3 output surfaces of size 1920x1080 for display queue
  11. vdpau_set_property: property=1, value=0
  12. vo_vdpau: deinterlace: none
  13. vo_vdpau: set_scaling_level=0
  14. vo_vdpau: enabled features: inverse_telecine=0
  15. vo_vdpau: disable noise reduction.
  16. vo_vdpau: disable sharpness.
  17. vo_vdpau: vdpau_update_csc: hue=0.000000, saturation=1.000000, contrast=1.000000, brightness=0.000000, color_standard=0 studio_levels=0
  18. vo_vdpau: skip_chroma = 0
  19. root@yuyi-s-computer:/home/yuyi# sudo dpkg -r xine
  20. dpkg: warning: ignoring request to remove xine which isn't installed
Copy the Code

出来这一堆东西,是哪操作错了?
我执行第一条指令的时候,直接把xine那软件打开了都……[/quote]
不好意思,查询命令写错了,少了一个
  1. sudo dpkg -l | grep xine
Copy the Code
Reply View the author
lirenjie17
deepin
2013-12-27 05:53
#7
谢谢各位大神,终于解决了!!
Reply View the author