|
|||||||
Как удалить репозиторий
Время создания: 21.12.2016 17:48
Текстовые метки: repo, apt
Раздел: root - Linux
Запись: xintrea/mytetra_db_armagedec/master/base/14823353105b5kpfktlp/text.html на raw.githubusercontent.com
|
|||||||
|
|||||||
Use the --remove flag, similar to how the PPA was added: sudo add-apt-repository --remove ppa:whatever/ppa
As a safer alternative, you can install ppa-purge: sudo apt-get install ppa-purge
And then remove the PPA, downgrading gracefully packages it provided to packages provided by official repositories: sudo ppa-purge ppa_name
Note that this will uninstall packages provided by the PPA, but not those provided by the official repositories. If you want to remove them, you should tell it to apt: sudo apt-get purge package_name
You can also remove PPAs by deleting the .list files from /etc/apt/sources.list.ddirectory. Last but not least, you can also disable or remove PPAs from the "Software Sources" section in Ubuntu Settings with a few clicks of your mouse (no terminal needed). |
|||||||
Так же в этом разделе:
|
|||||||
|
|||||||
|