运行cd ~/Desktop
我的第二种方法
eehz@eehz-desktop:~$ cd ~/Desktop
eehz@eehz-desktop:~/Desktop$
以经地进来了,然后写第一个码。
命中
http://security.ubuntu.com edgy-security/restricted Packages
命中
http://security.ubuntu.com edgy-security/main Sources
命中
http://security.ubuntu.com edgy-security/restricted Sources
命中
http://security.ubuntu.com edgy-security/multiverse Packages
命中
http://security.ubuntu.com edgy-security/universe Packages
下载 3B,耗时 3s (1B/s)
正在读取软件包列表... 完成
eehz@eehz-desktop:~/Desktop$
然后写入第二个码
sudo ln -sf bash /bin/sh
bash ati-driver-installer-8.31.5-x86.x86_64.run --buildpkg Ubuntu/edgy
sudo ln -sf dash /bin/sh
然后出现下边画面
eehz@eehz-desktop:~/Desktop$ sudo ln -sf bash /bin/sh
eehz@eehz-desktop:~/Desktop$ bash ati-driver-installer-8.31.5-x86.x86_64.run --buildpkg Ubuntu/edgy
Creating directory fglrx-install
Verifying archive integrity... All good.
Uncompressing ATI Proprietary Linux Driver-8.31.5....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
==================================================
ATI Technologies Linux Driver Installer/Packager
==================================================
Generating package: Ubuntu/edgy
./packages/Ubuntu/ati-packager.sh: line 56: dpkg-architecture: command not found
Error: unsupported architecture:
Removing temporary directory: fglrx-install
eehz@eehz-desktop:~/Desktop$ sudo ln -sf dash /bin/sh
然后写第三个码
eehz@eehz-desktop:~/Desktop$ sudo dpkg -i xorg-driver-fglrx_8.31.5-1*.deb
dpkg:处理 xorg-driver-fglrx_8.31.5-1*.deb (--install)时出错:
无法访问打包文件: No such file or directory
在处理时有错误发生:
xorg-driver-fglrx_8.31.5-1*.deb
eehz@eehz-desktop:~/Desktop$ sudo dpkg -i fglrx-kernel-source_8.31.5-1*.deb
dpkg:处理 fglrx-kernel-source_8.31.5-1*.deb (--install)时出错:
无法访问打包文件: No such file or directory
在处理时有错误发生:
fglrx-kernel-source_8.31.5-1*.deb
eehz@eehz-desktop:~/Desktop$ sudo dpkg -i fglrx-control_8.31.5-1*.deb
不知为啥?