Want to play some games in Ubuntu desktop? Gamebuntu is a new project to make life easier for beginners!
Without searching for how to tutorials and struggling with Linux commands, Gamebuntu is an all-in-one app makes it possible to single click to install Steam, Heroic / Epic Game launcher, Minigalaxy GOG client, and/or Lutris game clients.
Install Game Clients via Single clicks!
The app also offer buttons to easily install other useful apps for setting up Ubuntu for gaming. They include:
OBS Studio for streaming purpose
Discord for chatting
MangoHUD for system details, frame time and FPS counter.
GameMode to optimize game performance,
OpenRGB to configure coolers and RAM modules with RGB.
Updated animations, rework of the Revenge in Redmond worldmap.
How to Install SuperTux via PPA in Ubuntu:
The game offers official Linux packages via universal Flatpak, non-install AppImage, and 32-bit portable tarball. They are available to download at the link below:
For those prefer the native DEB package for Ubuntu based systems. I’ve uploaded the packages into this unofficial PPA for Ubuntu 18.04, Ubuntu 20.04, Ubuntu 21.04, Ubuntu 21.10, and Linux Mint 20, etc.
Besides 64-bit package for modern PC and 32-bit for old PC (Ubuntu 18.04 only), there are also armhf/arm64 packages for devices such as Apple Silicon and Raspberry Pi.
1. Add the Ubuntu PPA:
To add the PPA, firstly press Ctrl+Alt+T on keyboard to open terminal (or search from start menu). When it opens, run command:
Type user password (no asterisk feedback) when it asks and hit Enter to continue.
SuperTux also has an official daily PPA which builds the game packages almost every day. You may use the PPA instead for the bleeding edge version:
sudo add-apt-repository ppa:supertux-dev/daily
2. Update package cache:
For Ubuntu 18.04 and some Ubuntu based systems, user may need to manually update the system package cache via command:
sudo apt update
3. Install / Upgrade SuperTux:
The package in PPAs is a little bit different. The stock versions in Ubuntu repository built the package into supertux and supertux-data. Apology for being lazy, the PPA packages built into single supertux.
Which means, upgrading from the stock Supertux version to v0.6.3 using “Software Updater” may not work. Instead, user need to run the command in terminal to install or upgrade the game package:
sudo apt install supertux
How to Remove or Downgrade SuperTux:
For any issue, user may purge the PPA repository which also downgrade the game package to the stock version in Ubuntu repository (change PPA name depends which one you use):
2D jump’n’run game SuperTux released 0.6.3 Beta recently with many exciting new features.
SuperTux is a free open-source side-scroller inspired from the Super Mario Bros. Player may control a penguin called Tux in game to run and jump through multiple worlds, fighting off enemies, and reclaim Penny.
By releasing the 0.6.3 Beta, the game supports for WASM compilation. So, it can be played directly in the browser. There are also many great new features introduced in the release, including:
Swimming
Wall jumping
Autotiles
New snow tiles, objects
Add-on creator
Optional integration with Discord
Official binaries for FreeBSD, Linux 32-bit and Ubuntu Touch
For Ubuntu and other Linux, it’s available in the system repositories. Just search for and install it via your system app store (Ubuntu Software).
And the package for the latest 0.6.3 Beta is available to download in Github releases via Assets. For Linux user, download the ‘.Appimage’ package, add executable permission in file Properties dialog, and finally click run it to start the game.
After more than 2 years of development, the new major Battle for Wesnoth 1.16.0 was finally available to download.
With Wesnoth 1.15.x development releases, it introduced new campaign: Wings of Victory, an Intermediate level Drake campaign with 11 scenarios. A new new single player or coop survival scenario, Isle of Mists is added.
The add-on World Conquest II (now called World Conquest) has translations support. And users now has ability to add translated titles and descriptions to add-ons.
It has overhauled the Dunefolk to improve balance against the six Default factions. Most of the Dunefolk faction’s units have new and-or updated animations. There is also a new unit called falconer, which is a branch in the skirmisher line.
For multiplayer, it added roll N chat command, new Information button in the lobby to show server related information and ongoing tournaments being held. It’s possible to press F1 to view in-game help in the multiplayer lobby. And, the Private Replay checkbox is available in the game create screen.
It also merged several experimental AI candidate actions (CAs). The campaign AI Controller feature is now deprecated, and has been removed from mainline campaigns.
Linux user may play the game via Steam or itch.io. It’s also available to install separately via the universal Flatpak package in Ubuntu 20.04, Ubuntu 21.10, Ubuntu 18.04 and even older releases. And below will tell you how:
1.) Setup Flatpak daemon.
Firstly, search for and open terminal from start menu (activities overview). When it opens, run command to install the daemon:
sudo apt install flatpak
For old Ubuntu releases, e.g., Ubuntu 16.04 and Ubuntu 18.04, you need to add this PPA first.
Next, add the Flathub repository that hosts the software packages via command:
The popular kart racing game SuperTuxKart 1.3 finally goes stable! Here’s how to install it in Ubuntu 18.04, Ubuntu 20.04, and Ubuntu 21.04.
After a year of development, the game now is ported to Switch though you need to have Homebrew installed. So the 3D open-source arcade racer now works on Windows, Linux, macOS, Android, iOS (beta), and Nintendo Switch.
photo via erik mclean (edited)
Thanks to SDL2 and Mary, there’s an option to enable force feedback. You can find it in ‘Options -> Controls’ if you have a controller that support the feature.
The graphics settings now provides “render resolution” option. With it, the resolution can be lowered by up to 50% to get better frame rates.
Then extract, right-click on the “run_game.sh” file and select Run to launch the game.
Ubuntu PPA:
The racing game has an official Ubuntu PPA that contains packages for Ubuntu 18.04, Ubuntu 20.04, Ubuntu 21.04, Ubuntu 21.10, and their based systems, e.g., Linux Mint 20 and Zorin OS 16.
1.) To add the PPA. Open terminal by either pressing Ctrl+Alt+T on keyboard or searching from the activities overview screen. When it opens, run command:
sudo add-apt-repository ppa:stk/dev
2.) Next, update the system package cache. This is done automatically in Ubuntu 20.04 and higher, though Ubuntu 18.04 and some Ubuntu based systems need to run this command manually:
sudo apt update
3.) Finally, install the game package via apt command:
sudo apt install supertuxkart
How to Remove SuperTuxkart:
To remove kart racing game, simply run the apt command with remove flag in terminal window: