Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/muhiris/mintutils
- Owner: muhiris
- Created: 2024-02-10T10:11:12.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-13T21:33:50.000Z (6 months ago)
- Last Synced: 2024-10-11T18:40:49.948Z (27 days ago)
- Topics: application-installer, automate, debian, debutil, linux, utilities
- Language: Python
- Homepage:
- Size: 223 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.