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.