You are not logged in.
I just updated to flashplugin-11.0.1.152-1 pacman however did not remove all of the multilib libraries when going from 32bit to 64bit. I found it easiest to remove flashplugin 11, reinstall flashplugin-10.3.183.10-1 from cache, and then remove with pacman -Rs to remove all my uneeded 32 bit libraries. Then of course install flashplugin 11.
Now I hope this 64 bit version works well.
Offline
I think it's a variant of https://bugs.archlinux.org/task/24005
Offline
Nice. That links back to FS#5974 dated right about the time I first installed Arch when I saw voodoo released on Distrowatch. And since it's a request assigned to Phrakture I'll consider it virtually taken care of. ![]()
Offline
Have to say, I'm just glad to finally see Adobe putting out a stable native 64 bit product.
I laugh, yet the joke is on me
Offline
FS#5974 hasn't seen much activity in the last 4 years but one can always hope :-)
Offline
i don't understand your issue. basically you are saying that you failed to use pacman.
pacman -Syu
upgrade to flashplugin 11
then remove unused dependencies
pacman -Rs $(pacman -Qdtq)
is not pacman's job to remove unused dependencieis automatically at pacman -Syu
!next
Give what you have. To someone, it may be better than you dare to think.
Offline
is not pacman's job to remove unused dependencieis automatically at pacman -Syu
Why not? I believe it to be part of package management.
Whether it's doable and whether 'pacman -Rs $(pacman -Qdtq)' is good enough is another thing :-)
Offline
pacman doesn't hold hands
Give what you have. To someone, it may be better than you dare to think.
Offline
pacman doesn't hold hands
Not even during a stroll on clear winter night through a snow covered park, glistening under the light of a thousand stars?
I laugh, yet the joke is on me
Offline
According to my experience, removing everything listed by pacman -Qdtq wouldn't work (would remove useful stuff) because pacman doesn't handle optional dependencies. But maybe there's something I don't know...
Edit: I've been installing optional dependencies with the --asdeps flag. Probably a bad idea... But installing without the flag isn't much better in my view: either way there's manual management to be done when packages are removed.
Last edited by stqn (2011-10-05 12:38:45)
Offline
According to my experience, removing everything listed by pacman -Qdtq wouldn't work (would remove useful stuff) because pacman doesn't handle optional dependencies. But maybe there's something I don't know...
Depends on your take on the inevitable dillema, do you install optdeps with or without --asdeps ...
Offline
wonder wrote:is not pacman's job to remove unused dependencieis automatically at pacman -Syu
Why not? I believe it to be part of package management.
One reason, and not the only one and not the most important one, why I came to arch from slackware was a package manager with dependency support. Pacman does support dependencies. I don't understand why dependencies are supported for install and removal, but not for upgrades. If it is a technical issue waiting for someone inclined to code a solution I understand, but a philosophical one I don't.
Last edited by tesjo (2011-10-05 16:19:32)
Offline
karol wrote:wonder wrote:is not pacman's job to remove unused dependencieis automatically at pacman -Syu
Why not? I believe it to be part of package management.
One reason, and not the only one and not the most important one, why I came to arch from slackware was a package manager with dependency support. Pacman does support dependencies. I don't understand why dependencies are supported for install and removal, but not for upgrades. If it is a technical issue waiting for someone inclined to code a solution I understand, but a philosophical one I don't.
You many want to read the topic that lead to https://bugs.archlinux.org/task/24005 - https://bbs.archlinux.org/viewtopic.php?id=116423
Offline
then remove unused dependencies
pacman -Rs $(pacman -Qdtq)
When I try this it wants to remove 3GBs worth of packages, including all of xorg and kde.
Offline
BasT:
Seems that you did something wrong, because here it doesn't happen
Are you sure that's whay you did input?
Last edited by ethail (2011-10-05 19:12:03)
Best Testing Repo Warning: [testing] means it can eat you hamster, catch fire and you should keep it away from children. And I'm serious here, it's not an April 1st joke.
Offline
BasT:
Seems that you did something wrong, because here it doesn't happen
Are you sure that's whay you did input?
Absolutely. I copy&pasted it directly from wonder's post.
Offline
ethail wrote:BasT:
Seems that you did something wrong, because here it doesn't happen
Are you sure that's whay you did input?
Absolutely. I copy&pasted it directly from wonder's post.
If you need help, please open another thread with the output of 'pacman -Qdtq'.
Offline