Install Packages
📦 How to Install a Package on Snigdha OS
Installing packages on Snigdha OS primarily involves using the Pacman package manager or an AUR helper for community-contributed software. Here's a step-by-step guide:
🛠️ Step 1: Update Your System
Before installing a package, ensure your system is up-to-date to avoid dependency issues:
sudo pacman -Syu
📂 Step 2: Search for a Package
To find the package you want to install, use the following command:
pacman -Ss package-name
Example:
Search for the Firefox browser:
pacman -Ss firefox
This command displays available packages with "firefox" in their name or description.
✅ Step 3: Install the Package
Once you know the exact package name, install it using:
sudo pacman -S package-name