Ubuntu 12.04 ARM 中的 Squeak-VM

Ubuntu 12.04 ARM 中的 Squeak-VM

这里有一个适用于 Ubuntu 12.04 的 Squeak-VM 包:Squeak-VM armhf 二进制文件。在我的 Toshiba AC100 上使用 Ubuntu for ARM 时,我使用 aptitude 搜索时找不到此软件包。我是否必须添加其他存储库?

--编辑 2012-09-27 20:21--

宇宙在我的 sources.list 中被激活:

deb http://ports.ubuntu.com/ubuntu-ports/ precise main restricted multiverse universe
deb-src http://ports.ubuntu.com/ubuntu-ports/ precise restricted main multiverse universe #Added by software-properties
deb http://ports.ubuntu.com/ubuntu-ports/ precise-updates main restricted multiverse universe
deb-src http://ports.ubuntu.com/ubuntu-ports/ precise-updates restricted main multiverse universe #Added by software-properties
deb http://ports.ubuntu.com/ubuntu-ports/ precise-security main restricted multiverse universe
deb-src http://ports.ubuntu.com/ubuntu-ports/ precise-security restricted main multiverse universe #Added by software-properties

当我使用 aptitude 搜索时,找到了以下软件包:

marc@toshi:~$ sudo aptitude search squeak
v   squeak-image-gz                                                 -                                                                          
p   squeak-image3.9                                                 - Das Squeak-Smalltalk-System (Abbild und Änderungsprotokoll)              
p   squeak-plugin-image                                             - Das Squeak-Smalltalk-System (Abbild und Änderungsprotokoll)              
p   squeak-plugins-scratch                                          - Squeak plugins for the Scratch programming environment                   
p   squeak-plugins-scratch-dbg                                      - Squeak plugins for the Scratch programming environment - debug           
p   squeak-sources3                                                 - Das Squeak-Smalltalk-System (Quelltext)                                  
p   squeak-sources3.9                                               - Das Squeak-Smalltalk-System (Quelltext) 

我还是很怀念 squeak-vm :-(

答案1

执行了 asudo rm -rf /var/lib/apt/list之后sudo apt-get update,现在 aptitude 找到了该包!

相关内容