add-apt-repository: command not found

When attempting to add a repo on my pxe-boot chroot, I got the error: `add-apt-repository: command not found`
{{{
root@server:/# add-apt-repository ppa:yannubuntu/boot-repair && apt-get update
add-apt-repository: command not found
}}}
The solution is to install both `python-software-properties` and `software-properties-common`
{{{
apt-get install -y python-software-properties software-properties-common
}}}


Posted

in

by

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *