By thanhtn
hello,
i am trying to install unzip and get this error:
root@bo:~# apt-get install unzip
Reading package lists… Done
Building dependency tree
Reading state information… Done
Suggested packages:
zip
The following packages will be upgraded:
unzip
1 upgraded, 0 newly installed, 0 to remove and 54 not upgraded.
1 not fully installed or removed.
Need to get 0 B/193 kB of archives.
After this operation, 386 kB of additional disk space will be used.
(Reading database …
dpkg: warning: files list file for package `unzip’ missing, assuming package has no files currently installed.
(Reading database … 219960 files and directories currently installed.)
Preparing to replace unzip 6.0-4ubuntu2.5 (using …/unzip_6.0-4ubuntu2.5_amd64.deb) …
Unpacking replacement unzip …
dpkg: unrecoverable fatal error, aborting:
fork failed: Cannot allocate memory
E: Sub-process /usr/bin/dpkg returned an error code (2)
Please suggest to fix that issue.
thanks, ThanhTruong
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Accepted Answer
I would suggest reinstalling package with following command:
- sudo apt-get install --reinstall unzip
This command will completely remove package and install it again, but will not remove packages that depends on it. This is what you need in your current situation.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.