IUseDebianBtw / nemesis-pkg

πŸ“¦ A simple package manger written from scratch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nemesis-pkg

Sections:

Usage β€” Inspiration β€” License

A fast and simple package manager for Nemesis inspired from kiss and pacman. This is completely written from scratch in pure python with no pip needed...

nemsis-pkg has various flags that performs operations and some operations have their args.

  • sync flag to sync the package database
  • log flag to see the total operations performed by nemesis-pkg
  • list flag can see what packages are in the repositories
  • search flag can search what packages are there..
  • install flag can be used to install a package[needs some stuff to be added]
  • uninstall flag can be used to uninstall a package[needs some testing]

Depreciations:

  • history its pretty much like logs and logs are way simpler and minimal[DEPRECIATED as of build 23625]
  • kiss - for its simplicity/user friendliness
  • pacman - for its search implementation
  • nala - for the log idea

GPL v3

About

πŸ“¦ A simple package manger written from scratch

License:GNU General Public License v3.0


Languages

Language:Python 97.8%Language:Makefile 2.2%