remove RPMs with cyclic dependancies.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



On 8/4/05 11:17 AM, Dave Gutteridge wrote:

> In the /opt/openoffice.org1.9.122/program/ directory there are still two 
> files remaining:
> 
> [root@localhost program]# ls
> python  python-core
> 
> And they're flashing red, which I've never seen before. It's very 
> ominous looking.

In a stock Red Hat-esque setup, the flashing red indicates a dangling 
symlink. Try this:

cd /var/tmp
touch zzz
ln -s zzz yyy
rm zzz
ls

The yyy link should appear in blinking red because the file to which it 
points, zzz, is no longer available. You can delete dangling links 
without danger.

-- 
Paul Heinlein <> heinlein@xxxxxxxxxx <> www.madboa.com

[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]
  Powered by Linux