Hi,
I'm Using WSL on Windows 11.
I installed bc in my machine and I get this when I try to check my git diff:
I tried:
I'm Using WSL on Windows 11.
I installed bc in my machine and I get this when I try to check my git diff:
Code:
Launch 'bc' [Y/n]? Some Shared Libraries were not found linux-gate.so.1 (0xf7f0f000) libz.so.1 => not found libqtc.so.1 => /home/lioriz/lib32/beyondcompare/libqtc.so.1 (0xf79e3000) libX11.so.6 => not found librt.so.1 => /lib32/librt.so.1 (0xf79d8000) libpthread.so.0 => /lib32/libpthread.so.0 (0xf79b5000) libdl.so.2 => /lib32/libdl.so.2 (0xf79af000) libc.so.6 => /lib32/libc.so.6 (0xf77c4000) libqt-mt.so.3 => /home/lioriz/lib32/beyondcompare/libqt-mt.so.3 (0xf70b1000) libXext.so.6 => not found libX11.so.6 => not found libstdc++.so.6 => /lib32/libstdc++.so.6 (0xf6ed0000) libm.so.6 => /lib32/libm.so.6 (0xf6dcc000) libgcc_s.so.1 => /lib32/libgcc_s.so.1 (0xf6dad000) /lib/ld-linux.so.2 (0xf7f11000) libXrender.so.1 => not found libXrandr.so.2 => not found libXcursor.so.1 => not found libXinerama.so.1 => not found libXft.so.2 => not found libfreetype.so.6 => not found libfontconfig.so.1 => not found libXext.so.6 => not found libX11.so.6 => not found libSM.so.6 => not found libICE.so.6 => not found This message is displayed because 'diff.tool' is not configured. See 'git difftool --tool-help' or 'git help config' for more details. 'git difftool' will now attempt to use one of the following tools: opendiff kdiff3 tkdiff xxdiff meld kompare gvimdiff diffuse diffmerge ecmerge p4merge araxis bc codecompare smerge emerge vimdiff
I tried:
- sudo apt-get install zlib1g
- sudo apt-get install libxtst6
- sudo dpkg --add-architecture i368
- sudo apt-get update
- sudo apt-get install zlib1g:i386
- sudo apt-get install libxtst6:i386
Comment