You are not logged in.
I've noticed that when you build and install your own package (or one from AUR), some other packages may be installed as needed. However, if you run a pacman -Rns [name of package] it will not remove those dependencies that were installed.
Is this a bug, known issue, or 'feature'? Or is there some work around -- other than manually keeping a log of what installed.
BTW: Same problem when installing packages from AUR with yaourt.
Thanks,
Shane
Last edited by krazyshane (2007-12-15 01:59:33)
Offline
I'm too lazy to look it up myself.. see /var/lib/pacman/local/yaourt*/install, there you'll find the bug url.
I hate sigs. This one only exists to remind myself to get an avatar.
Offline
I'm pretty sure this is known. At least _I_ know about it. I think it may be fixed in 3.1, Dan?
Offline
I'm pretty sure this is known. At least _I_ know about it. I think it may be fixed in 3.1, Dan?
Offline
Yeah, there is a pacman -U --asdeps in 3.1.
(yaourt will obviously have to be changed to accommodate this.)
I am a gated community.
Offline
For those of you who don't speak in code, like Dan apparently does (/me glares) - it is in git right now and will be fixed in the 3.1 release.
Offline
Sweet guys, that's exactly what I was hoping for! Thanks for the replies.
Shane
Offline
For those of you who don't speak in code, like Dan apparently does (/me glares)
#include <iostream>
int main()
{
bool allSpeakInCode = true;
std::cout << "Is there anyone who doesn't speak in code? " << std::flush;
std::cin >> allSpeakInCode;
std::cout << std::endl;
if (allSpeakInCode)
{
std::cout << "That's what I thought." << std::endl;
}
else
{
std::cout << "Liar!" << std::endl;
}
}Offline