I added a private repository a couple of months ago and installed the package accordingly.
Now I get the information that a new version of that package is available.
But I do not want to perform the upgrade to that version.
In How can PPAs be removed? I can see that I can remove the ppa via:
sudo add-apt-repository --remove ppa:whatever/ppa
I understand from can I remove PPA without affecting software? that doing so still leaves the installed software untouched.
is this really the case?
how can I be assured that by no further activity the software gets deleted accidentally?
(I remember that when performing
sudo apt-get update sudo apt-get upgrade
I get sometimes asked to delete some unused packages / versions.
Now I am anxious that this or a similar activity might also delete the installed software)