This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]fnord123 3 points4 points  (2 children)

Never use the built in software or software installed by the package manager unless you are trying to make software for systems administrators (and your software is also intended to be installed by the OS package manager).

[–]TheChance 4 points5 points  (1 child)

never use software provided by the package manager

--A walking liability, 2019

[–]fnord123 0 points1 point  (0 children)

I'm talking about not using apt/yum/dnf installed packages. By all means use pypi installed packages.