0

I want to a install recoll, but my question applies to packages that rely on dependencies.

I don't use python, but when I add the recoll PPA and try to install the package, apt wants to install many python libraries as dependencies for recoll.

So my question is.. is there a way to install a package with all dependencies packaged within a folder so I don't pollute my system with all these dependencies?

Raisen
  • 113

1 Answers1

2

Not directly. Deb packages (the kind apt uses) have specified install locations. You cannot change them.

However, you might be asking the wrong question or looking in the wrong place:

  • The python3-recoll package is in the Ubuntu repositories -- a PPA is not needed. The package adds a single additional dependency to a stock Ubuntu 21.10 test install, which hardly seems like polluting the system.
user535733
  • 62,253
  • Thanks. I'd rather have 3rd party applications being managed by apt though so I can know what all I have installed in my system. Also, I was following the instructions from the recoll website: https://www.lesbonscomptes.com/recoll/pages/download.html#ubuntu I opt to use docker instead. – Raisen Feb 24 '22 at 20:27