Easy tutorials
One command on camera
Short terminal walkthroughs for SnipeOS maintenance and optional add-ons. Each pairs with a written guide page.
Update SnipeOS (one command)
After install: open QTerminal from the start menu and run the SnipeOS update script. It refreshes sources, packages, patches, branding, and fixes stale cdrom entries when needed.
curl -fsSL https://snipebrowser.com/os/update.sh | sudo bash
Install Java (default JRE and JDK)
Most SnipeOS apps run without Java. Install it when you need SnipeOffice Base features, Minecraft, Android Studio, IntelliJ, or Java development (one command installs default-jre and default-jdk).
curl -fsSL https://snipebrowser.com/os/install-java.sh | sudo bash
Install YaCy (your own search engine)
One command installs YaCy locally or on a domain with HTTPS (nginx + Let’s Encrypt). Standalone: Java and dependencies are handled for you. Same stack as SnipeSearch.Asia.
curl -fsSL https://snipebrowser.com/os/install-yacy.sh -o /tmp/install-yacy.sh && sudo bash /tmp/install-yacy.sh
Uninstall YaCy completely
Removes YaCy and everything the installer brought in: nginx site and certbot pieces, related packages, /home/yacy, and the yacy / yacydm users. Confirms before it acts. Leaves Java and SnipeOS branding alone.
curl -fsSL https://snipebrowser.com/os/uninstall-yacy.sh -o /tmp/uninstall-yacy.sh && sudo bash /tmp/uninstall-yacy.sh
Install aaPanel (web server control panel)
One command turns SnipeOS into a hosting box with aaPanel. Then one-click Nginx, MariaDB, PHP, and friends from the browser UI. Uninstall YaCy first if it is already on the machine (ports 80/443).
curl -fsSL https://snipebrowser.com/os/install-aapanel.sh -o /tmp/install-aapanel.sh && sudo bash /tmp/install-aapanel.sh
Install Broadcom wireless drivers
One command installs Broadcom Wi-Fi packages on installed amd64 SnipeOS (proprietary STA / wl plus open-source helpers). Reboot after it finishes. Not for live USB sessions or 32-bit systems.
curl -fsSL https://snipebrowser.com/os/drivers/wireless/install-broadcom-64bit.sh -o /tmp/install-broadcom-64bit.sh && sudo bash /tmp/install-broadcom-64bit.sh
Install NVIDIA proprietary drivers
One command installs nvidia-driver-535 on installed amd64 SnipeOS for Maxwell and later GPUs. Reboot when it finishes. Not for live USB sessions.
curl -fsSL https://snipebrowser.com/os/drivers/Video/install-nvidia-maxwell-x64.sh -o /tmp/install-nvidia-maxwell-x64.sh && sudo bash /tmp/install-nvidia-maxwell-x64.sh
Install the SnipeOS Windows subsystem
One command builds a large Wine prefix (VC++, .NET, DirectX, codecs, fonts) for Windows XP through 10 apps. ~40 minutes, 25 GiB free disk required, type YES to confirm. Then run apps with snipeos-windows.
curl -fsSL https://snipebrowser.com/os/install-windows-subsystem.sh -o /tmp/install-windows-subsystem.sh && sudo bash /tmp/install-windows-subsystem.sh
SnipeOS system check (diagnostics)
Deep diagnostic: ClamAV over home / tmp / opt / usr/local, SMART long tests when available, hardware, logs, bounded RAM test. Often 1 to 3+ hours. Type YES. Installed SnipeOS only, 4 GiB free. Report on the Desktop: attach it when you ask for help. Wine DirectX hits in the Windows subsystem prefix are often false positives.
curl -fsSL https://snipebrowser.com/os/system-check.sh -o /tmp/system-check.sh && sudo bash /tmp/system-check.sh