How to Install and Uninstall ansible-base Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 17,2024

1. Install "ansible-base" package

Learn how to install ansible-base on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install ansible-base

2. Uninstall "ansible-base" package

Here is a brief guide to show you how to uninstall ansible-base on Ubuntu 21.04 (Hirsute Hippo):

$ sudo apt remove ansible-base $ sudo apt autoclean && sudo apt autoremove

3. Information about the ansible-base package on Ubuntu 21.04 (Hirsute Hippo)

Package: ansible-base
Architecture: all
Version: 2.10.5+dfsg-1
Priority: optional
Section: universe/admin
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Lee Garrett
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 6538
Depends: python3-cryptography, python3-jinja2, python3-packaging, python3-yaml, python3:any, openssh-client | python3-paramiko (>= 2.6.0), python3-pycryptodome, python3-distutils, python3-dnspython, python3-httplib2, python3-netaddr
Recommends: ansible (>= 2.10.4-1~), python3-argcomplete, python3-jmespath, python3-kerberos, python3-libcloud, python3-selinux, python3-winrm, python3-xmltodict
Suggests: cowsay, sshpass
Breaks: ansible (<< 2.10.4-1~)
Replaces: ansible (<< 2.10.4-1~)
Filename: pool/universe/a/ansible-base/ansible-base_2.10.5+dfsg-1_all.deb
Size: 1042228
MD5sum: ce879da8ce53f193a490a5b1f4c2c9a5
SHA1: 990d8d19449da673677da99efca805d421eab88a
SHA256: e12430f7e8b5017c5cce46a8f0cb358263896ea5da94acbfa4206845ce41b732
SHA512: 02bae5b97441e2c31408ef76111421eccc8129196cf075ff9197ce6a95a90b92620242be9773d47b9ae81c87ddeed9b149a127b8abdf05adcbc7cea192679552
Homepage: https://www.ansible.com
Description-en: Configuration management, deployment, and task execution system
Ansible is a radically simple model-driven configuration management,
multi-node deployment, and remote task execution system. Ansible works
over SSH and does not require any software or daemons to be installed
on remote nodes. Extension modules can be written in any language and
are transferred to managed machines automatically.
.
This package contains the ansible binaries.
Description-md5: 39f13fdea0830e3f5b062cdd49f63a59

5. The same packages on other Linux Distributions