Julian, A quick google identifies: https://linuxize.com/post/how-to-add-apt-repository-in-ubuntu/
Installing add-apt-repository (add-apt-repository command not found ) add-apt-repository is a Python script that allows you to add an APT repository to either /etc/apt/sources.list or to a separate file in the /etc/apt/sources.list.d directory. The command can also be used to remove an already existing repository. If the add-apt-repository is not available on your system you will get an error message saying “add-apt-repository command not found”. The add-apt-repository utility is included in the software-properties-common package. To install it run the following commands: sudo apt update sudo apt install software-properties-common On Sun, 6 Sep 2020 at 17:13, Julian Silver <[email protected]> wrote: > Hi All. > > Any suggestions appreciated. > > When trying to install the latest deb package for 32bit raspbian (fresh > install) it fails. see picture. > > Cheers...j > > Oh. Not able to post a pic - The error is "Failed to install file" > > Also whilst trying to install from command line: > > pi@raspberrypi:~ $ sudo add-apt-repository > ppa:me-davidsansome/clementine-dev > sudo: add-apt-repository: command not found > pi@raspberrypi:~ $ > > -- > You received this message because you are subscribed to the Google Groups > "Clementine Music Player" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/clementine-player/38746113-9de9-4ad1-8e14-167ee1cf2624n%40googlegroups.com > <https://groups.google.com/d/msgid/clementine-player/38746113-9de9-4ad1-8e14-167ee1cf2624n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Clementine Music Player" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/clementine-player/CACcGRP_UxQDjwfj_Ey6uQ8ERHq%2B1xXBSrJe2qDyo%3D01y8u0PuQ%40mail.gmail.com.
