This script basically updates & upgrades the existing packages in your Raspberry Pi and auto remove old packages and also auto clean it.
Clone the directory to your PI desktop or any folder. to clone this directory copy & paste in this your Terminal
git clone https://github.com/MohammedMahmud/RaspberryPi-Maintenance-Terminal-Tool.git
(cd == change directory) cd to your directory.
- This will Immediately start updating and upgrading your packages
python3 PI_Maintenance.py -now
For HELP Type:
python3 PI_Maintenance.py --help
- Python - A high-level programming language
- Datetime - This Module for Basic date and time.
- Argparse - This Module for Parser for command-line options, arguments and sub-commands
- Subprocess - This Module for Subprocess management.
- os - This module provides a portable way of using operating system dependent functionality.
- Mohammed Mahmud - Initial work - Mohammed Mahmud
This project is licensed under the MIT License - see the RaspberryPi-Maintenance-Terminal-Tool/LICENSE file for details