Mailinglist Archive: zypp-devel (75 mails)

< Previous Next >
Re: [zypp-devel] zypper exclude-by-arch?
  • From: Josef Reidinger <jreidinger@xxxxxxx>
  • Date: Tue, 27 May 2008 11:54:11 +0200
  • Message-id: <483BDA43.8050309@xxxxxxx>
snowcrash+opensuse wrote:
hi josef,

If I good understand you want prevent install any 32bit packages(386,586,686)

yes, that is correct.

solvable_name: 32bit

this is mean lock ever which have as substring 32bit...so it is same as
*32bit* in old format. Of course there is many other ways how to do this.

hm. but, "zypper se -s --installed" shows many packages that are
installed for BOTH x86_64 (my current arch) *AND i586 that do not have
"32bit" in their name ...

doesn't "solvable_name" ONLY parse the package_name filed? or does it,
also, parse
the arch field?

thanks!

I search and you are right, some package haven't 32-bit in it's name.
So for ensure that no i386,i586 or i686 arch is installed add to your locks file this:

solvable_arch: i386
solvable_arch: i586
solvable_arch: i686

But because this lock a lot of packages expect some performance problems.
Josef
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx

< Previous Next >
Follow Ups