当前位置:网站首页>Ubuntu uninstalling PHP
Ubuntu uninstalling PHP
2022-06-25 12:28:00 【Yu Qin】
uninstall :
One 、 Delete php Related packages and configurations of
sudo apt-get autoremove php7*
Two 、 Delete Association
sudo find /etc -name "*php*" |xargs rm -rf
3、 ... and 、 eliminate dept list
sudo apt purge `dpkg -l | grep php| awk '{print $2}' |tr "\n" " "`
Four 、 Check if the unloading is clean ( No return means that the uninstall is completed )
dpkg -l | grep php7.0
边栏推荐
- 2022 meisai topic C idea sharing + translation
- R语言使用epiDisplay包的followup.plot函数可视化多个ID(病例)监测指标的纵向随访图、使用stress.type参数指定强调线的id子集的线条的类型(type)
- 黑馬暢購商城---3.商品管理
- Hook technology
- An example of using dynamic datalist
- The dist function of R language calculates the distance between two samples in dataframe data, returns the distance matrix between samples, and specifies the distance calculation method through the me
- Web project development process
- PD1.4转HDMI2.0转接线拆解。
- The latest IT learning route in 2020
- 什么是Flink?Flink能用来做什么?
猜你喜欢

Dark horse shopping mall ---1 Project introduction - environment construction

K8s, docker compose install MySQL 8.0.18

What is the primordial universe

How to use SPSS to do grey correlation analysis? Quick grasp of hand-to-hand Teaching

Uncover gaussdb (for redis): comprehensive comparison of CODIS

Uncover gaussdb (for redis): comprehensive comparison of CODIS

【数据中台】数据中台的OneID是个什么鬼,主数据它不香吗?

A set of automated paperless office system (oa+ approval process) source code: with data dictionary

什么是Flink?Flink能用来做什么?

SDN system method | 9 Access network
随机推荐
Arm immediate
Recyclerview scrolls to the specified location
Tidb common commands
Web project development process
Fun pocket mall -- sharing the development source code of fun pocket app system
PyCaret 成功解决无法从‘sklearn.model_selection._search‘导入名称“_check_param_grid”
Record a debugging when curl has no return value
Thinkphp3 count ` *'problem
Explain factor analysis in simple terms, with case teaching (full)
R language uses the multinom function of NNET package to build an unordered multi classification logistic regression model, and uses the lrtest function of epidisplay package to perform multiple model
[论]Learning Dynamic and Hierarchical Traffic Spatiotemporal Features with Transformer
如果你也想做自媒体,不妨听大周给您点建议
R语言dist函数计算dataframe数据中两两样本之间的距离返回样本间距离矩阵,通过method参数指定距离计算的方法、例如欧几里得距离
实现领域驱动设计 - 使用ABP框架 - 系列文章汇总
一款好用的印章设计工具 --(可转为ofd文件)
ThinkPHP upload image compression size
An article clearly explains MySQL's clustering / Federation / coverage index, back to table, and index push down
The R language cartools package divides data, the scale function scales data, and the NaiveBayes function of e1071 package constructs a naive Bayesian model
Arm V7 coprocessor
Hook technology