通过.run或者make install安装的程序怎么卸载?
-
- 帖子: 91
- 注册时间: 2012-08-14 21:25
- 月下叹逍遥
- 论坛版主
- 帖子: 33994
- 注册时间: 2010-10-07 14:23
- 系统: Archdows10
- 来自: 某系某星某洲某国某省某市
- 联系:
- 枫叶饭团
- 帖子: 14683
- 注册时间: 2010-06-16 1:05
- 系统: Mac OS X
- 来自: Tencent
- 联系:
Re: 通过.run或者make install安装的程序怎么卸载?
一般有uninstall的,不过效果和删除文件也一样啦。
-
- 帖子: 91
- 注册时间: 2012-08-14 21:25
- qy117121
- 论坛版主
- 帖子: 50587
- 注册时间: 2007-12-14 13:40
- 系统: Winbuntu
- 来自: 志虚国乌由市
- 联系:
Re: 通过.run或者make install安装的程序怎么卸载?
home里的从来都是手动删除的吧
- YeLee
- 论坛版主
- 帖子: 26406
- 注册时间: 2008-08-13 8:48
- 系统: Fundu i64
- 来自: 东海硇州,一双管钥。
- 联系:
Re: 通过.run或者make install安装的程序怎么卸载?
所以说这些东西脏啊,都没黑盒机制的。




◎当我站在道德的高度上俯视别人的时候,发现自己是多么渺小。
♥执着但不偏激,反对而不排斥,坚决捍卫矛盾体的存在方式。
★★★天气预报★★★
fcitx-yatable一个可以使用的码表输入法
[教程]几个实例攻克软件编译难关
Gentoo Development Guide
字体相关
♥执着但不偏激,反对而不排斥,坚决捍卫矛盾体的存在方式。
★★★天气预报★★★
fcitx-yatable一个可以使用的码表输入法
[教程]几个实例攻克软件编译难关
Gentoo Development Guide
字体相关
-
- 论坛版主
- 帖子: 5371
- 注册时间: 2007-01-14 16:23
Re: 通过.run或者make install安装的程序怎么卸载?
make install 的,可以make uninstall
.run的,应该有uninstaller,至少amd的驱动有……
.run的,应该有uninstaller,至少amd的驱动有……
#include <stdio.h>
void main()
{
double world;
unsigned letter;
short stay;
long memories;
printf("I miss you.\n");
}
void main()
{
double world;
unsigned letter;
short stay;
long memories;
printf("I miss you.\n");
}
- carlos444_444
- 帖子: 448
- 注册时间: 2005-06-06 21:35
- 系统: Debian
- 来自: 四海为家
- 联系:
- 自由建客
- 帖子: 13468
- 注册时间: 2008-07-30 23:21
- 系统: Debian stable AMD64
Re: 通过.run或者make install安装的程序怎么卸载?
这类东西是黑户,只能靠天子的英明和他们自己的道德素质。 

-
- 帖子: 8
- 注册时间: 2011-04-03 0:31
Re: 通过.run或者make install安装的程序怎么卸载?
./xxxxx.run --help
可执行安装文件都有提供这个选项,看看怎么说
可执行安装文件都有提供这个选项,看看怎么说