-
neofetch 설치 방법, E: 에러 날 때 (linux / ubuntu)카테고리 없음 2022. 11. 30. 19:41
neofetch를 설치하는 방법은 다음과 같다.
$ sudo apt install neofetch
만일
E: unable to locate package neofetch 라는 게 보이면
패키지 매니저 apt 의 업데이트가 필요하다.
$ sudo apt update
후
$ sudo apt install neofetch 하면 잘 진행 될 것이다.