Welcome to the Linux Foundation Forum!
Please help with Flash Player install
Momma24gr8kids
Posts: 3
in Installation
My daughter just got a Asus laptop and it runs Linux, I have never used anything but windows and I am lost
I cant get the Adobe Flashplayer to install, I have followed the sites directions and its not working at all, so she cant see any videos or play some games
what I need is for someone to explain how to install step by step with no tech talk
Please help me
Thanks in advance
0
Comments
-
What distro is on the laptop. Most distros have a way of installing it contained in their user manuals. If you can't find the how-to, tell us which distro.0
-
How do I find out what distro it is?
I have no idea how0 -
Momma24gr8kids wrote:
Open a console or terminal and use :How do I find out what distro it is?
I have no idea howcat /etc/issue
the output I get is :Debian GNU/Linux squeeze/sid
no doubt yours will be different.
As far as flash player Linux goes :
1. Download the latest flashplayer for Linux from Adobe :
http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.tar.gz
then close the web browser application (Firefox) Completely .
2. Open a console and extract the install_flash_player_10_linux.tar.gz archive.
For example; you would use the command : -tar xvzf /home/zanpaktou/downloads/install_flash_player_10_linux.tar.gz
if the install_flash_player_10_linux.tar.gz archive was downloaded to a folder named downloads in user Zanpaktou's home folder.
Now with the archive extracted, the file libflashplayer.so will have been copied into the same folder as the install_flash_player_10_linux.tar.gz archive.
3. To install the flash player plugin you need to copy the libflashplayer.so file as the root user to a system directory so that firefox can find it; like this :su - cp /home/zanpaktou/downloads/libflashplayer.so /usr/lib/mozilla/plugins/libflashplayer.so exit
Now launch the web browser (Probbably firefox) And navigate to :
http://youtube.com/
to see if it works.
Notice that I used the folder /home/zanpaktou/downloads/ in this example.
To find out where you have downloaded install_flash_player_10_linux.tar.gz to (Because you have forgotten or don't know,) Then use :find /home/ -name 'install_flash_player_10_linux.tar.gz' 2>/dev/null
in a console.
In the codes posted in the above example swap /home/zanpaktou/downloads/ for where the find command tells you the install_flash_player_10_linux.tar.gz archive is.
I'm sorry if that's tech jargon in your book but it's the only sure fire way to get the job done.
If your distribution has a package manager, you could search for flash player in the package manager to install it and avoid following the steps above. Most folks do it that way instead because it means you get automatic updates, usually.
(Also if the laptop has Linpus lite http://www.linpus.com/ Installed; you probably want to wipe it off and install Fedora or Ubuntu instead. Linpus Lite is not a Linux experience I would recommend to anyone.)0 -
Thanks for your help...but it is still not working, I have followed your directions to the T at least 10 times and it still wont work, I am so upset......I dont know what to do...any other ideas?
Thanks again0 -
I'm thinking it's maybe some extremely doctored version of Linpus lite for netbooks and basically supports nothing or has a hacked up version of firefox on it, with manufacturer logos, plugins disabled, etc. So that they don't have to support it.
Geez, even splashtop comes with flashplayer pre-installed...0
Categories
- All Categories
- 175 LFX Mentorship
- 175 LFX Mentorship: Linux Kernel
- 745 Linux Foundation IT Professional Programs
- 372 Cloud Engineer IT Professional Program
- 168 Advanced Cloud Engineer IT Professional Program
- 73 DevOps IT Professional Program - Discontinued
- 3 DevOps & GitOps IT Professional Program
- 98 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- AI & ML Training
- Blockchain & Decentralized Identity Training
- 1 Cloud & Containers Training
- Cybersecurity Training
- DevOps & Site-Reliability Training
- Linux Kernel Development Training
- Networking Training
- Open Source Best Practice Training
- System Administration Training
- System Engineering Training
- Web & Application Development Training
- 2 LFD103-JP クラス フォーラム
- 4 LFD210-CN Class Forum
- 764 LFD259 Class Forum
- 681 LFS101 Class Forum
- 2 LFS158-JP クラス フォーラム
- 162 LFS207 Class Forum
- 3 LFS207-DE-Klassenforum
- 4 LFS207-JP クラス フォーラム
- 61 LFS241 Class Forum
- 52 LFS242 Class Forum
- 42 LFS243 Class Forum
- 19 LFS244 Class Forum
- 4 LFS250-JP クラス フォーラム
- 166 LFS253 Class Forum
- 1.4K LFS258 Class Forum
- 792 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 95 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 87 Storage
- 768 Linux Distributions
- 81 Debian
- 67 Fedora
- 22 Linux Mint
- 13 Mageia
- 24 openSUSE
- 150 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 465 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 98 Linux Security
- 78 Network Management
- 101 System Management
- 46 Web Management
- 106 Mobile Computing
- 18 Android
- 73 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 392 Off Topic
- 121 Introductions
- 181 Small Talk
- 29 Study Material
- 946 Programming and Development
- 310 Kernel Development
- 618 Software Development
- 978 Software
- 370 Applications
- 182 Command Line
- 5 Compiling/Installing
- 68 Games
- 317 Installation
- Archived
- 2 LFD140 Class Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)