You are not logged in.

#1 2007-10-13 08:13:01

jaideep_jdof
Member
From: Delhi, India
Registered: 2006-06-05
Posts: 311

pacworld and broken packages

i recently uninstalled kedmod and installed fluxbox. The problem i am facing is that the command : pacman -Qee is showing many broken packages but pacworld utility is showing just one.

How do i reinstall all the broken packages.

Offline

#2 2007-10-13 10:49:10

kumico
Member
Registered: 2007-09-28
Posts: 224
Website

Re: pacworld and broken packages

`pacman -Qe` shows orphans, "-Q --orphans(-Qe): list all packages installed as dependencies but no longer required by any package";
this basically means you can uninstall them if you don't explicitly need them.

Offline

#3 2007-10-13 17:52:44

jaideep_jdof
Member
From: Delhi, India
Registered: 2006-06-05
Posts: 311

Re: pacworld and broken packages

Thanks, is it possible to uninstall all the orphans at one go.

Offline

#4 2007-10-13 19:00:21

byte
Member
From: Düsseldorf (DE)
Registered: 2006-05-01
Posts: 2,046

Re: pacworld and broken packages

Could you post your list?


1000

Offline

#5 2007-10-13 19:07:28

kumico
Member
Registered: 2007-09-28
Posts: 224
Website

Re: pacworld and broken packages

 pacman -R `pacman -Qe | cut -f1 -d ' '`

Offline

#6 2007-10-13 19:16:15

jaideep_jdof
Member
From: Delhi, India
Registered: 2006-06-05
Posts: 311

Re: pacworld and broken packages

Thanks for the help, i will try this

pacman -R `pacman -Qe | cut -f1 -d ' '`

Offline

Board footer

Powered by FluxBB