How to remove PPAS in GNU/Linux distribuitions Debian based.
Hello my brothers!
In this post, we'll talk about how remove PPAS in GNU/Linux distributions Debian based.
1 - Make sure you have the add-apt-repository utility installed.
$ sudo apt install software-properties-common
2 - for remove the packages, use the command:
$ sudo add-apt-repository --remove NAME_OF_PPA
3 - after remove the package, use the command:
$ sudo apt update && sudo apt upgrade
4 - finally, use the command for remove dependencies:
$ sudo apt autoremove
For more details, use this reliable source:
https://sempreupdate.com.br/como-remover-ppas-em-distribuicoes-baseadas-no-ubuntu/
Questions? Contact me in my social networks.
GitHub: @yanbrasiliano
Linkedln: @yan-brasilianoSee you next time 💣💢💢
Comments
Post a Comment