I have issues with one of my packages on CentOS 6.7. I want to update nspr
package, but I'm unable to do that.
The error is:
installing package nspr-4.10.8-2.el6_7.i686 needs 284KB on the / filesystem
When I type sudo yum update nspr
I got addtional message: There are unfinished transactions remaining. You might consider running yum-complete-transaction first to finish them.
I tried to use this command, but it does not help.
Result of df -h
is:
Filesystem Size Used Avail Use% Mounted on
/dev/simfs 59G 9.0G 50G 16% /
none 2.0G 4.0K 2.0G 1% /dev
none 2.0G 0 2.0G 0% /dev/shm
Server reboot does not help either. Any ideas what might be going on or how to fix this issue? Thanks for all tips:)