新装了Ubuntu 11.10,虚拟机用的Oracle VM VirtualBox。为了安装飞思卡尔的LTIB,中间会出现很多没有安装的东西,就用apt-get去安装,但是有一半(大约六个)没法之间安装,所以只有下载包安装,到最后只剩下两个最难惨的包,一个是ncurses-devel ,一个是glibc-devel,我在网上看到“Ubuntu 下 编译内核 make menuconfig 时缺少 ncurses-devel 的解决方案sudo apt-get install libncurses5-dev”,我发现其实是同一个问题。输入sudo apt-get install libncurses5-dev过后出现以下问题ErrorE: The package ncurses-devel needs to be reinstalled, but I can’t find an archive for it.SolutionRun the following commandFor ncurses-devel Pakagedpkg --remove --force-remove-reinstreq ncurses-develYou can replace ncurses-devel to any of your package name which is giving the error但是#dpkg --remove --force-remove-reinstreq ncurses-devel过后问题又来啦,当然没有问题最好不过了,直接搞定。Errordpkg: requested operation requires superuser privilegesolution#dpkg --configure -a#dpkg --remove --force-remove-reinstreq ncurses-devel#apt-get install libncurses5-devok!!Ubuntu Server 11.04 安装 GNOME 3Ubuntu编译安装aMule 2.3.1相关资讯 Ubuntu 11.10
- Ubuntu 11.10使用软RAID时需要注意 (04/10/2012 06:40:19)
- 64位 Ubuntu 11.10 安装及配置Java (03/17/2012 19:18:46)
- Dell R210 安装Ubuntu 11.10 (03/17/2012 19:15:02)
| - Windows 7 + Ubuntu 11.10双系统安 (03/30/2012 12:15:05)
- 在Ubuntu 11.10下安装显卡后进不了 (03/17/2012 19:17:44)
- Ubuntu 11.10下成功安装Java (03/09/2012 08:12:58)
|
本文评论 查看全部评论 (1)
评论声明- 尊重网上道德,遵守中华人民共和国的各项有关法律法规
- 承担一切因您的行为而直接或间接导致的民事或刑事法
|