Disable Gnash: Difference between revisions
Jump to navigation
Jump to search
(redirect) |
(uninstall/reinstall gnash) |
||
Line 1: | Line 1: | ||
Gnash is a GNU Flash player. The simplest way to disable Gnash is to uninstall it. |
|||
#redirect [[Adobe Flash#Gnash]] |
|||
su |
|||
yum remove gnash -y |
|||
exit |
|||
reboot |
|||
Reinstalling is similar. |
|||
su |
|||
yum install gnash -y |
|||
exit |
|||
reboot |
|||
The Gnash homepage is http://www.gnu.org/software/gnash/ |
Revision as of 02:46, 15 January 2008
Gnash is a GNU Flash player. The simplest way to disable Gnash is to uninstall it.
su yum remove gnash -y exit reboot
Reinstalling is similar.
su yum install gnash -y exit reboot
The Gnash homepage is http://www.gnu.org/software/gnash/