You are not logged in.

#1 2015-06-05 08:21:37

NeroBurner
Member
Registered: 2013-09-05
Posts: 30

multilib automatically install lib32 versions

Is there a way to automatically install the lib32 versions of a package if it is available in multilib?

If not, is there a way to show a list of lib32-packages available for which the 64-versions are already installed?

Offline

#2 2015-06-05 09:17:44

mauritiusdadd
Member
From: Benevento, Italy
Registered: 2013-10-27
Posts: 776

Re: multilib automatically install lib32 versions

NeroBurner wrote:

Is there a way to automatically install the lib32 versions of a package if it is available in multilib?

None that I'm aware of.

NeroBurner wrote:

If not, is there a way to show a list of lib32-packages available for which the 64-versions are already installed?

something like the following?

for x in $(pacman -Qq); do pacman -Ss $x | grep "multilib/"; done

However, to me it sounds like an X-Y problem... why do you need lib32 versions for all packages?

Last edited by mauritiusdadd (2015-06-05 09:18:36)


About me - github

-- When you have eliminated the impossible, whatever remains, however improbable, must be the truth -- Spock | Sherlock Holmes

Offline

Board footer

Powered by FluxBB