Hi all,
I was hoping someone could help me install Flash. I'm brand new to linux and Kubuntu. When I try to install Flash using KpackageKit, I get this error message telling me to check my network connectivity: E: Error http://us.archive.ubuntu.com/ubuntu/ natty-updates/multiverse flashplugin-installer amd64 10.3.181.14ubuntu0.11.04.1 Something wicked happened resolving 'us.archive.ubuntu.com:http' (-5 - No address associated with hostname)
When I try to install using the Konsole terminal, I downloaded the .tar.gz file for other Linux from Adope and I followed these instructions for compiling https://help.ubuntu.com/community/CompilingEasyHowTo but got stuck when I got to this part:
To check the dependencies of your program, change into the directory you created in step two (cd/usr/local/src). Extracting the tarball or downloading from cvs/subversion will have made a sub-directory under /usr/local/src that contains the source code. This newly-created directory will contain a file called "configure", which is a script to make sure that the program can be compiled on your computer. To run it, run the command ./configure This command will check to see if you've got all the programs needed to install the program — in most cases you will not, and it will error out with a message about needing a program.
Yet when I try to enter this: erin@osprey:/usr/local/src/install_flash_player_10_linux$ ./configure
I get this: bash: ./configure: No such file or directory
Any suggestions?
I was hoping someone could help me install Flash. I'm brand new to linux and Kubuntu. When I try to install Flash using KpackageKit, I get this error message telling me to check my network connectivity: E: Error http://us.archive.ubuntu.com/ubuntu/ natty-updates/multiverse flashplugin-installer amd64 10.3.181.14ubuntu0.11.04.1 Something wicked happened resolving 'us.archive.ubuntu.com:http' (-5 - No address associated with hostname)
When I try to install using the Konsole terminal, I downloaded the .tar.gz file for other Linux from Adope and I followed these instructions for compiling https://help.ubuntu.com/community/CompilingEasyHowTo but got stuck when I got to this part:
To check the dependencies of your program, change into the directory you created in step two (cd/usr/local/src). Extracting the tarball or downloading from cvs/subversion will have made a sub-directory under /usr/local/src that contains the source code. This newly-created directory will contain a file called "configure", which is a script to make sure that the program can be compiled on your computer. To run it, run the command ./configure This command will check to see if you've got all the programs needed to install the program — in most cases you will not, and it will error out with a message about needing a program.
Yet when I try to enter this: erin@osprey:/usr/local/src/install_flash_player_10_linux$ ./configure
I get this: bash: ./configure: No such file or directory
Any suggestions?
Comment