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

Re: Delete QT4 library



Quoth David S:
> hce wrote:
> > Hi,
> > 
> > Due to limited root space, I am going to delete QT4 library. I am not
> > sure if following library is used by any system applications or not as
> > I am using Opera and Open office. Would be safe if I delete following
> > package permenentaly by using purge?
> 
> Hi Jim
> 
> If the QT4 library are one or more debian packages, then they should
> be specified as "auto removable" if not used, unless they were
> manually installed. The package manager will alert you if removing
> them will break any other packages.

Not so for Opera - AFAIK OOo use their own toolkit - not any qt stuff, but opera
uses qt for sure, but I think it's version 3, so removing qt4 should still leave
Opera usable.

In any case, just removing that stuff should still be OK. If something fails,
check the logs and re-install the missing lib.

Btw, You can always check dynamic linking consistency with ldd. Just issue 

ldd $(which binary)
where binary stands for any executable you wanna have checked, like opera.

You can check overall linking consistency with something along the lines of

for i in /usr/bin/*; do echo $i; ldd $i | grep "not found"; done 2> /dev/null

That's very primitive, but hopefully still effective ;-) (you might want to
chekc other folders, like /bin /*/sbin /*/local/{bin,sbin}, /*/libexec,
whatever.

Aleks

Attachment: signature.asc
Description: Digital signature


Reply to: