在尝试使用他们提供的.deb包安装gitlab之后,我放弃了它,现在我不打算卸载它。
但是当我运行"sudo gitlab卸载“时,它只得到:

我完全不知道我能知道什么,我希望重新安装linux不是唯一的方法.
发布于 2016-01-30 03:42:30
在官方网站的问题中,您可以尝试
gitlab-ctl stopgitlab-ctl uninstall发布于 2016-10-11 12:38:44
1.gitlab-ctl停站
Stop the services.2.gitlab-ctl清洁
Delete _all_ gitlab data, and start from scratch.3. gitlab-ctl卸载
Kill all processes and uninstall the process supervisor (data will be preserved).4.拆包。
// Debian/Ubuntu
数独dpkg -r gitlab-ce
// Redhat/Centos
数独rpm -e gitlab-ce
5.重新启动
发布于 2014-09-14 08:57:07
在安装了带有dpkg/ After /apt的.deb之后,移除包的最好方法就是使用相同的方式。试一试
apt-get autoremove --purge PKGNAME
若要从系统中删除包,请执行以下操作。
https://serverfault.com/questions/628365
复制相似问题