1

Can I use the Linux 64 bit version of the Firefox update!?

1 Answers1

2

Firefox is part of the Ubuntu 16.04 distribution package, so you will get Firefox distro updates when you update your system. A couple of different ways to do that...

GUI Method:

Use the Software Updater, hit the Super, or Windows key and type, Software Updater, (without the quotes) and hit the ENTER key.

or,

Terminal Window Method:

Open a terminal window (press CTRL+ALT+T):

sudo apt-get update
sudo apt-get dist-upgrade
masher
  • 21