I installed Raspberry Pi OS Lite 64bit .on my Raspberry Pi 4B. I wanted to add a repository and installed the package 'software-properties-common'. But using the command I got the following error:How to solve this issue?
Code:
#sudo add-apt-repository -P juergh/raspi-rtTraceback (most recent call last): File "/usr/bin/add-apt-repository", line 362, in <module> sys.exit(0 if addaptrepo.main() else 1) ^^^^^^^^^^^^^^^^^ File "/usr/bin/add-apt-repository", line 345, in main shortcut = handler(source, **shortcut_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 86, in __init__ if self.lpppa.publish_debug_symbols: ^^^^^^^^^^ File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 126, in lpppa self._lpppa = self.lpteam.getPPAByName(name=self.ppaname) ^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 113, in lpteam self._lpteam = self.lp.people(self.teamname) ^^^^^^^^^^^^^^AttributeError: 'NoneType' object has no attribute 'people'
Statistics: Posted by jimmi61 — Sun Jan 26, 2025 9:56 am