Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/muhiris/mintutils

An beginner friendly app to install all essentials app on linux to keep them going
https://github.com/muhiris/mintutils

application-installer automate debian debutil linux utilities

Last synced: 7 days ago
JSON representation

An beginner friendly app to install all essentials app on linux to keep them going

Awesome Lists containing this project

README

        

# mintutils
[![PyPI Version](https://img.shields.io/pypi/v/mintutils.svg)](https://pypi.org/project/mintutils/)
[![PyPI Downloads](https://img.shields.io/pypi/dm/mintutils.svg)](https://pypi.org/project/mintutils/)

![image](https://github.com/muhiris/debutils/assets/80543033/f28dee09-eb22-4589-8647-c11bc25a1dfb)

`mintutils` is a set of utilities for Debian-based systems to install common softwares. It make installation of essential softwares simple and beginner friendly

## How To Use

Copy and Paste these lines onto your terminal:

```bash
sudo apt install python3
git clone https://github.com/muhiris/mintutils.git
cd mintutils
python3 init.py
```

## Quick Start (Deprecated)

To quickly download and use `mintutils`, run the following command:

```bash
pip install mintutils
mintutils
```

This command will download the latest version of `mintutils` from the PyPI, and execute the initialization script.