0

I have signal-xenial sources.list installed and I don't know what it does. I can see it is xenial and I am running on jammy, so I am wondering if it is safe to delete?

Thanks

newcat1000
  • 1,442

1 Answers1

1

signal-xenial.list in /etc/apt/sources.list.d is the list file for the Signal messenger package. It is called xenial because it hasn't been updated since xenial, but it will still pull in the most recent version, which runs equally well on Ubuntu 23.04.

If you remove it, the Signal app will be removed from your system (the next time you run sudo apt update && sudo apt upgrade). Nothing more, nothing less.

Jos
  • 29,224
  • Will the software actually be removed, or just never get updated again? On my systems, removing a source does not cause software installed from it to be deleted. – Organic Marble Sep 16 '23 at 23:34
  • I removed the repo manually from WinSCP and did an update and upgrade. Afterward, i did sudo apt remove signal-desktop and 445MB was removed. – newcat1000 Sep 17 '23 at 07:19