guru@hp:~$ sudo apt install software-properties-common
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following NEW packages will be installed:
software-properties-common
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 10,2 kB of archives.
After this operation, 17,4 kB of additional disk space will be used.
Get:1 http://linux-mint.froonix.org virginia/upstream amd64 software-properties-common all 2.2.9.1 [10,2 kB]
Fetched 10,2 kB in 0s (125 kB/s)
Selecting previously unselected package software-properties-common.
(Reading database ... 600893 files and directories currently installed.)
Preparing to unpack .../software-properties-common_2.2.9.1_all.deb ...
Unpacking software-properties-common (2.2.9.1) ...
Setting up software-properties-common (2.2.9.1) ...
guru@hp:~$
Add the Ansible PPA
Personal Package Archives (PPAs) are software repositories designed for Ubuntu users.
guru@hp:~$ sudo add-apt-repository --yes ppa:ansible/ansible
You are about to add the following PPA:
Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy. Avoid writing scripts or custom code to deploy and update your applications— automate in a language that approaches plain English, using SSH, with no agents to install on remote systems.
http://ansible.com/
If you face any issues while installing Ansible PPA, file an issue here:
https://github.com/ansible-community/ppa/issues
More info: https://launchpad.net/~ansible/+archive/ubuntu/ansible
gpg: directory '/root/.gnupg' created
gpg: keybox '/root/.gnupg/pubring.kbx' created
gpg: /root/.gnupg/trustdb.gpg: trustdb created
gpg: keybox '/etc/apt/keyrings/6125E2A8C77F2818FB7BD15B93C4A3FD7BB9C367.keyring' created
gpg: key 93C4A3FD7BB9C367: public key "Launchpad PPA for Ansible, Inc." imported
gpg: Total number processed: 1
gpg: imported: 1
guru@hp:~$