Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
11-08-2009, 11:18 AM
|
#16
|
LQ 5k Club
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529
|
Quote:
Also I just tried to install Audacity (just curious if anything would work) and it would not work. get the same message about Adobe.
|
You frst need to solve the previous problem.
|
|
|
11-08-2009, 11:18 AM
|
#17
|
LQ Newbie
Registered: Nov 2009
Posts: 29
Original Poster
Rep:
|
install_flash_player_10_linix.deb
and
install_flash_player_10_linix.tar.gz
and no I do not still have those files.
|
|
|
11-08-2009, 11:20 AM
|
#18
|
LQ 5k Club
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529
|
Download the deb file again and do
Code:
sudo dpkg -i install_flash_player_10_linux.deb
|
|
|
11-08-2009, 11:24 AM
|
#19
|
LQ Newbie
Registered: May 2008
Posts: 15
Rep:
|
Quote:
Originally Posted by repo
Please give the correct names of the files.
|
from the info op gave I would say the file was install_flash_player_10_linux.tar.gz
|
|
|
11-08-2009, 11:27 AM
|
#20
|
LQ Newbie
Registered: Nov 2009
Posts: 29
Original Poster
Rep:
|
Code:
christopher@christopher-desktop:~$ sudo dpkg -i install_flash_player_10_linux.deb
dpkg: error processing install_flash_player_10_linux.deb (--install):
cannot access archive: No such file or directory
Errors were encountered while processing:
install_flash_player_10_linux.deb
christopher@christopher-desktop:~$
when I DL the file do I need to place it in any particular location? Also Do I need to do anything to the file itself before I do what you said? When I DL the file I am given the option to just save the file and the option to use "GDebi Package Installer"
|
|
|
11-08-2009, 11:29 AM
|
#21
|
LQ 5k Club
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529
|
cd to the directory where you downloaded the file.
If the file is on your desktop
Code:
cd Desktop
sudo dpkg -i install_flash_player_10_linux.deb
|
|
|
11-08-2009, 11:32 AM
|
#22
|
LQ Newbie
Registered: Nov 2009
Posts: 29
Original Poster
Rep:
|
Code:
christopher@christopher-desktop:~$ cd desktop
bash: cd: desktop: No such file or directory
christopher@christopher-desktop:~$ sudo dpkg -i install_flash_player_10_linux.deb
dpkg: error processing install_flash_player_10_linux.deb (--install):
cannot access archive: No such file or directory
Errors were encountered while processing:
install_flash_player_10_linux.deb
christopher@christopher-desktop:~$
I fear I did something wrong. What does CD mean?
|
|
|
11-08-2009, 11:34 AM
|
#23
|
LQ 5k Club
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529
|
cd means change directory.
Where is the file you downloaded?
|
|
|
11-08-2009, 11:35 AM
|
#24
|
LQ Newbie
Registered: Nov 2009
Posts: 29
Original Poster
Rep:
|
Quote:
Originally Posted by repo
cd means change directory.
Where is the file you downloaded?
|
the file is located on my desktop right now.
|
|
|
11-08-2009, 11:36 AM
|
#25
|
LQ Newbie
Registered: Nov 2009
Posts: 29
Original Poster
Rep:
|
just another note, if I double click the file (which is what I did firs time) it says something about permissions need to be checked.
|
|
|
11-08-2009, 11:37 AM
|
#26
|
LQ 5k Club
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529
|
type
Code:
cd /home/christopher/Desktop
sudo dpkg -i install_flash_player_10_linux.deb
Please note, it is Desktop, not desktop
|
|
|
11-08-2009, 11:41 AM
|
#27
|
LQ Newbie
Registered: Nov 2009
Posts: 29
Original Poster
Rep:
|
Well it was something different this time at least. Sorry this so frustrating and thanks for taking the time to help.
Code:
christopher@christopher-desktop:~$ cd/home/christopher/desktop
bash: cd/home/christopher/desktop: No such file or directory
christopher@christopher-desktop:~$ cd /home/christopher/Desktop
christopher@christopher-desktop:~/Desktop$ sudo dpkg -i install_flash_player_10_linux.deb
Selecting previously deselected package adobe-flashplugin.
(Reading database ... 117703 files and directories currently installed.)
Preparing to replace adobe-flashplugin 10.0.32.18-1 (using install_flash_player_10_linux.deb) ...
update-alternatives: error: no alternatives for iceape-flashplugin.
update-alternatives: error: no alternatives for iceape-flashplugin.
dpkg: warning: old pre-removal script returned error exit status 2
dpkg - trying script from the new package instead ...
update-alternatives: error: no alternatives for iceape-flashplugin.
update-alternatives: error: no alternatives for iceape-flashplugin.
dpkg: error processing install_flash_player_10_linux.deb (--install):
subprocess new pre-removal script returned error exit status 2
postinst called with argument `abort-upgrade'
dpkg: error while cleaning up:
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
install_flash_player_10_linux.deb
christopher@christopher-desktop:~/Desktop$
|
|
|
11-08-2009, 11:52 AM
|
#28
|
LQ 5k Club
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529
|
Did you also downloaded a deb file for
adobe-flashplugin ?
Code:
sudo apt-get install -f
Code:
sudo dpkg --purge --force-all adobe-flashplugin
|
|
|
11-08-2009, 11:56 AM
|
#29
|
LQ Newbie
Registered: Nov 2009
Posts: 29
Original Poster
Rep:
|
I only downloaded the two files mentioned before.
Code:
christopher@christopher-desktop:~$ sudo apt-get install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: The package adobe-flashplugin needs to be reinstalled, but I can't find an archive for it.
christopher@christopher-desktop:~$ sudo dpkg --purge --force-all adobe-flashplugin
dpkg: warning: overriding problem because --force enabled:
Package is in a very bad inconsistent state - you should
reinstall it before attempting a removal.
(Reading database ... 117702 files and directories currently installed.)
Removing adobe-flashplugin ...
update-alternatives: error: no alternatives for iceape-flashplugin.
update-alternatives: error: no alternatives for iceape-flashplugin.
dpkg: error processing adobe-flashplugin (--purge):
subprocess installed pre-removal script returned error exit status 2
postinst called with argument `abort-remove'
dpkg: error while cleaning up:
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
adobe-flashplugin
christopher@christopher-desktop:~$
|
|
|
11-08-2009, 11:59 AM
|
#30
|
LQ 5k Club
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529
|
but you tried to install adobe-flashplugin
from where did you get the file?
|
|
|
All times are GMT -5. The time now is 11:33 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|