GitXplorerGitXplorer
e

pacrepos

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
e4c8294baaa7ab48213eeaee12cb6302105f0b72

DOC: Documented uninstall and list functions

eelieux committed 10 years ago
Unverified
763c5d905f7c4d7c024e3af991904ecd4fd99cf9

ENH: Now there's an option to list all installed repositories

eelieux committed 10 years ago
Unverified
8d27ffc1d9d51c4e85fedd30368cf288a8865ee6

RF: Split into multiple classes, used context manager

eelieux committed 10 years ago
Unverified
26334cc13a6f58854404d98c3e3cb0d7a715081a

STY: Moved stuff around

eelieux committed 10 years ago
Unverified
68038fa30902f8b330a27089bf18f82654772727

ENH: Added an option to uninstall from pacman.conf

eelieux committed 10 years ago
Unverified
ec60fdfc8b3e68df96ab600f149df55e12d01461

ENH: Now checks if pacrepos.conf is already installed and behaves accordingly

eelieux committed 10 years ago

README

The README file for this repository.

pacrepos

A tool to install/uninstall pacman repositories from command line.

Warning

Installing packages from unofficial repositories is unsupported and discouraged and could partially or completely break your system. You probably won't get much technical support if that happens, so do it only if you know how to repair your system.

Usage

pacrepos.py -I to install (ensures pacrepos.conf exists and modifies pacman.conf to include it)

pacrepos.py -U to uninstall from pacman.conf

pacrepos.py -L to list all repositories and their servers (only those installed with this tool)

pacrepos.py -A --name NAME --url URL to enable repository NAME with server URL

pacrepos.py -R --name NAME to disable repository NAME (its section is deleted completely)