elementary OS Linux 中已經一個叫做 Scratch 的應用程式
不過是一個文字編輯器,套件庫中沒有 Scrarch 的套件
$ sudo dpkg -l | grep scratch
ii scratch-text-editor 2.0.2.1~r1234-0+pkg53~ubuntu12.04.1 text editor written in Vala[@more@]
下載 Scratch 1.4 for Debian / Ubuntu 版本
下載網頁:http://scratch.mit.edu/scratch_1.4/
不過網頁中的連結無法下載,出現 404 錯誤
改採手動下載
$ wget http://mirrors.kernel.org/ubuntu/pool/universe/s/scratch/scratch_1.4.0.6~dfsg1-5~ubuntu12.04.1_all.deb -P ~/Downloads
先安裝須要的套件
$ sudo apt-get install squeak-plugins-scratch squeak-vm
進行安裝
$ sudo dpkg -i ~/Downloads/scratch_1.4.0.6~dfsg1-5~ubuntu12.04.1_all.deb