Comment 10 for bug 283765

Revision history for this message
Martin Pitt (pitti) wrote :

The effect of this can be reproduced with:

sudo dpkg -P pmount
echo hello | sudo tee /etc/pmount.allow
sudo nohup python -c "import apt, os; os.environ['DEBIAN_FRONTEND'] = 'noninteractive'; c=apt.Cache(); c['pmount'].markInstall(); c.commit()"

I'll ask Michael about some advice.