干净的一键卸载宝塔面板 WEB 运行环境的方法
![]() | ![]() | ![]() | ![]() |
| 【性价之王】 | 【线路之王】 | 【价格之王】 | 【配置之王】 |
| 【免费之王】 | 【香港首推】 | 【梯子之王】 | 【独服之王】 |

现在国内用户使用宝塔面板用来建站的朋友非常多,如果你的 VPS 不想做网站了,需要卸载宝塔,一般的 VPS 商家都可以到后面直接重新安装新的系统,不过有一些商家的 VPS 是不支持重装系统的,像 KT 就需要发工单重新安装系统,那么有什么办法可以把宝塔全面卸载呢?今天就给大家分享一个脚本,到 VPS 里直接执行一下就可以把宝塔面板卸载掉。
脚本如下:
保存成 sh 文件后,直接执行就可以, sh 文件名.sh
| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 | #!/bin/bashPATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/binexport PATHRemove_Bt(){if[!-f"/etc/init.d/bt"]||[!-d"/www/server/panel"];thenecho-e"此服务器没有安装宝塔!"echo-e"This server does not install bt-panel"exit;fi/etc/init.d/bt stopif[-f"/usr/sbin/chkconfig"];thenchkconfig--del btelif[-f"/usr/sbin/update-rc.d"];then/usr/sbin/update-rc.dfirm-rf/www/server/panelrm-f/etc/init.d/btecho-e"宝塔面板已卸载成功"echo-e"bt-panel uninstall success"}Remove_Service(){servicePath="/www/server"forservice innginx httpd mysqld pure-ftpd tomcat redis memcached php-fpm-52php-fpm-53php-fpm-54php-fpm-55php-fpm-56php-fpm-70php-fpm-71doif[-f"/etc/init.d/${service}"];then/etc/init.d/${service}stopif[-f"/usr/sbin/chkconfig"];thenchkconfig --del${service}elif[-f"/usr/sbin/update-rc.d"];thenupdate-rc.d-f${service}removefiif["${service}"="mysqld"];thenrm-rf${servicePath}/mysqlrm-f/etc/my.cnfelif["${service}"="httpd"];thenrm-rf${servicePath}/apacheelif["${service}"="memcached"];thenrm-rf/usr/local/memcachedelif["${service}"="nginx"]||["${service}"="redis"]||["${service}"="tomcat"]||["${service}"="pure-ftpd"];thenrm-rf${servicePath}/${service}firm-f/etc/init.d/${service}echo-e${service}"33[32mclean33[0m"fidoneif[-d"${servicePath}/php"];thenrm-rf${servicePath}/phpfiif[-d"${servicePath}/nvm"];thenrm-rf${servicePath}/nvmfiif[-d"${servicePath}/phpmyadmin"];thenrm-rf${servicePath}/phpmyadminfiif[-f/opt/gitlab/embedded/service/gitlab-rails/Gemfile];thengitlab-ctl stopyum remove gitlab-ce-yrm-rf/opt/gitlabrm-rf/var/opt/gitlabrm-rf/etc/gitlabrm-rf/www/server/panel/plugin/gitlabfi}Remove_Rpm(){echo-e"查询已安装 rpm 包.."echo-e"Find installed packages"forlib inlibiconv-1.14libmcrypt-2.5.8mcrypt-2.6.8mhash-0.9.9.9bt-mysql bt-httpd bt-mariadb bt-php-5.2bt-php-5.3bt-php-5.4bt-php-5.5bt-php-5.6bt-php-7.0bt-php-7.1dorpm-qa|grep${lib}>${lib}.pllibRpm=`cat${lib}.pl`if["${libRpm}"!=""];thenrpm-e${libRpm}--nodeps>/dev/null2>&1echo-e${lib}"33[32mclean33[0m"firm-f${lib}.pldoneecho-e"清理完毕"echo-e"Clean over"}Remove_Data(){rm-rf/www/server/datarm-rf/www/wwwlogsrm-rf/www/wwwroot}echo "================================================="#echo -e "What you want to do ?(Default:1)"echo "1) 卸载宝塔"echo "2) 卸载宝塔及运行环境"#echo "3) 卸载宝塔及运行环境并清除所有站点相关数据"read -p "请选择你要进行的操作(1-2 默认:1): " action;echo "================================================="case $action in'1')Remove_Bt;;'2')Remove_Serviceif[-f"/usr/bin/yum"]&[-f"/usr/bin/rpm"];thenRemove_RpmfiRemove_Bt;;*)Remove_Bt;;esacrm -f bt-uninstall.sh |
效果如下:
好了,这样就把宝塔面板卸载了,不过最好的方法还是重装安装系统,才是最干净的。
原文:https://www.laozuo.org/13544.html
猜你可能想看的VPS
- 阿里云采购节 企业用户 2 核 8G5M 云服务器 1629 元 3 年全球[VPS测评]
- 企鹅小屋→180 元 年 512MB 内存 400GB 空间 1TB 流虚拟空间(主机)
- 香港 VPS 14 元起 美国 CERA VPS 18.8 元 月 咖啡美国VPS[主机]
- HostDare→洛杉矶 KVM 六五折 CN2 年付 25.99 美元全球[VPS测评]
- Win10 访问共享时出现错误代码 0x80070035 是怎么回事?全球[VPS测评]
- ReliableSite→纽约独服 i5-4570 16GB 内存 2T全球[VPS测评]
- WebUploader 设置只能上传单张图片全球[VPS测评]
- 优惠促销 美国高速虚拟主机最低¥90 三年付 CN2 GIA 直连 微基美国VPS[主机]
- spinservers→超高配独立服务器 $319 2*e5-2683v独立服务器[U]
- dedecms 如何添加上一篇 下一篇 dedecms 上一篇下一篇标签全球[VPS测评]
- ThinkPHP5 在 Nginx 下面报 404 错误的解决办法全球[VPS测评]
- 真实测评 CombCloud 香港沙田 CN2- 4H4G 80GSSD香港VPS[主机]
- spinservers→便宜高配服务器 定制优惠 $299 2*E5-2全球[VPS测评]
- Virmach 2019中国新年促-512M 10G ssd 500G年全球[VPS测评]
- GigsGigsCloud 循环三五折 三网最高级线路 独立服务独立服务器[U]
- HostUS → 洛杉矶Psychz → 1Core 512M 15G 全球[VPS测评]
- DediPath → 1G内存 100G SSD 储存 100Mbps 全球[VPS测评]
- CombCloud,香港沙田CN2VPS测评,2核1G52元/月,安畅C香港VPS[主机]
- 阁天互联怎么样?香港cn2云服务器 圣何塞cn2vps仅20/月香港VPS[主机]
- 企鹅小屋:香港VPS限时3折优惠,香港沙田CN2,原生IP,年付486.香港VPS[主机]
- 30个美容院抖音唯美文案,看到就直接拿去发吧全球[VPS测评]
- 亿速互联怎么样?香港沙田vps,2核1G3M云主机仅98元/月,780元香港VPS[主机]
- CentOS 7.x 系统安装和配置redis-7.0.4集群全球[VPS测评]
- 什么是云服务器?云服务器怎么登陆?全球[VPS测评]
- VPSPlayer,超便宜香港cn2线路小带宽VPS,2核4G内存仅30香港VPS[主机]
- 自适应bootstrap左侧导航可关闭全球[VPS测评]
- 磐逸云:全场8折优惠,1核1G香港套餐月付24元,日本NNT线路套餐,月日本VPS[主机]
- 印象云vps,香港安畅gia低至22元起,1核1G内存,小带宽无限流量,香港VPS[主机]
- 天生云:香港沙田CN2 GIA VPS,1核1G40G/2M带宽,月付8香港VPS[主机]
- wikihost微基主机服务,香港稳定虚拟主机8折,3.73元/月起,C香港VPS[主机]
转载请注明原文地址:http://140.238.13.167:12355/read-203195.html











