I have upgraded from ubuntu 22.04 -> 24.04 and I have some issues with the skype repo. I uninstalled the skypeforlinux but the repo...I can't remove it.
On every update I get this error:
Err:5 https://repo.skype.com/deb stable InRelease 503 Service Unavailable [IP: 2a02:26f0:3500:c84::1263 443]Fetched 1.080 kB in 7s (144 kB/s) Reading package lists... DoneW: Failed to fetch https://repo.skype.com/deb/dists/stable/InRelease 503 Service Unavailable [IP: 2a02:26f0:3500:c84::1263 443]W: Some index files failed to download. They have been ignored, or old ones used instead.
I tried to remove the ppa like this:
sudo add-apt-repository --remove https://repo.skype.com/deb stable main
but I get this error:
Repository: 'deb https://repo.skype.com/deb noble stable main'Description:Archive for codename: noble components: stable,mainMore info: https://repo.skype.com/debRemoving repository.Press [ENTER] to continue or Ctrl-c to cancel.Traceback (most recent call last): File "/usr/bin/add-apt-repository", line 364, in <module> sys.exit(0 if addaptrepo.main() else 1) File "/usr/bin/add-apt-repository", line 355, in main shortcut.remove() File "/usr/lib/python3/dist-packages/softwareproperties/shortcuthandler.py", line 233, in remove self.remove_source() File "/usr/lib/python3/dist-packages/softwareproperties/shortcuthandler.py", line 349, in remove_source sourceslist.save(remove=True) File "/usr/lib/python3/dist-packages/softwareproperties/extendedsourceslist.py", line 391, in save with open(filename, "w") as f:PermissionError: [Errno 1] Operation not permitted: '/etc/apt/sources.list.d/skype-stable.list'
How can I remove the skype ppa???