설치할 수 없습니다. 가능한 모든 가이드를 살펴봤지만 동일한 문제가 발생합니다.
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