You are not logged in.
Pages: 1
Some time ago, pacman -Rd worked as expected, removing pakages disregarding its dependencies, but now it doesn't seem to work for me.
I have cairo-xcb installed, but I want to switch to cairo. This is how it goes:
O_O[raziel@Bebop ~]$ sudo pacman -Sd cairo
resolving dependencies...
looking for inter-conflicts...
:: cairo and cairo-xcb are in conflict. Remove cairo-xcb? [y/N] y
error: failed to prepare transaction (could not satisfy dependencies)
:: awesome: requires cairo-xcb
O_O[raziel@Bebop ~]$ sudo pacman -Rd cairo-xcb
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: awesome: requires cairo-xcb
:: cairomm: requires cairo
:: evas-svn: requires cairo
:: gnuplot: requires cairo
:: gsdjvu: requires cairo
:: gtk2: requires cairo
:: gtk3: requires cairo
:: libgdiplus: requires cairo
:: pango: requires cairo
:: performous: requires cairo
:: poppler: requires cairo
:: python2-cairo: requires cairo
:: xcowsay: requires cairoOffline
man pacman. Read it carefully
-d, --nodeps
Skips dependency version checks. Package names are still checked. Normally, pacman will always check a package’s dependency fields to ensure that all dependencies are installed and there are no package conflicts in the system. Specify this option twice to skip all dependency checks.
There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !
Offline
Is that -dd instead of -d option new. I totally overlooked it.
Thanks a lot ![]()
Offline
Is that -dd instead of -d option new. I totally overlooked it.
Thanks a lot
Yes, fairly new (3.5 specific I think).
Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.
Offline
(3.5 specific I think).
Correct
Offline
Pages: 1