You are not logged in.

#1 2019-02-21 05:42:11

OrigBitmancer
Member
Registered: 2019-01-22
Posts: 144

[Solved] Cannot uninstall "openblas"

Problem arises when trying to install sagemath:

pacman -S sagemath
resolving dependencies...
looking for conflicting packages...
:: openblas and atlas-lapack-base are in conflict (blas). Remove atlas-lapack-base? [y/N]
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: openblas and atlas-lapack-base are in conflict

So look for openblas to remove:
pacman -R openblas
error: target not found: openblas

Maybe it was from AUR?
~>>>> yay -R openblas
error: target not found: openblas

But:
>>>> pacman -Ss blas |grep -i 'blas '
extra/blas 3.8.0-2
extra/cblas 3.8.0-2
community/openblas 0.3.5-1
    An optimized BLAS library based on GotoBLAS2 1.13 BSD

So there has been a rogue install. How can I find and remove openblas?
(Removing atlas-lapack-base invalidates 16 packages, not an option)

Last edited by OrigBitmancer (2019-02-22 00:55:43)

Offline

#2 2019-02-21 05:44:27

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,599

Re: [Solved] Cannot uninstall "openblas"

You have atlas-lapack-base installed, not openblas. If you want to replace it, don't answer N.

Last edited by Scimmia (2019-02-21 05:45:02)

Offline

#3 2019-02-21 05:46:58

OrigBitmancer
Member
Registered: 2019-01-22
Posts: 144

Re: [Solved] Cannot uninstall "openblas"

Does this not show openblas installed?

>>>> pacman -Ss blas |grep -i 'blas '
...
community/openblas 0.3.5-1

Offline

#4 2019-02-21 05:47:49

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,599

Re: [Solved] Cannot uninstall "openblas"

No. -S works on sync databases, not on the installed info.

Offline

#5 2019-02-21 05:49:07

OrigBitmancer
Member
Registered: 2019-01-22
Posts: 144

Re: [Solved] Cannot uninstall "openblas"

Jeebus. Serious brain fart. Sorry for forum traffic.

Offline

#6 2019-02-21 09:43:07

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,785

Re: [Solved] Cannot uninstall "openblas"

Please mark as [SOLVED] by editing the title in your first post.

Online

#7 2019-02-21 20:42:25

eschwartz
Fellow
Registered: 2014-08-08
Posts: 4,097

Re: [Solved] Cannot uninstall "openblas"

OrigBitmancer wrote:

Maybe it was from AUR?
~>>>> yay -R openblas
error: target not found: openblas

yay -R does not remove AUR packages, it just runs pacman -R.

Please learn how AUR helpers work before using them.


Managing AUR repos The Right Way -- aurpublish (now a standalone tool)

Offline

#8 2019-02-22 03:15:47

OrigBitmancer
Member
Registered: 2019-01-22
Posts: 144

Re: [Solved] Cannot uninstall "openblas"

Eschwartz: please read post #5. It contains an apology. Please learn how apologies work before chastising.

Offline

Board footer

Powered by FluxBB