久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放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)站

      debian怎么刪除php

      方法:首先使用“sudo apt-get autoremove php7*”命令刪除php的相關(guān)包及配置;然后用“sudo find /etc -name "*php*" |xargs rm -rf”命令刪除關(guān)聯(lián)文件;最后清除dept列表。

      debian怎么刪除php

      本教程操作環(huán)境:windows7系統(tǒng)、PHP7.0版,DELL G3電腦

      debian/Ubuntu徹底刪除PHP7.0

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

      sudo apt-get autoremove php7*

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

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

      3、清除dept列表

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

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

      dpkg -l | grep php7.0

      再次使用 這個命令安裝php

      root@greatwall-DF720:/# sudo apt-get install php7.0

      推薦學(xué)習(xí):《PHP視頻教程》

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