| I made a failed attempt to install virtualbox.  The scrip just hung.    The prelims must not be installed. 
 Code: 
 jerry@Munn003:~$ sudo dpkg --purge $(dpkg -l|awk '/virtualbox/{print $2}')
 dpkg: status database area is locked by another process
 jerry@Munn003:~$
 
 
 
 How do I kill the hung deb file and unlock the database.
 
 Jerry
 |