카테고리 없음

[Linux] update 에러 해결법 "E: Encountered a section with no Package: header"

Bino 2018. 10. 26. 06:15

# sudo apt-get update


E: Encountered a section with no Package: header

E: The package lists or status file could not be parsed or opened.





apt 폴더를 실수로 지워버려서 잣댓다 싶었는데


간단하게 apt list만 없애면 해결되었다.


# sudo rm -vf /var/lib/apt/lists/*


# sudo apt-get update