How to Install and Uninstall gamemode Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 14,2024

1. Install "gamemode" package

Please follow the guidelines below to install gamemode on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install gamemode

2. Uninstall "gamemode" package

This guide let you learn how to uninstall gamemode on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove gamemode $ sudo apt autoclean && sudo apt autoremove

3. Information about the gamemode package on Ubuntu 20.10 (Groovy Gorilla)

Package: gamemode
Architecture: amd64
Version: 1.5.1-0ubuntu6
Multi-Arch: foreign
Priority: optional
Section: libs
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Jonathan Carter
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 227
Depends: init-system-helpers (>= 1.52), libc6 (>= 2.27), libsystemd0 (>= 243), libgamemode0, libgamemodeauto0
Filename: pool/main/g/gamemode/gamemode_1.5.1-0ubuntu6_amd64.deb
Size: 61332
MD5sum: 20a9a19f0df4bdb2aa7e0df1a46cacfc
SHA1: 3a4cd5a5eaafaef04db97d2e71bbf97d83fdaf40
SHA256: a5faeb965d786dbc8115da31f8a8ef2ff3eefb4199fcb02be8c672cfe2155d3e
SHA512: a95aa30569b54d48d65ec768a5b7b1576b91776b151cb4b65ed90c0eb595b07d0fe27a7f19b90ceaea20cd8ab2e4d7f21dfe2b875263e2ce36b2f64472ee183b
Homepage: https://github.com/FeralInteractive/gamemode
Description-en: Optimise Linux system performance on demand
GameMode is a daemon/lib combo for Linux that allows games to request a set
of optimisations be temporarily applied to the host OS.
.
The design has a clear-cut abstraction between the host daemon and library
(gamemoded and libgamemode), and the client loaders (libgamemodeauto and
gamemode_client.h) that allows for safe use without worrying about whether
the daemon is installed or running. This design also means that while the
host library currently relies on systemd for exchanging messages with the
daemon, it's entirely possible to implement other internals that still work
with the same clients.
.
GameMode was designed primarily as a stop-gap solution to problems with
the Intel and AMD CPU powersave or ondemand governors, but is intended to
be expanded beyond just CPU governor states, as there are a wealth of
automation tasks one might want to apply.
.
This package includes a program called '/usr/libexec/gamemode-simulate-game',
which invokes gamemode, sleeps for 10 seconds and then exits. This allows you
to test whether gamemode is working properly on your system, it will
return gamemode's error message if something went wrong, otherwise it
will exit with a 0 status.
Description-md5: 337f41a7748ae4923b61503cbad42837
Task: ubuntu-desktop-minimal, ubuntu-desktop, ubuntu-mate-core, ubuntu-mate-desktop