In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly explains the "linux system Ubuntu how to use the command line to remove the PPA warehouse", the article explains the content is simple and clear, easy to learn and understand, the following please follow the editor's ideas slowly in depth, together to study and learn "linux system how to use the command line to remove the PPA warehouse" bar!
The personal package Archive (PPA) is a unique Ubuntu solution that allows independent developers and contributors to build and contribute any customized package to serve as a third-party APT repository through the startup panel. If you are a Ubuntu user, it is possible that you have added some popular third-party PPA repositories to your Ubuntu system. If you need to delete a pre-configured PPA repository, here's how to do it.
If you want to add a "ppa:webapps/preview"
Third-party PPA repositories are added to your system as follows:
The code is as follows:
$sudo add-apt-repository ppa:webapps/preview
If you want to delete a PPA repository individually, run the following command:
The code is as follows:
$sudo add-apt-repository-remove ppa:someppa/ppa
Note that the above command does not remove any packages that have been installed or updated at the same time.
If you want to delete a PPA repository completely and include packages installed or updated from this PPA, you need the ppa-purge command.
First install the ppa-purge package:
The code is as follows:
$sudo apt-get install ppa-purge
Then delete the PPA repository and the software packages associated with it using the following command:
The code is as follows:
$sudo ppa-purge ppa:webapps/preview
In particular, this method is especially useful when you identify and clean up damaged PPA repositories after the release update!
Thank you for your reading, the above is the content of "how to use the command line to remove the PPA warehouse under the linux system". After the study of this article, I believe you have a deeper understanding of how Ubuntu uses the command line to remove the PPA warehouse under the linux system, and the specific use needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.