how to save back ldd
James Hogarth
james.hogarth at gmail.com
Thu Aug 26 21:32:19 UTC 2010
On 26 August 2010 21:29, andrew clarke <mail at ozzmosis.com> wrote:
> On Fri 2010-08-27 00:01:44 UTC+0800, loody (miloody at gmail.com) wrote:
>
>> I have tried to use sudo apt-get install xxx, any ldd to restore the
>> original ldd back.
>> But I have no idea which package I should choose.
>
> dpkg-query tells me ldd is in the libc-bin package:
>
> $ dpkg-query -S `which ldd`
> libc-bin: /usr/bin/ldd
>
> --
> ubuntu-users mailing list
> ubuntu-users at lists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
>
In further to the above to ensure the right ldd in place then:
sudo apt-get install --reinstall libc-bin
James
More information about the ubuntu-users
mailing list