system installation - "... is not a symbolic link" - Ask Ubuntu
i tried downloading ibus-hangul
doing following: sudo apt-get update
, sudo apt-get install ibus-hangul
. however, shows up:
processing triggers libc-bin (2.23-0ubuntu4) ... "/sbin/ldconfig.real: /usr/lib/x86_64-linux-gnu/libavformat.so.54 not symbolic link /sbin/ldconfig.real: /usr/lib/x86_64-linux-gnu/libavutil.so.52 not symbolic link /sbin/ldconfig.real: /usr/lib/x86_64-linux-gnu/libavcodec.so.54 not symbolic link
(command prompt returns)
i tried downloading ibus-hangul before , while did see red, yellow, , blue emblem language input in taskbar, not type in hangul nor hanja. letters latin alphabet.
i tried downloading ibus-pinyin before , not type in pinyin. letters latin alphabet.
because couldn't work, decided uninstall , reinstall these files, , problem above turned while installing ibus-hangul
.
these library errors not related actual problem various ibus packages. bit of red herring warning, problem them else.
these 3 libraries party of audio/video library, @ guess you've either installed custom version of or somehow managed change them symbolic links again doubt it's problem. check further these files this: sudo dpkg -s /usr/lib/x86_64-linux-gnu/libavformat.so.54 sudo ls -la /usr/lib/x86_64-linux-gnu/libavformat.so.54
this allow see package (if any) from.
as debugging ibus issues, sadly have absolutely no idea that. else can there. maybe check ~/.xsession-errors error messages related using input when it's not working.
Comments
Post a Comment