Page 3 of 3

Re: Some x86_64 packages present

Posted: 17. Nov 2015, 11:07
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

Re: Some x86_64 packages present

Posted: 17. Nov 2015, 15:39
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)