Coder Social home page Coder Social logo

ppac's Introduction

ppac (Partial Pacman)

Partial Pacman package updater/installer.

Overview (In Development):

ppac will be used for updating and/or installing new packages and it's dependencies without having to update every package. The idea is the tool will scrape the output of a package helper (pacman/yay/paru) to determine which packages need to be updated for a given package (also updating installed optional dependencies). It is stated in many places to update everything every time, but when only wanting to install a single package shouldn't result in a broken system nor having to install a gb or more. So in short, use at your own risk :)

AUR Installation

Using your package helper of choice, for example: yay -S ppac-git. I suggest setting up the config file if you do use a package helper.

Manual Installation:

You will need gcc for compiling.

  1. git clone https://github.com/raycekar/ppac.git
  2. cd ppac
  3. gcc -g *.c -o ppac
  4. you can now either leave and use it in this location or move it to /usr/bin directory

Usage

ppac <package name>

Configuration

ppac will default to using pacman, but you could change it to yay/paru by creating a config file ~/.config/ppac/ppac.conf and paste the line "PKGHELPER=yay".

ppac's People

Contributors

raycekar avatar

Stargazers

 avatar

Watchers

 avatar

ppac's Issues

Missing dependencies in potential unique case

Currently, if a package is not installed, the tool will not transverse its dependencies. Thus, if the non-installed package has dependencies that are installed but out of date, they could be potentially missed.

this may only happen to say, if a package that is installed updates its dependency list.

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.