Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图通过使用终端来升级我的 php。到目前为止,我已经尝试过了sudo apt-get install php5。但我没有解决办法。有没有使用终端将我的 php 从 5.3 升级到 5.5 的解决方案?
sudo apt-get install php5
尝试
apt-get update apt-get upgrade php5
更新数据包 (ggf. with sudo)
sudo