Installing Snake Game
This guide shows how to install Snake or Pong games manually using a .deb package. Because nothing says “fun” like terminal commands and dependency errors.
Quick Install (No Repo Needed)
Run the following commands in your terminal:
curl -O https://www.null-web.vastserve.com/repo/pool/main/snake.deb
sudo dpkg -i snake.deb
sudo apt-get install -f
You can replace snake with pong to install Pong instead.
Even better, use nullgames-linux to install both at once.
Because apparently convenience still has conditions.
Troubleshooting
- Make sure you actually have internet access before blaming the universe
- If
dpkgcomplains, runsudo apt-get install -fto fix missing dependencies - You can delete the
.debfile after installation to save space - Contact support via contact page
Uninstalling Snake Game
If you decide to remove the game for reasons that defy basic human enjoyment:
sudo apt remove snake
Replace snake with pong to remove Pong,
or nullgames-linux if you installed the bundled version.