# apt 저장소 위치를 추가하려고 할때(예 wine 저장소 추가시)
sudo add-apt-repository ppa:ubuntu-wine/ppa
# 다음과 같이 명령을 찾을 수 없다는 메시지가 나오는 경우
sudo add-apt-repository command not found ubuntu
# python-software-properties 를 설치
sudo apt-get install python-software-properties
# 또는 software-properties-common 설치
sudo apt-get install software-properties-common
comments:
댓글 쓰기