#manager #package-manager #search

app yarpm

Yet another rusty package manager

4 releases

0.1.3 Dec 28, 2020
0.1.2 Dec 27, 2020
0.1.1 Dec 27, 2020
0.1.0 Dec 27, 2020

#699 in Operating systems

MPL-2.0 license

18KB
356 lines

yarpm

Yet another rusty package manager

Install

  • Run cargo install yarpm to install program

How to use

Setup

  • Run yarpm once to create all the required files
  • Edit /etc/yarpm.sources with your sources (one per line)

Search packages

  • Run yarpm search <package> to check if your package exists

Install packages

  • Run yarpm install <package> to install it in /etc/yarpm/bin

Update packages

  • Run yarpm upgrade

Publish packages

  • Launch a webserver
  • Add your compressed files at the server root (NOTICE: Files have to be compressed using the gunzip algorithms (Use tar -czf <name> <folder>))
  • Put your server link into /etc/yarpm.sources
  • You can now install your package

Dependencies

~3.5–7.5MB
~175K SLoC