我有Ubuntu11.10版本,而且由于代理设置问题,我无法从软件中心下载软件包,也不能通过命令行下载软件包。
有没有人知道我是否能通过网络下载得到这个包裹?
发布于 2012-07-05 18:22:41
下面将下载并安装indicator-cpufreq的单一版本及其所具有的依赖关系,即libcpufreq0包。
wget http://security.ubuntu.com/ubuntu/pool/universe/c/cpufrequtils/libcpufreq0_007-1_i386.deb
wget https://launchpad.net/~artfwo/+archive/ppa/+files/indicator-cpufreq_0.1.4-0ubuntu1~oneiric1_all.deb
sudo dpkg -i libcpufreq0_007-1_i386.deb
sudo dpkg -i indicator-cpufreq_0.1.4-0ubuntu1~oneiric1_all.deb如果您根本无法从工作站访问internet,您可以简单地将这两个文件下载到另一台确实具有internet访问权限的计算机上,并使用USB密钥或其他介质将这两个deb文件传输到上面。
您可以通过在Ubuntu中双击deb文件来安装它们。
https://askubuntu.com/questions/160084
复制相似问题