How to Install and Uninstall libgamemodeauto0 Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 19,2024

1. Install "libgamemodeauto0" package

This tutorial shows how to install libgamemodeauto0 on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install libgamemodeauto0

2. Uninstall "libgamemodeauto0" package

This is a short guide on how to uninstall libgamemodeauto0 on Ubuntu 21.04 (Hirsute Hippo):

$ sudo apt remove libgamemodeauto0 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libgamemodeauto0 package on Ubuntu 21.04 (Hirsute Hippo)

Package: libgamemodeauto0
Architecture: amd64
Version: 1.6.1-1
Multi-Arch: same
Priority: optional
Section: libs
Source: gamemode
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Games Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 36
Depends: libc6 (>= 2.14)
Recommends: libgamemode0 (= 1.6.1-1)
Filename: pool/main/g/gamemode/libgamemodeauto0_1.6.1-1_amd64.deb
Size: 7372
MD5sum: e6776c0a141b491b65475852f730a90b
SHA1: 8d551825f0f1a060e1f73b22c553e8fa3aecac38
SHA256: 97c95d6d6cd3897a3abef5e8f38fa557d2d1802db68d9596d3199d824ce32c33
SHA512: 3c1d339db9d8c980479a6cb5b41f02b1fd0aec97d7622a41ace3f8d783f6b07940251aafcb70763464bb8423aceb4a158ee3028613e0be1d50f990ddb581672d
Homepage: https://github.com/FeralInteractive/gamemode
Description-en: Optimise Linux system performance on demand (client library)
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 provides the libgamemodeauto library. It is a client library
which loads libgamemode if installed. The library can also be used to inject
gamemode into any program with the LD_PRELOAD environment variable.
Description-md5: 9a895e142dd04cfa55695abf4f08da05
Task: ubuntu-desktop-minimal, ubuntu-desktop, ubuntu-mate-core, ubuntu-mate-desktop