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

https://github.com/j03-dev/minstall

my own package manager for linux wirting in Rust
https://github.com/j03-dev/minstall

cli linux package-manager rust

Last synced: about 1 month ago
JSON representation

my own package manager for linux wirting in Rust

Awesome Lists containing this project

README

          

# Make my own package manager

## Description
This is a simple package manager for my own use. It is written in rust and it is not yet complete.

## Install rust if not yet install
```sh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```

## Build
```sh
git clone https://github.com/j03-dev/minstall
cd minstall
./build.sh
```

## How to use
### for search package
```bash
target/release/minstall -s
```

### for install package
```bash
target/release/minstall -i
```