Giter VIP home page Giter VIP logo

pacshweep's Introduction

![pacshweep](https://user-images.githubusercontent.com/89363735/161449318-2979760e-e44e-4ece-8bcd-56ae3507a13f.png)

/!\ Disclaimer : the man pages and this README are written for the final project, for now the BETA can only list your out of date packages for the aur database, just run the script which is for now pretty simple to understand

Pacshweep - The package cleaner

Quick overview

A tool to clean your arch system from it's deprecated and out-of-date AUR packages. Pacshweep allows you to know what packages are deprecated on your system and can help you remove or replace them, see man for more details. Coded with GNU bash, and ncurses.

Install from source

$ git clone https://github.com/Rupioe/pacshweep

$ cd pacshweep

Tested on Linux 64 bits :

$ make

$ sudo make install

Install binary

Arch Linux :

$ yay -S pacshweep

GUI

There is a GUI available, it is automatically included in the AUR packages and included is the make if you install from source. If you don't want to compile the GUI you can use

$ make nogui

Configuration

You can configure a minimum time to wait before re-downloading the database(s) at pacswheep execution. Edit the config file :

$ vim ~/.config/pacswheep/pac.conf

And input your chosen value :

UPDATE_TIME=1d

is the default value, use nothing to download each run, no suffix for ticks, s for seconds, mi for minutes, d for days, m for months and y for years. To save space if the files are going to be re downloaded each time, then they are deleted after each use.

Running

An internet connection is needed if you havent set UPDATE_TIME in pac.conf and run pacshweep at least once.

$ pacshweep --help

Or

$ pacswheep-gui

Dependencies

Necessary software :

  • wget
  • wc
  • rm
  • cat
  • sed
  • paste
  • install
  • sort
  • comm

For the GUI :

  • stdio.h
  • stdlib.h
  • ncurses.h

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.