Update Snigdha OS
🔄 How to Update Snigdha OS
Snigdha OS, based on Arch Linux, uses a rolling release model, meaning you always have access to the latest updates. Keeping your system up-to-date ensures stability, security, and access to the latest features.
Follow these steps to safely and effectively update your Snigdha OS system:
🔧 Step 1: Open the Terminal
Press Ctrl + Alt + T
to open the terminal or use the Konsole or any terminal emulator installed on your system.
🔄 Step 2: Update the System
Run the following commands to update your Snigdha OS system:
Basic Update Command
Use Pacman (the default package manager) to synchronize and upgrade packages:
sudo pacman -Syu
Snigdha OS Assistant (Optional)
Snigdha OS provides a GUI tool called Snigdha OS Assistant for system management, including updates.
- Open Snigdha OS Assistant from the application menu.
- Click on Update System and follow the prompts.
With AUR Packages (Using an AUR Helper)
If you use AUR packages, update them alongside system packages with a tool like yay
or paru
:
yay -Syu