Questions tagged «software-uninstall»

有关在Ubuntu上卸载软件的问题。


8
如何卸载LibreOffice?
我应该删除哪个软件包才能完全删除libreoffice?我不需要办公工具。 这就是我对像apt这样的程序包管理器的苦恼,没有简单的方法来执行删除有害软件的基本任务:S



3
如何从Ubuntu删除快照存储?
如何删除按扣?apt假装它不存在,但是我仍然可以用它调用命令。 试图rm说“只读文件系统” root@tunnel:/# apt remove snap Reading package lists... Done Building dependency tree Reading state information... Done Package 'snap' is not installed, so not removed 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. root@tunnel:/# snap whoami email: -


2
如何删除编译后的内核?
我在笔记本电脑Lenovo E455上安装了14.10。 并按以下顺序编译内核3.19 因为似乎14.10不想和我一起工作。(我看到了慢动作) 从http://www.kernel.org/下载当前的内核 make oldconfig make sudo make install 最后,无法使用新内核启动。 如何从grub中删除已编译的内核并恢复?

2
如何完全卸载mongodb 2.6.3?
我正在运行以下命令: sudo apt-get remove mongodb 它给出以下输出: Reading package lists... Done Building dependency tree Reading state information... Done Package 'mongodb' is not installed, so not removed 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 但是mongodb仍安装在我的Ubuntu 13.04系统上,如何卸载它..?



3
为什么在删除程序时不能完全卸载(删除所有文件)?
在Ubuntu或任何Linux中,当我决定删除一个程序然后再重新安装它时,我注意到它没有删除我以前制作的任何东西,因此对我来说毫无意义,因为我喜欢经常重新安装东西。每当我决定重新安装它时,就像删除该程序之前一样。为什么是这样? 我习惯于卸载类似于Windows或Android的东西,因为它会完全删除所有内容,而恢复该数据的唯一真正方法是将其保存在某个地方,或者如果他们给我提供了登录选项以进行恢复,则是有没有办法在Linux上做到这一点? 有时我从Ubuntu软件中心删除它并使用sudo apt-get --purge remove [application]。 我正在使用Ubuntu 18.10,我现在没有什么可卸载的,只是很好奇。


2
如何停止和移除Docker容器?
我正在尝试删除docker / image / container以及以某种方式与docker连接的所有东西,但首先我需要停止它。当我尝试执行此命令时: docker stop $(docker ps -a -q) 它给我一个错误: [:/home/imran] 1 $ docker stop $(docker ps -a -q) 2015/01/16 00:37:38 Get http:///var/run/docker.sock/v1.14/containers/json?all=1: dial unix /var/run/docker.sock: permission denied Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] Stop a running container by sending SIGTERM and then SIGKILL after a grace period …

1
从Ubuntu 14.04删除Katoolin
我在安装Katoolin软件包https://github.com/LionSec/katoolin时犯了一个错误。问题是它破坏了我的Ubuntu,许多软件包不再起作用。系统更新不再起作用。 问题:有没有办法从我的Ubuntu上卸载它而无需重新安装OS? PS:对那些想研究计算机安全性的人的建议:远离此Katoolin工具!安装前至少思考十次。

4
如何删除nginx并重新激活Apache?
我已经Apache2, mysql, php5 and phpmyadmin在Ubuntu 14.04上安装了,但后来错误地安装了nginx。 现在我的本地主机页面向我显示“ 欢迎使用nginx服务器”。和localhost/phpmyadmin链接不起作用。 如何找回LAMP服务器? 我使用命令删除了ngnix sudo apt-get remove nginx sudo apt-get purge nginx 安装Apache sudo apache2ctl restart 但在重新启动apache2结束时,出现此错误 sudo apache2ctl restart AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message httpd …

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.