Skip to content
This repository has been archived by the owner on Dec 29, 2021. It is now read-only.

smallkirby/rapt

Repository files navigation

MOVED PERMANENTLY

GO TO rapt2.

RAPT: Simple Toy apt written in Rust

rapt is toy-version of apt(Debian Package Management System).
rapt doesn't have much functionalities apt has for simplicity. rapt supports completely limited number of architectures or formats.

rapt-install

Progress

Status Functionality
🌤 rapt update
🌤 rapt show
🌤 rapt search
🌤 rapt list
🌤 rapt upgrade
rapt dist-upgrade
rapt install
rapt remove
rapt autoremove
rapt purge
rapt clean
rapt autoclean

legend

  • ☀️: completed
  • 🌤: almost done, still needs more impls
  • ☁️: work in progress
  • ⛈: totally untouched

Warnings

  • DO NOT use rapt to install packages on actuall system. It might collapse package dependency.

Docker Environment

  • As stated above, rapt is just a toy and using rapt install might collapse the system.
  • Use run.sh to try actuall installation. It creates a container and build rapt binary inside it. (it build debug version of rapt)

About

RAPT: simple toy apt written in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages