sudo apt-get install build-essential安装时报错
出现问题
sudo apt-get install build-essential安装时报错
解决办法:
1、移除libdpkg-perl这个软件:
sudo apt-get remove libdpkg-perl
2、再安装libdpkg-perl:
sudo apt-get install libdpkg-perl
3、再安装build-essential就可以正常安装了:
sudo apt-get install build-essential
参考
https://cxymm/article/qq_32473523/107508791
sudo apt-get install build-essential安装时报错
出现问题
sudo apt-get install build-essential安装时报错
解决办法:
1、移除libdpkg-perl这个软件:
sudo apt-get remove libdpkg-perl
2、再安装libdpkg-perl:
sudo apt-get install libdpkg-perl
3、再安装build-essential就可以正常安装了:
sudo apt-get install build-essential
参考
https://cxymm/article/qq_32473523/107508791