Tagged Questions
3
votes
1answer
4k views
Not able to lock /var/lib/dpkg/lock (read only)
I was trying to install ruby on my remote server(this is a vm machine(debian) in a esxi server . ) I got this error:
The Command:
sudo apt-get install ruby1.8
Error :
W: Not using locking for read ...
3
votes
1answer
2k views
How to add an iso file as APT source
Say I have this line in "/etc/fstab":
/iso/apt.iso /mnt/apt iso9660 loop 0 0
And I run these commands as root:
mount --all
apt-cdrom add --no-mount --cdrom /mnt/apt
I expected the disk to be ...