ubuntu error 정리

황동준·2020년 11월 25일
0

ubuntu 관련 질문을 올리는 사이트(너무 유용)

  • Errors were encountered while processing: nfs-kernel-server

아래 command 쳐봐라. 그전에 /etc/exports부분 백업하자. vi /etc/exports

apt purge -y rpcbind
apt install -y nfs-kernel-server

https://unix.stackexchange.com/questions/409168/errow-while-installing-nfs-kernel-server-on-ubuntu-16-04

  • Unknown Multi-Arch type 'no' for package 'compiz-core'
    하면서 줄줄이 apt-get update가 ignore된다. 그렇다면 아래 명령어를 통해 apt를 upgrade 하자.
    apt-get install --only-upgrade apt

  • google gpg 받아올 때 fetch error

E: Failed to fetch http://dl.google.com/linux/chrome/deb/dists/stable/main/binary-amd64/Packages.bz2

vi /etc/apt/sources.list.d/google-chrome.list 이 경로의 파일에 들어가서, http://dl.google.com/linux/chrome/deb/ stable main를 주석처리하기.

https://askubuntu.com/questions/771523/chrome-apt-get-update-failed-to-fetch-http-dl-google-com-linux-chrome-deb-di

  • legend Error in installing mysql-server in Ubuntu 16.04

https://askubuntu.com/questions/809202/error-in-installing-mysql-server-in-ubuntu-16-04

6시간의 대장정만에 성공했다.

mysql에 들어가려고 했는데, mysql root 비번 모르고 계속 socket 없다고 해서 sql 관련 apt 전부 삭제 후 시도해봤던 방법. mysql 싹 다 삭제후에 재설치가 불가능 했었는데, server는 물론 client까지 설치하게 해줬던 에러 해결법이다.

profile
부담없이 기록하기

0개의 댓글