How to Install and Uninstall ansible-core Package on Kali Linux

Last updated: May 19,2024

1. Install "ansible-core" package

In this section, we are going to explain the necessary steps to install ansible-core on Kali Linux

$ sudo apt update $ sudo apt install ansible-core

2. Uninstall "ansible-core" package

Please follow the guidance below to uninstall ansible-core on Kali Linux:

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

3. Information about the ansible-core package on Kali Linux

Package: ansible-core
Version: 2.14.13-1
Installed-Size: 7794
Maintainer: Lee Garrett
Architecture: all
Replaces: ansible (<< 4.6.0-1~), ansible-base
Depends: python3-cryptography, python3-jinja2 (>= 3.0.0~), python3-packaging, python3-resolvelib (<< 1.1.0), python3-yaml (>= 5.1~), python3:any, openssh-client | python3-paramiko (>= 2.6.0), python3-distutils, python3-dnspython, python3-httplib2, python3-netaddr
Recommends: ansible (>= 7.0.0-1~), python3-argcomplete, python3-jmespath, python3-kerberos, python3-libcloud, python3-passlib, python3-selinux, python3-winrm, python3-xmltodict
Suggests: cowsay, sshpass
Breaks: ansible (<< 4.6.0-1~), ansible-base
Size: 1247788
SHA256: 10560d22e24a115bf88f2869175528ddeba67ac0bdeb68147059679fc9d7ca7d
SHA1: 1f6fc7f55d59e7afe9b3083334347a326608c84d
MD5sum: e9b79347b3026a886d9999c91661e797
Description: 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:
Homepage: https://www.ansible.com
Section: admin
Priority: optional
Filename: pool/main/a/ansible-core/ansible-core_2.14.13-1_all.deb