$ sudo apt-get install python-software-properties
$ sudo apt-get install apt-file
$ apt-file update
$ apt-file search add-apt-repository
As you can see add-apt-repository is in software-properties-common:
software-properties-common: /usr/bin/add-apt-repository software-properties-common: /usr/share/man/man1/add-apt-repository.1.gz
After installing software-properties-common I was able to use add-apt-repository without any further issue:
$ sudo apt-get install software-properties-common
ref. https://pricklytech.wordpress.com/2014/05/16/ubuntu-server-14-4-trusty-add-apt-repository-command-not-found/
'삽질' 카테고리의 다른 글
[Raspberry Pi 3] 라즈베리파이 3 시작프로그램 등록 (0) | 2018.09.10 |
---|---|
[Qt] openssl-1.0.1f on Ubuntu 14.04 x64 with SSLv2 enabled (0) | 2017.12.11 |
[Ubuntu] Ubuntu 시작 프로그램 등록 (0) | 2017.12.11 |
[UDOO] UDOO Camera - OpenCV 3.1(with Cmake) (Ubuntu 14.04) (0) | 2017.12.11 |
[OpenCV] OpenSIFT (for visual studio 2013) (1) | 2017.12.11 |