在google里查找安装athcool的方法:
方法1:
sudo apt-get install athcool
正在读取软件包列表... 完成
正在分析软件包的依赖关系树
读取状态信息... 完成
E: 无法找到软件包 athcool
ozhibin@ozhibin-desktop:~$ sudo apt-get install athcool
正在读取软件包列表... 完成
正在分析软件包的依赖关系树
读取状态信息... 完成
E: 无法找到软件包 athcool
方法2:
亚洲
* archive.ubuntu.org.cn/ubuntu
* debian.cn99.com/ubuntu
* mirror.lupaworld.com/ubuntu
* komo.vlsm.org/ubuntu
* kambing.vlsm.org/ubuntu
* ubuntu.mithril-linux.org/archives
* ubuntu.csie.ntu.edu.tw/ubuntu
* mirror.letsopen.com/os/ubuntu
* ftp.kaist.ac.kr/pub/ubuntu
* apt.ubuntu.org.tw/ubuntu
* apt.nc.hcc.edu.tw/pub/ubuntu
* mirror.in.th/ubuntu
出现如图的错误,应该是32位操作系统的问题。但我没找到相关64位系统的软件,有人知道如何处理吗?
[问题]64位系统能安装 Athcool装降温软件吗?
-
- 帖子: 15
- 注册时间: 2008-09-13 12:38
- ilv4
- 帖子: 76
- 注册时间: 2007-06-16 23:25
- 来自: 新加坡
没用过这个软件,因为本子没有温度问题。如果要在64bit系统下安装32bit软件,需要添加32-bit的库文件:
sudo apt-get install ia32-libs
以及qt4:
sudo apt-get install libqt4-gui libqt4-core
sudo apt-get install ia32-libs
以及qt4:
sudo apt-get install libqt4-gui libqt4-core
CCIE (RS, SEC & SP), JNCIE
ThinkPad TW510: i720, 8GB RAM, 256GB SSD, 15.4in 1920x1080 LCD, 1GB nVIDIA Quadro FX 880M, DVDRW, Intel 802.11agn wireless, Bluetooth, Modem, 1Gb Ethernet, UltraNav, Secure chip, FPR, 9c Li-Ion
ThinkPad TW510: i720, 8GB RAM, 256GB SSD, 15.4in 1920x1080 LCD, 1GB nVIDIA Quadro FX 880M, DVDRW, Intel 802.11agn wireless, Bluetooth, Modem, 1Gb Ethernet, UltraNav, Secure chip, FPR, 9c Li-Ion
-
- 帖子: 15
- 注册时间: 2008-09-13 12:38
- sinoyster
- 帖子: 958
- 注册时间: 2005-10-16 13:24
- 来自: 四川成都
- 联系:
Re: [问题]64位系统能安装 Athcool装降温软件吗?
貌似这个软件已经很老了,你最好的官方主页看看支持你的cpu和主板么
Thank you Ubuntu Team!!!!
I still can't belive this is free...
I still can't belive this is free...
- justintonylee
- 帖子: 12
- 注册时间: 2008-07-03 19:39
Re:
不能用apt命令安,要下载deb包安装。参考下面的帖子ozhibin 写了:按你说的
添加32-bit的库文件:
sudo apt-get install ia32-libs
以及qt4:
sudo apt-get install libqt4-gui libqt4-core
还是同样的问题。呵.
viewtopic.php?f=85&t=96776
syrano 写了:昨天,帮同学安装了64位的ubuntu,发现安装i386的deb包时显示架构不支持,无法安装.当时感到很奇怪,我今年暑假安了一次suse64位,完全可以安装32位包,当时suse源上的firefox,openoffice都是i586包.查看了论坛找到如下方法:
首先安张32位库
sudo aptitude install ia32-libs*
sudo aptitude install getlibs #如果没有,到这个地址下http://www.boundlesssupremacy.com/Cappy/getlibs/
然后就可以安装32位包
安装时加--force-architecture
然后用getlibs安装依赖库
,如
sudo dpkg -i --force-architecture cairo-dock*.deb
sudo getlibs cairo-dock
终于又可以用32位的软件了.![]()
mplayer 安装w64看下贴:
viewtopic.php?t=94488
反安装用 sudo dpkg -P 软件名
如
sudo dpkg -P cairo-dock