I'm really new to Linux and currently using Linux Mint. I've heard that you can install Firefox extensions directly from the terminal. I tried to download uBlock Origin by running 'sudo apt install webext-ublock-origin-firefox', and the installation seemed to succeed, but I don't see it in my Firefox. Is it actually possible to install extensions this way? What am I missing?
5 Answers
Many people have tried to install extensions this way before, and while it might seem quick, it’s usually not the easiest route. Just head to the Firefox add-ons store and grab what you need from there for the best experience.
Before you go any further, can I ask how you installed Firefox? If you're using a version from a repository or through Flatpak, it might affect your ability to install extensions via the terminal. It’s crucial to check that first.
It's generally a better idea to install Firefox extensions directly from the Firefox Add-ons website. While you can use the terminal to install some things, extensions are typically meant to be managed through the browser itself. Have you tried that method?
Yeah, I agree! The Firefox library has all the up-to-date extensions, and it’s easier to manage them there.
While using the terminal can be fun, many new users find it confusing. It's often easier to stick with graphical tools, like the Software Manager that comes with Linux Mint. It helps avoid a lot of potential headaches with command line issues.
That makes sense! I think I'll stick to the GUI for now.
Honestly, just install it from the Firefox browser like everyone else! It’s way simpler and saves you from unnecessary complications.

Good point! I just got Firefox from the default package manager. Maybe that's why.