> On 2019-11-17, at 06:19, Helmut Jarausch wrote:
>
> I'd like to "preserve" some packages which do require components I don't like
> to have "regularly" installed any more like some depending on Python2 or are
> 32bit.
For Python (any version), use wheels:
https://pypi.org/project/wheel/
Hi
If it's only for Python 2 packages, it's easy with "virtualenv", I've
done it for multiple independent Trac installations, each with a
different set of plugins. You still have to keep the Python 2 base
packages on the system.
If it's for 32 bits packages, you can isolate them in a chroot,
foll
Hi,
I'd like to "preserve" some packages which do require components I
don't like to have "regularly" installed any more like some depending
on Python2 or are 32bit.
Is there a means to build a "mini binary system" where I can put these?
Many thanks for a hint,
Helmut
3 matches
Mail list logo