Comment 4 for bug 2037228

Revision history for this message
Heinrich Schuchardt (xypron) wrote :

apt-get install firefox --reinstall

should run debian/firefox.preinst which is responsible for installing the snap.

The preinstall script depends on /run/snapd.socket existing. So when the snapd service is stopped the snap will not be installed.

Would it be preferable to let debian/firefox.preinst return an error if the socket does not exist?