In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-10 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/03 Report--
What this article shares with you is about how ubuntu deletes php7.0 completely. The editor thinks it is very practical, so I share it with you to learn. I hope you can get something after reading this article.
Ubuntu completely delete php7.0 methods: 1, delete the relevant php packages and configuration; 2, delete the association and clear the dept list; 3, check whether it has been uninstalled clean.
The operating environment of this paper: ubuntu 18.04system, php 7.0and thinkpad T480computer.
The steps for the ubuntu system to completely remove the php are as follows:
Delete the related packages and configurations of php
Sudo apt-get autoremove php7*
Delete the association
Sudo find / etc-name "* php*" | xargs rm-rf
Clear the dept list
Sudo apt purge `dpkg-l | grep php | awk'{print $2}'| tr "\ n"" `
4. Check whether the uninstall is clean (no return means the uninstall is complete)
Dpkg-l | grep php7.0 above is how ubuntu deletes php7.0 completely. The editor believes that there are some knowledge points that we may see or use in our daily work. I hope you can learn more from this article. For more details, please follow the industry information channel.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.