- download = kldp에 수록된 파일을 다운로드(http://kldp.org/files/unzip_5.52-9ubuntu3_i386.deb_.zip) 받아서 풀어 놓은 후,
- unzip을 제거 한다
sudo apt-get remove unzip
- file roller도 제거 --> 불필요.
sudo apt-get remove file-roller
- 다운로드 받아서 풀어놓은 파일을 unzip_5.52-9ubuntu3_i386.deb (151.66 KB) 을 더블클릭하여 unzip을 재설치
- 재 설치 이후 다시 file roller를 재설치
sudo apt-get install file-roller
- 이 버전을 hold할 수 있도록 한다.
echo "unzip hold" | sudo dpkg --set-selections