0

I have an application on my system that has always been updated via ppa. I want to get updates faster than the PPA will allow and so I want to start using the deb file the package maintainer provides. Is it safe to simply install the deb file on top of the ppa packages? Will the PPA still update it if one day I decide i dont want to install updates from a deb file anymore?

1 Answers1

3

It might be safe...but it also might not. Similarly-named packages from different sources may contain different files and different dependencies. This may cause you a lot of headache as you tease out and attempt to resolve each conflict.

The safe method is to uninstall ALL packages from one source before installing replacement packages from another source.

user535733
  • 62,253
  • Also probably removing the PPA from software sources (to prevent future conflicts/confusion)? – Levente Jan 12 '21 at 04:36
  • This answer does indeed assume that you have the skill to understand (and control) which sources you are installing from. – user535733 Jan 12 '21 at 05:13