Dolphin, the popular free open-source GameCube and Wii emulator, released new 2412 version today!
The game emulator supported Linux previously through an official Ubuntu PPA, however discontinued! In the new release, it added back official Linux support through Flatpak package, which works in most Linux distributions, through runs in sandbox.
This tutorial shows how to install and play the popular Minecraft sandbox game in Ubuntu 24.04, Ubuntu 22.04, Linux Mint 21/22, and their based systems.
Minecraft has different editions, including Java, Bedrock, Legends, and Dungeons, as well as the discontinued Pi edition.
So far, only Minecraft Java edition runs natively in Linux. User can however install and play the Bedrock and Pi editions through sandbox environments, though they are unofficial and have limitations.
Want to see frames per second (FPS), as well as CPU, GPU, RAM usage in your game screen? Here’s how to do the job in Debian, Ubuntu, and Linux Mint based systems.
Most Linux distributions include a free open-source mangohud package in their system repositories. Which, allows to add a Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and more while gaming.
And, here’s how to install and configure mangohud for gaming in Debian/Ubuntu based systems.
This tutorial shows how to install and setup RetroArch to play classic video games, including Arcade, Atari, Commodore, Nintendo, Sony Playstation games, in Ubuntu PC or laptop.
RetroArch is a free open-source cross-platform front-end for emulators, game engines, media players, and other applications. It’s the reference frontend for the libretro API, that offers several uncommon technical features, such as multi-pass shader support, real-time rewinding, and video recording.
This tutorial shows how to install the latest dolphin emulator (2412 updated) through either Flatpak or PPA repository in Ubuntu 20.04, Ubuntu 22.04, and Ubuntu 24.04.
It’s been 8 years since the latest major 5.0 release series. The Nintendo video game console emulator finally announced Dolphin 2407, which uses new date-based versioning scheme. 2407 means version released in July of 2024.
According to the announcement, it adopts a rolling release cycle, and will roll out new releases every few months. The development releases will have sub-numbers, for example, Dolphin 2407-144 means dev build with 144 commits after 2407. And, hotfix releases will have the addition of a suffix, so it can be Dolphin 2407a.
Ubuntu has a few offline games out-of-the-box. Now, the developer team is going to remove them from the installer in Ubuntu 24.04 LTS.
Since Ubuntu 23.10, Ubuntu Desktop no longer provides ‘Minimal installation‘ option in the installer. Instead, it’s “re-named” to “Default installation” with just the essentials, web browser and basic utilities. User can choose “Full installation” option for the office, media player, games, and other app packages that’s previously installed by default in old Ubuntu releases.
Just a few days ago, the desktop team proposed to remove the games from full installation, then made the decision with wider support.
Meaning that the game packages may be completely removed from the iso image, though they are still available to install in Ubuntu Software (App Center).
Play Final Fantasy XIV Online in Linux? There’s a custom launcher for the game for better experience!
It’s XIVLauncher, a free and open-source launcher that provides a customized WINE version for perfect compatibility with FFXIV.
Since the original launcher is slow and cannot save your password, XIVLauncher provides a faster experience, better Linux integration, as well as following QoL features:
Auto-login
Fast patching
Discord Rich Presence
Fast in-game market board price checks
Chat filtering
Chat bridge to Discord
Discord notifications for duties, retainer sales, etc.
Got GameBoy, GameBoy Advance, or GameBoy Color ROMs? It’s easy to play them in your Linux PC through VBA-M emulator.
There are quite a few game emulators for Linux. You can use PPSSPP to run PSP games, and RetroArch for multiple consoles support. For Nintendo Game Boy and Game Boy Advance, VBA-M is a good choice.
VBA-M, stands for VisualBoyAdvance-M, is the continued development of the now inactive VisualBoy Advance project, with many improvements from various forks.
It’s a free open-source emulator app that included in system repositories for many Linux, including Fedora, Arch, Manjaro, and so forth.
This simple tutorial shows how to install Chatterino, a Twitch Chat app with enhanced features, in Ubuntu 22.04, 20.04, 23.10 via PPA.
Chatterino is a free and open-source chat app for Twitch.tv. With it, you can connect as many channels as you like to, either in tabs or in single tab side-by-side.
The client supports features, such as Chat Replies by right-clicking a message and choose “Reply to message”.
Left clicking a user will open dialog for user info, message history, as well as buttons to block, ignore highlight, etc. And, right-click on user allows to @ mention him/her in message.
It supports emotes from BetterTTV, FrankerFaceZ, and 7TV, allows to drag’n’drop image or paste image from clipboard to upload to custom service, such as imgur.com, though not enabled by default.
Other features include:
Hotkeys (customizable)
Link preview (not enabled by default)
Ignore or highlight messages
Search, filters, regular expressions
And more.
How to Install Chatterino via Ubuntu PPA
The app provides Windows .exe, macOS .dmg, Ubuntu .deb and Linux .AppImage packages for downloading in its Github releases page.
For Ubuntu/Linux Mint users, the official PPA is a better choice to keep the app up-to-date. Which, so far supports Ubuntu 20.04, Ubuntu 22.04, Ubuntu 23.04, & Ubuntu 23.10 on amd64 (Intel/AMD) and arm64/armhf (Apple M1/M2, Raspberry Pi) devices.
1. First, press Ctrl+Alt+T on keyboard to open terminal. Then, run command to add the PPA:
Type user password (no asterisk feedback) when it asks and hit Enter to continue.
2. Then, run command to install the chat client:
sudo apt install chatterino
Linux Mint user needs to run sudo apt update first to refresh system package cache.
After installation, you can launch the app from start menu, app grid, or Gnome overview depends on your desktop environment. And, use “Software Updater” (Update Manager) to receive updates.
Then, you can join Twitch channel by their names (the part after www.twitch.tv/ in channel URL). And, see the wiki for more usage.
Uninstall:
To uninstall the Twitch chat app, simply open terminal (Ctrl+Alt+T) and run command:
sudo apt remove --autoremove chatterino
Also remove the Ubuntu PPA, either by running command in terminal:
This simple tutorial is going to show beginners how to install the latest stable Battle for Wesnoth (so far 1.16.8) via PPA in Ubuntu 22.04, Ubuntu 20.04, Linux Mint 20/21.
The Battle for Wesnoth is an open source, turn-based strategy game features both single player and online multiplayer combat.
Ubuntu includes the game package in its system repository but always old. User can choose to install the official Flatpak package, by running 2 commands one by one in a terminal window.
Though, it’s universal Linux package format that runs in sandbox.
For users who prefer the classic .deb package format, The Debian/Ubuntu Games Team maintains an Ubuntu PPA with the latest stable/devel release (1.16.x stable at the moment) of the game packages. Which, so far supports Ubuntu 20.04, Ubuntu 22.04, Ubuntu 22.10, and their derivatives.
1. First, either search for and open a terminal from start menu or press Ctrl+Alt+T on keyboard to open terminal.
2. When terminal opens, paste the command below and hit Enter to add the PPA repository.