Fre*_*edN 112 uninstall netbeans
由于我没有通过软件中心安装 NetBeans(我将它安装为 .sh 文件),我看不到卸载程序的简单方法。
如何安全地卸载程序?
小智 148
如果您使用 root 权限安装了 netbeans,将会有一个名为uninstall.shin的文件/usr/local/netbeans-x.x。如果您使用普通用户帐户安装它,则该netbeans-X.X文件夹将位于您的主目录中。(这里xx指版本号,如6.9or7.2等)
打开终端并使用cd命令转到 netbeans 的安装目录。比如cd /usr/local/netbeans-x.x。
使用“su”成为超级用户(输入您的根密码)。
然后使用命令执行uninstall.sh 文件sh uninstall.sh。
或者,您可以双击它并选择“在终端中运行”选项。您需要提供密码(管理员用户的)才能执行此操作。
hhl*_*hlp 46
要卸载 IDE:
找到IDE安装目录:
locate netbeans
Run Code Online (Sandbox Code Playgroud)在 IDE 安装目录中,通常在您的主目录中有一个名为 netbeans 的目录。进入其中后,运行卸载程序:
./uninstall.sh
Run Code Online (Sandbox Code Playgroud)在“摘要”页面上,单击“卸载”。
要卸载 GlassFish Server Open Source Edition 3.1:
找到应用服务器安装目录。
Linux root /usr/local/glassfish-3.1
Run Code Online (Sandbox Code Playgroud)
在你的主目录中有一个导演调用 glassfish 看看里面,你可以找到它,运行文件:
./uninstall.sh
Run Code Online (Sandbox Code Playgroud)在“摘要”页面上,单击“卸载”。
来源在这里
相关问题: