su
gedit /etc/apt/sources.list
# 아래 내용을 복사해서 기존 내용 위에 덮어쓴다.
deb http://ftp.kr.debian.org/debian/ jessie main contrib non-free
deb http://security.debian.org/ jessie/updates main contrib non-free
deb http://ftp.kr.debian.org/debian/ jessie-updates main contrib non-free
# 저장 후 빠져나온다.
apt-get update
apt-get install software-properties-gtk git
git clone https://github.com/msfidelis/PPA-Repository-Debian.git
cd PPA-Repository-Debian
gedit add-apt-repository.sh
# ctrl+F 눌러서 lucid 를 찾아서 trusty 로 변경한다. (저장 후 종료)
chmod +x install.sh
./install.sh
reboot
su
add-apt-repository ppa:rvm/smplayer
add-apt-repository ppa:lazka/ppa
add-apt-repository ppa:stebbins/handbrake-releases
add-apt-repository ppa:recoll-backports/recoll-1.15-on
apt-get update && apt-get install smplayer quodlibet handbrake recoll
rm -rfv /tmp/*
exit
exit
# ppa를 삭제하려면 먼저 해당 유틸을 삭제하고나서 (메뉴) 시스템 -> 기본설정 -> software & updates -> other software에서 ppa 저장소를 삭제하시면 됩니다.
## 솔직히 데비안에서는 도전하지 않으셨으면 좋겠습니다. ppa는 우분투 기반에 최적화되어있습니다.
와우..이것땜시 엄청나게 고생했는데 이렇게 한방 해결책이 있네요 ㅡ.ㅡ 아 놔...
감사합니다. 계속 설치했다 지웠다 해서 데비안 8.6 재설치하고 있는데 큰 도움이 되었습니다.