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: 29 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-16T15:08:44.000Z (5 months ago)
- Last Synced: 2026-03-07T17:51:20.954Z (3 months ago)
- Topics: application-installer, automate, debian, debutil, linux, utilities
- Language: Python
- Homepage:
- Size: 224 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mintutils
[](https://pypi.org/project/mintutils/)
[](https://pypi.org/project/mintutils/)

`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 python3-tk git
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.