Categories: Ubuntu

How to Install VBA-M to Play GBA/GBC Games in Ubuntu

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.

Install VBA-M in Ubuntu

Sponsored

VBA-M is available to install in Ubuntu through either Snap or Flatpak package.

Option 1: Snap package

For all current Ubuntu releases, including Ubuntu 22.04, Ubuntu 20.04, Ubuntu 23.04/23.10, and next Ubuntu 24.04. Either open Ubuntu Software or App Center, then search & install ‘visualboyadvance-m’.

Option 2: Flatpak package

Linux Mint 21 users can easily install the emulator as Flatpak from Software Manager.

While Ubuntu users can install the package by running 2 commands below one by one:

After installing the emulator, search for and launch it from start menu or Gnome overview depends on your desktop environment (Log out and back in if app icon not visible).

Set up VBA-M for gaming

When it opens, simply go to menu “Options -> Input -> Configure” to configure your Joypad or keyboard keys.

In the pop-up dialog, click focus any input field, then either press a key on keyboard or move joystick to add. Or, use backspace to delete last added, clear to delete all the keys for corresponding input.

Sponsored

Now, you can use menu “File -> Open” to load your ROMs. Then, go menu “Options -> Video” to either toggle full-screen mode, or scale the game window.

And, you can press Ctrl+G to switch between pixel filters for better gaming experience.

Uninstall VBA-M

Depends on how you installed the emulator, do either method below to remove it:

  • For snap package, remove it either from Ubuntu Software (App Center) or by running command in terminal:
    snap remove visualboyadvance-m
  • For the Flatpak package, simply open terminal (Ctrl+Alt+T) and run command:
    flatpak uninstall com.vba_m.visualboyadvance-m

    Also, run flatpak uninstall --unused to remove useless runtime libraries that can free up some disk space.

That’s all. Enjoy!

The post How to Install VBA-M to Play GBA/GBC Games in Ubuntu appeared first on Osgrove.

Ubuntu Server Admin

Recent Posts

How is Livepatch safeguarded against bad actors?

Canonical Livepatch is a security patching automation tool which supports reboot-less security updates for the…

3 hours ago

Accelerating data science with Apache Spark and GPUs

Apache Spark has always been very well known for distributing computation among multiple nodes using…

3 hours ago

Cut data center energy costs with bare metal automation

Data centers are popping up everywhere. With the rapid growth of AI, cloud services, streaming…

1 day ago

Build the future of *craft: announcing Starcraft Bounties!

Our commitment to building a thriving open source community is stronger than ever. We believe…

1 day ago

NodeJS 18 LTS EOL extended from April 2025 to May 2032 on Ubuntu

The clock was ticking: Node.js 18’s upstream End of Life (EOL) The OpenJS Foundation is…

1 day ago

Native integration now available for Pure Storage and Canonical LXD

June 25th, 2025 – Canonical, the company behind Ubuntu, and Pure Storage, the IT pioneer…

2 days ago