문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 양쪽 이전 판 이전 판 다음 판 | 이전 판 | ||
|
linux:ubuntu:ppa [2020/12/21 22:02] kwon37xi |
linux:ubuntu:ppa [2023/05/02 12:35] (현재) kwon37xi [PPA 삭제] |
||
|---|---|---|---|
| 줄 2: | 줄 2: | ||
| * Ubuntu 용 개인 Package 배포 시스템 | * Ubuntu 용 개인 Package 배포 시스템 | ||
| + | ===== PPA 삭제 ===== | ||
| + | * [[https:// | ||
| + | <code sh> | ||
| + | # add-apt-repository 명령 사용 | ||
| + | sudo add-apt-repository --remove ppa: | ||
| + | |||
| + | # ppa-purge 명령 사용 | ||
| + | sudo apt-get install ppa-purge | ||
| + | sudo ppa-purge ppa-url | ||
| + | </ | ||
| ===== Packaging 하기 ===== | ===== Packaging 하기 ===== | ||
| * [[https:// | * [[https:// | ||
| 줄 7: | 줄 17: | ||
| * [[https:// | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| + | * [[https:// | ||
| ===== 참조 ===== | ===== 참조 ===== | ||
| * [[https:// | * [[https:// | ||
| + | * [[https:// | ||
| * [[http:// | * [[http:// | ||
| * [[https:// | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| * [[https:// | * [[https:// | ||