【问题标题】:Unistall packages Ubuntu [closed]卸载软件包 Ubuntu [关闭]
【发布时间】:2018-05-04 21:40:35
【问题描述】:

我只使用 Ubuntu 16.04 几个星期。昨天,我使用家用 Windows 笔记本电脑上的 ssh 连接到我的终端(在工作中),我试图远程安装一些程序来向我展示完整的图形桌面,但没有运气。 无论如何,我现在发现自己充满了我想要删除的不再有用的软件包。这是使用命令获取的列表:

$ ls -l --time=ctime --time-style=long-iso /usr/share/applications|sort -r -k6|grep "\.desktop"|sed s/'\.desktop.*'//g|awk '{print $6" "$7" "$8}'

2018-05-03 20:38 xscreensaver-properties
2018-05-03 20:38 xfce4-终端
2018-05-03 20:38 xfce4-taskmanager
2018-05-03 20:38 xfce4-sensors
2018-05-03 20:38 xfce4-screenshooter
2018-05-03 20:38 xfce4-power-manager-settings
2018-05-03 20:38 xfce4-notifyd-config
2018-05-03 20:38 xfce4-notes
2018-05-03 20:38 xfce4-dict
2018-05-03 20:38 xfce4-clipman
2018-05-03 20:37 xfce-xfcalendar-settings
2018-05-03 20:37 xfce-workspaces-settings
2018-05-03 20:37 xfce-wmtweaks-设置
2018-05-03 20:37 xfce-wm-设置
2018-05-03 20:37 xfce-ui-settings
2018-05-03 20:37 xfce-settings-manager
2018-05-03 20:37 xfce 会话设置
2018-05-03 20:37 xfce-鼠标设置
2018-05-03 20:37 xfce-keyboard-settings
2018-05-03 20:37 xfce-display-settings
2018-05-03 20:37 xfce-backdrop-settings
2018-05-03 20:37 xfce4-settings-editor
2018-05-03 20:37 xfce4-session-logout
2018-05-03 20:37 xfce4-run
2018-05-03 20:37 xfce4-mime-设置
2018-05-03 20:37 xfce4-appfinder
2018-05-03 20:37 xfce4-辅助功能设置
2018-05-03 20:37 xfce4-关于
2018-05-03 20:37 xfcalendar
2018-05-03 20:37 thunar-volman-settings
2018-05-03 20:37 thunar-设置
2018-05-03 20:37 Thunar-文件​​夹处理程序
2018-05-03 20:37 Thunar
2018-05-03 20:37 Thunar-bulk-rename
2018-05-03 20:37 面板偏好
2018-05-03 20:37 面板桌面处理程序
2018-05-03 20:37 全球时间
2018-05-03 20:37 exo-web-browser
2018-05-03 20:37 外终端仿真器
2018-05-03 20:37 exo-preferred-applications
2018-05-03 20:37 外部邮件阅读器
2018-05-03 20:37 exo-file-manager

我尝试过类似的东西:

$ sudo apt-get --purge autoremove exo-file-manager 

但我得到的只是:

正在阅读包裹清单...完成
构建依赖树
正在读取状态信息...完成
E: 找不到包 exo-file-manager

如何删除列表中的所有包?

【问题讨论】:

    标签: linux ubuntu ubuntu-16.04 x11 apt-get


    【解决方案1】:

    我成功删除了一大块文件:

    sudo apt-get purge xfconf xfce4-utils xfwm4 xfce4-session xfdesktop4 exo-utils xfce4-panel xfce4-terminal  thunar
    

    然后我用了一个简单的:

    sudo apt-get --purge autoremove package_name_here
    

    对于剩余的单个包。

    【讨论】:

      猜你喜欢
      • 2019-01-22
      • 2010-11-19
      • 2013-01-12
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2023-01-11
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多