Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Software center no fuction #37

Open
romester opened this issue Feb 2, 2016 · 3 comments
Open

Software center no fuction #37

romester opened this issue Feb 2, 2016 · 3 comments

Comments

@romester
Copy link

romester commented Feb 2, 2016

Software center no fuction after update

@michaellatman
Copy link

+1. Same thing.

sudo ln -s /usr/lib/libalpm.so.10.0.0 /usr/lib/libalpm.so.9
resolves it for now

@lubo08
Copy link

lubo08 commented Feb 3, 2016

curl -O https://aur.archlinux.org/cgit/aur.git/snapshot/package-query.tar.gz
tar -xvzf package-query.tar.gz
cd package-query
makepkg -si

cd ..
curl -O https://aur.archlinux.org/cgit/aur.git/snapshot/yaourt.tar.gz
tar -xvzf yaourt.tar.gz
cd yaourt
makepkg -si

and then update pamac with yaourt. "yaourt pamac"

@joel72
Copy link

joel72 commented Feb 7, 2016

same for me. might be related to having multilib enabled. as figured out by mrl4214, this is caused by the libalpm library not being accessible, causing yaourt not to start. the suggested symlink workaround works for me, lubo08's solution does not work for me due to dependency issues.
anyways, thanks for the help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants