开始先下载deb工具包:https://download.csdn.net/download/qq_16069457/21441070
1.先装下面三个
sudo apt-get install libvte-common libvte9 plymouth-x11
2.再装其他依赖
sudo apt-get -f install dialog casper libdebian-installer4 user-setup discover
这时会提示: 下列软件包有未满足的依赖关系:
casper : 依赖: dmsetup 依赖: localechooser-data (>= 2.65ubuntu1) 但是它将不会被安装 依赖: cifs-utils 但是它将不会被安装 discover : 依赖: libdiscover2 (= 2.1.2-7ubuntu1) 但是它将不会被安装 remastersys : 依赖: ubiquity-frontend-debconf 但是它将不会被安装 E: 有未能满足的依赖关系。请尝试不指明软件包的名字来运行“apt-get -f install”(也可以指定一个解决办法)。
apt-get -f install
如果以上出依赖无法安装问题,将apt-get替换为aptitude,输入“n”,再输入“y”
3. 依次安装xresprobe、
注意:64位ubuntu安装带amd64的deb文件,32位安装带i386的deb文件。