
Step 1: Remove the Firefox Snap by running the following command in a new Terminal window: sudo snap remove firefox You add the Mozilla Team PPA, install the Firefox deb, then ‘pin’ both to ensure that the Firefox Snap is not reinstalled at a later date.īefore you go any further you may want to backup/export any important browser settings, bookmarks, and other data. The good news is that you can install a Firefox deb on Ubuntu 22.04 using a couple of commands.


This Snap package is the only version of Firefox included ‘out of the box’. Ubuntu’s latest version includes Firefox as a Snap app by default. deb package on Ubuntu 22.04 LTS and not as a Snap app.

ThisLink.In this guide I detail how to install Mozilla Firefox as a. when zip is ready we click by the link again to download zip we check link href every 500 ms by using recursive function with setTimeout() Return zip.generateAsync(, 200) // if less than 200, not all files are downloaded in FirefoxĪnd this my working solution of zipping files without server side using jszip mentioned by // prepare blobs with data of files when load a pageĭownload_all.href = URL.createObjectURL(zip_blob) then((zipFile) => dl.href = URL.createObjectURL(zipFile)) īlob.name = url.slice(url.lastIndexOf('/') + 1)īlobs.forEach((blob) => folder.file(blob.name, blob))
