How to Install and Uninstall gamemode Package on Kali Linux

Last updated: May 18,2024

1. Install "gamemode" package

Please follow the guidelines below to install gamemode on Kali Linux

$ sudo apt update $ sudo apt install gamemode

2. Uninstall "gamemode" package

This guide covers the steps necessary to uninstall gamemode on Kali Linux:

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

3. Information about the gamemode package on Kali Linux

Package: gamemode
Version: 1.8.1-2
Installed-Size: 84
Maintainer: Debian Games Team
Architecture: amd64
Depends: libc6 (>= 2.34), gamemode-daemon, libgamemode0, libgamemodeauto0
Recommends: libgamemode0:i386, libgamemodeauto0:i386
Suggests: gnome-shell-extension-gamemode
Size: 22404
SHA256: faf4537fb9ecd2c80a9d06c76b9dc3de231e9ca80220404290b3579a70046eff
SHA1: 278601878c7561a9701c63f11bf015b5d6c078bb
MD5sum: 0d9bce564bf49c605d7b0f3ad49d6e9d
Description: 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 is a metapackage including everything that is necessary to run
gamemode-enabled games or to enable it by hand for applications. It includes
a program called '/usr/games/gamemoderun', which can invoke gamemode into any
application. It also includes '/usr/games/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:
Multi-Arch: allowed
Homepage: https://github.com/FeralInteractive/gamemode
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/g/gamemode/gamemode_1.8.1-2_amd64.deb