这里有一个用于Ubuntu12.04的Squeak包:Squeak armhf二进制文件。使用Ubuntu在我的东芝AC100,我找不到这个包时,我搜索它的能力。我必须添加额外的存储库吗?
-编辑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当我很聪明地搜索时,会发现以下软件包:
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) 我还在想念尖叫-vm:-
发布于 2012-09-29 18:42:56
在那之后做了一个sudo rm -rf /var/lib/apt/list和sudo apt-get update,现在智能发现了这个包!
https://askubuntu.com/questions/193489
复制相似问题