How to Install and Uninstall libdivide-dev Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 16,2024

1. Install "libdivide-dev" package

This is a short guide on how to install libdivide-dev on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install libdivide-dev

2. Uninstall "libdivide-dev" package

In this section, we are going to explain the necessary steps to uninstall libdivide-dev on Ubuntu 21.04 (Hirsute Hippo):

$ sudo apt remove libdivide-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libdivide-dev package on Ubuntu 21.04 (Hirsute Hippo)

Package: libdivide-dev
Architecture: all
Version: 3.0-1
Priority: optional
Section: universe/libs
Source: libdivide
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Alexander GQ Gerasiov
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 104
Filename: pool/universe/libd/libdivide/libdivide-dev_3.0-1_all.deb
Size: 19816
MD5sum: 99a4bc81a716145968a07ba33c18dd87
SHA1: 833d6649b71987cdbdb4973bf0e659e57ee1b2c0
SHA256: 7d08ac26463f3b6d1724109b45d7da0149a3471a9fa19dc970aad8f46b65617c
SHA512: 8e1555e0330fba14dc74b8e4a2a9240b9a6a2d87b20c97708f53be05998ca4ead4534a766e1571e5a90ef55858bda12bc10345ea8162246e5fd3f091de4ddc27
Homepage: https://libdivide.com/
Description-en: compile-time library for optimizing integer division
libdivide allows you to replace expensive integer divides with comparatively
cheap multiplication and bitshifts. Compilers usually do this, but only when
the divisor is known at compile time. libdivide allows you to take advantage
of it at runtime. The result is that integer division can become a lot faster.
Description-md5: 86d16c3a1a3ec13a8224324d301c5e24