우분투 12.10, 12.04, 11.10 에서 Blender 2.66 PPA 저장소 추가 및 설치 방법입니다.
원본 출처 : http://handytutorial.com/blender-2-66-r … -04-11-10/
Install Blender 2.66 in Ubuntu using PPA:
The ppa repository has updated packages for Ubuntu 12.10 Quantal, 12.04 Precise and 11.10 Oneiric.
Hit Ctrl+Alt+T to open terminal for running commands:
add the ppa repository via:
(저장소 추가)
[code:3rrmjvck]sudo add-apt-repository ppa:irie/blender[/code:3rrmjvck]
then update and install:
(저장소 업데이트와 blender 설치)
[code:3rrmjvck]sudo apt-get update
sudo apt-get install blender[/code:3rrmjvck]