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

Last updated: May 15,2024

1. Install "libexpat1" package

This is a short guide on how to install libexpat1 on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install libexpat1

2. Uninstall "libexpat1" package

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

$ sudo apt remove libexpat1 $ sudo apt autoclean && sudo apt autoremove

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

Package: libexpat1
Architecture: amd64
Version: 2.2.10-2
Multi-Arch: same
Priority: important
Section: libs
Source: expat
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Laszlo Boszormenyi (GCS)
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 410
Depends: libc6 (>= 2.25)
Conflicts: wink (<= 1.5.1060-4)
Filename: pool/main/e/expat/libexpat1_2.2.10-2_amd64.deb
Size: 76160
MD5sum: 493e495366635f39cd80dcd49ee6699c
SHA1: ad2da945f342b2a4dd4bb1ee01849ab85e4f23f4
SHA256: 73ce439dad4f873b1ea2038dddadd3ed4eff7481229a38d1e5464632b0ee2f6a
SHA512: 8bd31c30f1b0d16848ca82ae1c2bb290f1d83ad8af3f749bb650057767abf0bb6abdf26240532aae648c51da2c9ee2787c928a0ebc017cc625c6e0fded9b3123
Homepage: https://libexpat.github.io/
Description-en: XML parsing C library - runtime library
This package contains the runtime, shared library of expat, the C
library for parsing XML. Expat is a stream-oriented parser in
which an application registers handlers for things the parser
might find in the XML document (like start tags).
Description-md5: 969a775adb36dbfb73b9d7ef67f13bd6
Task: minimal