Some x86_64 packages present

You have a problem with Salix? Post here and we'll do what we can to help.
User avatar
laprjns
Salix Warrior
Posts: 1113
Joined: 28. Aug 2009, 01:30
Location: Connecticut USA

Re: Some x86_64 packages present

Post by laprjns »

rsal wrote:But why are 64 bit packages shown on a 32 bit system?
Because this repo, SOURCE=http://rlworkman.net/pkgs/14.1/, contains both i486 and x86_64 packages. Excluding packages will lock them out from being installed but it will not stop it from being shown in the package listing.
rsal wrote:What command should I use to selectively remove libreoffice-3.6.3? Will following work?

Code: Select all
spkg -d libreoffice-3.6.3
Did you try it? I believe it should but if not try the complete name, libreoffice-3.6.3-i686-1gv
“The past was erased, the erasure was forgotten, the lie became the truth.”
― George Orwell, 1984
rsal
Posts: 198
Joined: 12. Mar 2012, 17:00

Re: Some x86_64 packages present

Post by rsal »

Full name was needed:

Code: Select all

# spkg -d libreoffice-3.6.3
ERROR: Package not found. (libreoffice-3.6.3)
ERROR: Package removal failed!

# spkg -d libreoffice-3.6.3-i686-1gv
Removing package libreoffice-3.6.3-i686-1gv...
WARNING: Can't remove directory usr/lib/libreoffice3.6/share/extensions/dict-en/pythonpath. (Directory not empty)
Post Reply