User Tools

Site Tools


software:firefox:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
private:software:firefox:start [2017/04/09 18:53] torpedosoftware:firefox:start [2023/05/28 16:37] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Firefox ======
 +
 +Firefox is a web browser distributed with Xubuntu, which is extendible using plugins.
 +
 +
 +===== Installing Adobe Flash Player =====
 +
 +To install Adobe Flash Player plugin for Firefox, use the command:
 +
 +<code>sudo apt-get install flashplugin-installer</code>
 +
 +
 +==== Updates ====
 +
 +Get the last ''.tar.gz'' version of Adobe Flash Player from [[https://get.adobe.com/flashplayer/
 +]], then open a terminal in the extracted folder and use the commands:
 +
 +<code>sudo cp libflashplayer.so /usr/lib/mozilla/plugins/</code>
 +<code>sudo cp -r usr/* /usr</code>