https://github.com/lpcodes/update_upgrade_linux
This Python script is designed to simplify the process of updating and upgrading Linux machines. It works on Debian-based distributions (like Ubuntu) that use the apt package manager.
https://github.com/lpcodes/update_upgrade_linux
linux python-script
Last synced: 12 months ago
JSON representation
This Python script is designed to simplify the process of updating and upgrading Linux machines. It works on Debian-based distributions (like Ubuntu) that use the apt package manager.
- Host: GitHub
- URL: https://github.com/lpcodes/update_upgrade_linux
- Owner: LpCodes
- Created: 2024-11-21T12:02:54.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-25T02:48:29.000Z (over 1 year ago)
- Last Synced: 2025-01-25T20:44:48.752Z (about 1 year ago)
- Topics: linux, python-script
- Language: Python
- Homepage: https://lpcodes.github.io/update_upgrade_linux/
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
No more typing boring commands—just run this and chill. It’s made for **Debian-based distros** (like Ubuntu) that use the `apt` package manager. Perfect for lazy folks who want to keep their system fresh without breaking a sweat. 😎
---
### **How to Get It** (Easy-Peasy Steps):
1. Grab the script from GitHub:
```bash
git clone https://github.com/LpCodes/update_upgrade_linux.git
cd update-upgrade-linux
```
2. **Don’t have Python 3?** just run:
```bash
sudo apt install python3
```
---
### **How to Use**:
1. Download the script and navigate to the folder.
2. Run this command to be the system's superhero:
```bash
sudo python3 update_upgrade_linux.py
```
---
### **What This Script Will Do** (While You Sip Coffee ☕):
1. **Update the Package List** 🛠️ (It’s like checking for new snacks in the pantry.)
2. **Upgrade Packages** 🔄 (Keeps everything fresh and bug-free.)
3. **Clean Up Junk** 🗑️ (Bye-bye unnecessary files—less clutter, more speed.)
---
### **Why Use This?**
Because you're too busy doing important stuff (like binge-watching cat videos) to type commands. This script does the boring Linux maintenance for you in one go. 🐱🎥
Try it. Your lazy self will thank you! 😉.