osu! is a free and open source free to win rhythm game for Windows, MacOS, Linux, Android and iOS. You can play this game using mouse, keyboards and touch screens. It comes with different play styles and released under MIT License. The basic game play comes with adaptability and reaction to stimuli, understanding of the song’s beat, Timing of hits on the object, ability to spin the mouse on spinners, physical stamina and mental fortitude, proper positioning and hand-eye coordination.
Download osu! [Windows.Linux,MacOS]
Install osu! on Ubuntu Linux
osu! is available via portable AppImage and flatpak from flathub. Download osu! from the above download link in a .AppImage file format and save it on your Downloads folder. Now open the terminal app using ctrl+alt+t keys and run below commands one by one . It will start the osu! app.
cd Downloads
sudo chmod +x ~ osu.AppImage
./osu.AppImage
Here “osu.AppImage” is the downloaded file name. You can change above commands based on your downloaded file name.
Install osu! via Flatpak
You need to setup flatpak and flathub on your system first. If you don’t ave these then install it via below command link and restart it.
How to install flatpak and flathub
After the installation open the terminal application can run below osu! flatpak install command.
flatpak install flathub sh.ppy.osu
You can run osu! via
flatpak run sh.ppy.osu
If you don’t like it the uninstall it via
sudo flatpak uninstall sh.ppy.osu
That’s it.