Git Product home page Git Product logo

pacleaner's Introduction

Script to clean up pacmans cache in a more flexible way than pacman -Sc[c].

usage: pacleaner.py [-h] [--uninstalled] [--morethan] [--delete] [--no-confirm]
                    [--number n] [--cache_path PATH] [--installed_path PATH]

Clean up pacman's cache. More flexible than "pacman -Sc[c]"

optional arguments:
  -h, --help            show this help message and exit
  --uninstalled, -u     list packages that is not installed on the system
  --morethan, -m        list packages that has more than the specified number
                        of files in the cache
  --delete              if this option is set, the packages listed by 
                        "uninstalled" or "morethan" are deleted.
                        Confirmation could be required according the
                        default value set for Delete_Confirmation in config file.
  --no-confirm          if this option is set with --delete, the packages listed by 
                        "uninstalled" or "morethan" are deleted without confirmation.
                        No effect if the config file is stored with Delete_Confirmation = No.
  --number n, -n n      number of packages that you want to keep as a backup.
                        Defaults to 2, this value can be changed in pacleaner_config file.
  --cache_path PATH, -c PATH
                        optional path to pacman's cache
  --installed_path PATH, -i PATH
                        optional path to pacman's installed package db

A default config file "pacleaner_config" is required in the directory /usr/share/paclaner/

pacleaner's People

Contributors

lesebas avatar havarnov avatar vken avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.