sudo su -
echo "deb http://ppa.launchpad.net/ondrej/php/ubuntu xenial main" | tee -a /etc/apt/sources.list
echo "deb-src http://ppa.launchpad.net/ondrej/php/ubuntu xenial main" | tee -a /etc/apt/sources.list
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E5267A6C

apt-get install dirmngr
apt-get update

 

添加ppa软件源问题处理

sudo apt-get install unknown-horizons
exit

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-17
  • 2021-12-30
  • 2021-06-26
  • 2022-02-20
  • 2022-12-23
猜你喜欢
  • 2021-12-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案