Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mjarkk/multipkg

A multiOS package manager
https://github.com/mjarkk/multipkg

Last synced: about 1 month ago
JSON representation

A multiOS package manager

Awesome Lists containing this project

README

        

## Discontinued
Becase of a fundamental code bug and a view other things that bothered me i'll stop the devlopment for this project.
Maybe i'll work on this project later again.
Here is a great alternative: https://github.com/emilengler/sysget

# multipkg
A tool that removes the differences between package installers from linux distro's

## Status
I just started working on this app and it's a quite big idea so it might take some time before it suports the major linux distrobutions and maybe windows some day
:heavy_plus_sign: = Working on, :heavy_check_mark: = Mostly dune, :x: No development yet

| x | Base app | Eopkg | DNF | APT | Pacman | Chocolatey |
|---|---|---|---|---|---|---|
| Status: | :heavy_plus_sign: | :heavy_check_mark: | :x: | :x: | :heavy_plus_sign: | :x: |

For a more extensive status read: [docs/supported.md](./docs/supported.md)

## Setup:
```
$ go get github.com/mjarkk/multipkg
```

## Usage:
```
$ multipkg --help

Usage: multipkg [options] [command]

Options:

-f, --force Force command
-y, --yes Automaticly input yes for next
--help Help menu
--version App info
--debug Log get debug data

Commands:

install|in|i Install a program
reinstall|rein|ri Re-install a program
remove|re|r Remove a program from the system
update|up|u * Update a program or the complete system
search|se|s Search for programs
info|inf Get info about a specific programs
```