====== Ubuntu Linux 16.04 ====== * [[http://programmingsummaries.tistory.com/389|[Linux] Ubuntu 16.04 LTS 설치 후 세팅 | 감성 프로그래밍]] ===== 14.04 -> 16.04 업그레이드 후 Kernel 버전 ===== * 14.04 에서 16.04 ''do-release-upgrade'' 실행 후에 ''apt'' 실행시 오류 발생 W: GPG 오류: http://mirror.kakao.com/ubuntu xenial InRelease: 서명을 확인하는 'apt-key' 프로그램을 실행할 수 없습니다. (gnupg를 설치했습니까?) W: The repository 'http://ftp.daumkakao.com/ubuntu xenial InRelease' is not signed. N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use. * [[linux:ubuntu:14.04|Ubuntu Linux 14.04 LTS]] 에서 16.04 로 업그레이드를 했는데, 커널 버전이 3.x 로 그대로였다.**4.x** 로 업그레이드 돼야 정상이다. uname -sr # kernel 버전확인 Linux 3.5.0-30-generic # 12.04 배포판의 커널 * 이로인한 것인지 [[linux:apt|Linux apt (Advanced Packaging Tool) 및 Debian 계열 패키지 관리]] 명령도 GPGKey 가 일치하지 않는다면서 지속적 오류 발생 * 커널을 업그레이드 후 재부팅 sudo apt install linux-generic sudo reboot