package관리
패키지 이관 방법
sudo apt-get install apt-clone
sudo apt-clone clone /path/to/backupscp /path/to/backup.apt-clone.tar.gz user@new-ubuntu-system:/path/to/destination
sudo apt-get install apt-clone
sudo apt-clone restore /path/to/destination/backup.apt-clone.tar.gzPPA 저장소 삭제
sudo add-apt-repository --remove ppa:chris-lea/redis-serverLast updated