r-base를 깔던 도중에 에러가 리턴 되더니 그 뒤로 아무 것도 할 수가 없습니다.
http://ubuntuforums.org/showthread.php?t=1642173
일단 비슷한(지금 보니 전혀 비슷하지도 않습니다만,) 에러 글이 있어서 이걸 보고 어디에 문제가 있는지 찾아 보았는데
backdoor@Back-Door-HP-Z440-Workstation:~$ sudo dpkg --configure -a
install-info (6.1.0.dfsg.1-5) 설정하는 중입니다 ...
/usr/sbin/update-info-dir: 2: export: : bad variable name
dpkg: error processing package install-info (--configure):
설치한 post-installation 스크립트 하위 프로세스가 오류 2번을 리턴했습니다
처리하는데 오류가 발생했습니다:
install-info
backdoor@Back-Door-HP-Z440-Workstation:~$ sudo apt-get install -f
패키지 목록을 읽는 중입니다... 완료
의존성 트리를 만드는 중입니다
상태 정보를 읽는 중입니다... 완료
0개 업그레이드, 0개 새로 설치, 0개 제거 및 0개 업그레이드 안 함.
1개를 완전히 설치하지 못했거나 지움.
이 작업 후 0 바이트의 디스크 공간을 더 사용하게 됩니다.
install-info (6.1.0.dfsg.1-5) 설정하는 중입니다 ...
/usr/sbin/update-info-dir: 2: export: : bad variable name
dpkg: error processing package install-info (--configure):
설치한 post-installation 스크립트 하위 프로세스가 오류 2번을 리턴했습니다
처리하는데 오류가 발생했습니다:
install-info
E: Sub-process /usr/bin/dpkg returned an error code (1)
backdoor@Back-Door-HP-Z440-Workstation:~$ cat /etc/apt/sources.list
# deb cdrom:[Ubuntu 16.04 LTS _Xenial Xerus_ - Release amd64 (20160420.1)]/ xenial main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://kr.archive.ubuntu.com/ubuntu/ xenial main restricted
# deb-src http://kr.archive.ubuntu.com/ubuntu/ xenial main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://kr.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
# deb-src http://kr.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://kr.archive.ubuntu.com/ubuntu/ xenial universe
# deb-src http://kr.archive.ubuntu.com/ubuntu/ xenial universe
deb http://kr.archive.ubuntu.com/ubuntu/ xenial-updates universe
# deb-src http://kr.archive.ubuntu.com/ubuntu/ xenial-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://kr.archive.ubuntu.com/ubuntu/ xenial multiverse
# deb-src http://kr.archive.ubuntu.com/ubuntu/ xenial multiverse
deb http://kr.archive.ubuntu.com/ubuntu/ xenial-updates multiverse
# deb-src http://kr.archive.ubuntu.com/ubuntu/ xenial-updates multiverse
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://kr.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
# deb-src http://kr.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu xenial partner
# deb-src http://archive.canonical.com/ubuntu xenial partner
deb http://kr.archive.ubuntu.com/ubuntu/ xenial-security main restricted
# deb-src http://security.ubuntu.com/ubuntu xenial-security main restricted
deb http://kr.archive.ubuntu.com/ubuntu/ xenial-security universe
# deb-src http://security.ubuntu.com/ubuntu xenial-security universe
deb http://kr.archive.ubuntu.com/ubuntu/ xenial-security multiverse
# deb-src http://security.ubuntu.com/ubuntu xenial-security multiverse
아마도 dpkg나 install-info에 뭔가 문제가 있는 것 같은데.. 아직 잘 몰라서 이런 에러가 보일 때 어떻게 대처해야 할지 잘 모르겠네요....
카테고리 일단 데스크탑/노트북에 했는데 더 적당한 카테고리가 있다면 말씀해 주세요.
감사합니다.