How to Install and Uninstall mom Package on Kali Linux

Last updated: May 20,2024

1. Install "mom" package

This tutorial shows how to install mom on Kali Linux

$ sudo apt update $ sudo apt install mom

2. Uninstall "mom" package

In this section, we are going to explain the necessary steps to uninstall mom on Kali Linux:

$ sudo apt remove mom $ sudo apt autoclean && sudo apt autoremove

3. Information about the mom package on Kali Linux

Package: mom
Version: 0.6.0-2
Installed-Size: 282
Maintainer: Dmitry Smirnov
Architecture: all
Depends: python3:any, libvirt-daemon-system, libvirt-daemon, python3-libvirt, python3-six, procps
Size: 47828
SHA256: 23cfb7bb28150a3575d0b7cab6fd8f7e57934afc6be85b2dac6ec7efb97ca5bf
SHA1: 73aaf27d58c4cacc791908ce59ba2fe21784711e
MD5sum: 4e695d691bd5ecf90ea0d4396376d9cb
Description: Dynamically manage system resources on virtualization hosts
MOM is a policy-driven tool that can be used to manage overcommitment on KVM
hosts. Using libvirt, MOM keeps track of active virtual machines on a host. At
a regular collection interval, data is gathered about the host and guests. Data
can come from multiple sources (eg. the /proc interface, libvirt API calls, a
client program connected to a guest, etc). Once collected, the data is
organized for use by the policy evaluation engine. When started, MOM accepts a
user-supplied overcommitment policy. This policy is regularly evaluated using
the latest collected data. In response to certain conditions, the policy may
trigger reconfiguration of the system’s overcommitment mechanisms. Currently
MOM supports control of memory ballooning and KSM but the architecture is
designed to accommodate new mechanisms such as cgroups.
Description-md5: 2439e4176fed54448c1af6f2520f1956
Homepage: https://www.ovirt.org/develop/projects/mom/
Section: admin
Priority: optional
Filename: pool/main/m/mom/mom_0.6.0-2_all.deb