久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      ubuntu如何徹底刪除php7.0

      ubuntu徹底刪除php7.0的方法:1、刪除php的相關(guān)包及配置;2、刪除關(guān)聯(lián)并清除dept列表;3、檢查是否已卸載干凈。

      ubuntu如何徹底刪除php7.0

      本文操作環(huán)境:ubuntu 18.04系統(tǒng)、php 7.0、thinkpad t480電腦。

      ubuntu系統(tǒng)徹底刪除php的步驟如下所示:

      一、刪除php的相關(guān)包及配置

      sudo apt-get autoremove php7*

      二、刪除關(guān)聯(lián)

      sudo find /etc -name "*php*" |xargs rm -rf

      三、清除dept列表

      sudo apt purge `dpkg -l | grep php| awk '{print $2}' |tr "n" " "`

      四、檢查是否卸載干凈(無返回就是卸載完成)

      dpkg -l | grep php7.0

      推薦學(xué)習(xí):php培訓(xùn)

      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號-2    滬公網(wǎng)安備31011702889846號