Last active
March 10, 2021 17:07
-
-
Save simryang/87712ded76bec30ecb16b7dfe3de4e53 to your computer and use it in GitHub Desktop.
libc-bin and ldconfig problem fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ apt download libc-bin | |
| 받기:1 http://mirror.kakao.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] | |
| 내려받기 643 k바이트, 소요시간 0초 (4,890 k바이트/초) | |
| $ ls | |
| libc-bin_2.27-3ubuntu1.4_amd64.deb | |
| $ dpkg -x libc-bin_2.27-3ubuntu1.4_amd64.deb libc-bin_2.27 | |
| $ sudo cp libc-bin_2.27/sbin/ldconfig /sbin | |
| $ sudo apt install --reinstall libc-bin | |
| 패키지 목록을 읽는 중입니다... 완료 | |
| 의존성 트리를 만드는 중입니다 | |
| 상태 정보를 읽는 중입니다... 완료 | |
| 다음 새 패키지를 설치할 것입니다: | |
| libc-bin | |
| 0개 업그레이드, 1개 새로 설치, 0개 제거 및 13개 업그레이드 안 함. | |
| 0 바이트/643 k바이트 아카이브를 받아야 합니다. | |
| 이 작업 후 3,715 k바이트의 디스크 공간을 더 사용하게 됩니다. | |
| Can't exec "locale": No such file or directory at /usr/share/perl5/Debconf/Encoding.pm line 16. | |
| Use of uninitialized value $Debconf::Encoding::charmap in scalar chomp at /usr/share/perl5/Debconf/Encoding.pm line 17. | |
| Selecting previously unselected package libc-bin. | |
| (데이터베이스 읽는중 ...현재 206437개의 파일과 디렉터리가 설치되어 있습니다.) | |
| Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... | |
| Unpacking libc-bin (2.27-3ubuntu1.4) ... | |
| libc-bin (2.27-3ubuntu1.4) 설정하는 중입니다 ... | |
| Processing triggers for dbus (1.12.2-1ubuntu1.2) ... | |
| Processing triggers for man-db (2.8.3-2ubuntu0.1) ... | |
| $ sudo apt install locales | |
| 패키지 목록을 읽는 중입니다... 완료 | |
| 의존성 트리를 만드는 중입니다 | |
| 상태 정보를 읽는 중입니다... 완료 | |
| 다음 새 패키지를 설치할 것입니다: | |
| locales | |
| 0개 업그레이드, 1개 새로 설치, 0개 제거 및 13개 업그레이드 안 함. | |
| 0 바이트/3,611 k바이트 아카이브를 받아야 합니다. | |
| 이 작업 후 14.5 M바이트의 디스크 공간을 더 사용하게 됩니다. | |
| 패키지를 미리 설정하는 중입니다... | |
| Selecting previously unselected package locales. | |
| (데이터베이스 읽는중 ...현재 206474개의 파일과 디렉터리가 설치되어 있습니다.) | |
| Preparing to unpack .../locales_2.27-3ubuntu1.4_all.deb ... | |
| Unpacking locales (2.27-3ubuntu1.4) ... | |
| locales (2.27-3ubuntu1.4) 설정하는 중입니다 ... | |
| locales-all installed, skipping locales generation | |
| Processing triggers for man-db (2.8.3-2ubuntu0.1) ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment