有什么方法可以检查我的处理器以哪种时钟速度运行?
我已经试过了,cat /proc/cpuinfo
但我正在运行的时钟速度没有显示。我知道 Ubuntu 12.04(Precise Pangolin)需要 700 MHz 和 VGA,但是 AMD Mobile Sempron 可以工作吗?
我在更新管理器中遇到错误,要求我进行部分升级,但失败了。现在我sudo apt-get install
什么也做不了。我试图修复它,现在我sudo apt-get
什么也做不了。每次,我都会得到这个输出:
Reading package lists... Error!
E: Dynamic MMap ran out of room. Please increase the size of APT::Cache-Limit. Current value: 25165824. (man 5 apt.conf)
E: Error occurred while processing libuptimed0 (NewVersion1)
E: Problem with MergeList
/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid_universe_binary-i386_Packages
W: Unable to munmap
E: The package lists or status file could not be parsed or opened.
Run Code Online (Sandbox Code Playgroud)
我不知道为什么会发生这种情况或如何解决它,我担心如果我尝试一些可能不起作用的东西,它会使我的问题变得更糟。(仅供参考,我目前在我的机器上运行 10.04 (Lucid)。)
我下载了一个可执行文件到我的 Ubuntu 10.04 上,但我无法运行,因为它缺少一个库。我也试过用 CMake 编译源代码。这是我的终端输出:
zack@zack-laptop:~/Desktop$ ./MultiMC
./MultiMC: error while loading shared libraries: libssl.so.1.0.0:
cannot open shared object file: No such file or directory
Run Code Online (Sandbox Code Playgroud)
我想我需要 libssl 1.0 来运行这个文件,但我不确定。有什么帮助吗?
@Jim Salter:输出lsb_release -d ; apt-file update ; apt-file search libssl.so.1.0.0
是:
Description: Ubuntu 10.04.4 LTS
apt-file is now using the user's cache directory.
If you want to switch back to the system-wide cache directory,
run 'apt-file purge'
Downloading complete file http://us.archive.ubuntu.com/ubuntu/dists/lucid/Contents-i386.gz
% Total % Received % Xferd Average Speed Time …
Run Code Online (Sandbox Code Playgroud)