$'\r': command not found, syntax error: unexpected end of file Windows 형식의 줄 바꿈 (CRLF) 때문에 발생하는 오류. 줄 바꿈을 Unix 형식 (LF) 으로 변경해야 함.sed -i 's/\r//g' 스크립트파일명.sh 에러모음 2025.01.06
E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root? 아래의 코드를 실행하려 하다가 리눅스에서 패키지 설치중 나온 오류.sudo apt update && apt -y upgradesudo를 각각 해주니까 해결됐다.sudo apt-get update && sudo apt-get upgrade -y 에러모음 2024.11.17