![Kali 2020.4에서 와인을 설치할 수 없습니다. [종료]](https://linux55.com/image/186828/Kali%202020.4%EC%97%90%EC%84%9C%20%EC%99%80%EC%9D%B8%EC%9D%84%20%EC%84%A4%EC%B9%98%ED%95%A0%20%EC%88%98%20%EC%97%86%EC%8A%B5%EB%8B%88%EB%8B%A4.%20%5B%EC%A2%85%EB%A3%8C%5D.png)
설치할 수 없습니다. 가능한 모든 가이드를 살펴봤지만 동일한 문제가 발생합니다.
sudo dpkg --add-architecture i386 && apt-get update && apt-get install wine32
이런 일이 발생합니다:
Reading package list ... Done
E: Could not open lock file "/ var / lib / apt / lists / lock" - open (13: Permission denied)
E: Could not lock directory / var / lib / apt / lists /
W: There was a problem unlinking the file /var/cache/apt/pkgcache.bin - RemoveCaches (13: Permission denied)
W: There was a problem unlinking the file /var/cache/apt/srcpkgcache.bin - RemoveCaches (13: Permission denied)
답변1
당신은 달리고 있지만 dpkg
그렇지 않습니다. 각 명령 뒤에는 새 명령이 있으며 또 다른 명령도 필요합니다 .sudo
apt-get
&&
sudo
sudo dpkg --add-architecture i386 && sudo apt-get update && sudo apt-get install wine32