LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
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


Reply
  Search this Thread
Old 05-21-2006, 03:54 PM   #16
loda117
Member
 
Registered: May 2006
Posts: 37

Original Poster
Rep: Reputation: 15

Quote:
Originally Posted by acid_kewpie
".... and it worked fine"?
error: open of /home/alu/desktop/install_flash_player_7_linux.tar.gz failed: No such file or directory
It gave me this error.
 
Old 05-21-2006, 04:05 PM   #17
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
i'd appreciate it if you stuck to your story... are you installing kopete of flashplayer? are you useing rpm's or tarballs??? either way for a no such file or directory error you either didn't download the file, or are typing in the path wrong. remember that linux is case sensitive under most contexts.
 
Old 05-21-2006, 04:13 PM   #18
loda117
Member
 
Registered: May 2006
Posts: 37

Original Poster
Rep: Reputation: 15
Unhappy

Quote:
Originally Posted by acid_kewpie
".... and it worked fine"?
i have also recieved this error
ALU@linux-a0ar:~> rpm -Uvvh /home/alu/desktop/kopete-0.12-beta2-1.x86_64.rpm
D: ============== /home/alu/desktop/kopete-0.12-beta2-1.x86_64.rpm
error: open of /home/alu/desktop/kopete-0.12-beta2-1.x86_64.rpm failed: No such file or directory
D: found 0 source and 0 binary packages
D: May free Score board((nil))
any suggestions
 
Old 05-21-2006, 04:24 PM   #19
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
The crude but honest suggestion is to not enter the wrong filename, but my main suggestion is get familiar with bash completion:

type "rpm -Uvh /h"
then press tab
type "alu/des"
then press tab
type "kope"
then press tab

here bash fills in the blanks as best it can with *VALID* data. if you get as far as that "des" bit and it doesn't offer you options no matter how many times you hit tab, then there is no file or directory there starting with "des". delete those characters, try "Des" instead etc....

Last edited by acid_kewpie; 05-21-2006 at 04:25 PM.
 
Old 05-21-2006, 04:25 PM   #20
loda117
Member
 
Registered: May 2006
Posts: 37

Original Poster
Rep: Reputation: 15
ok i can get as far as rpm -Uvh /home/alu so that means the file i have saved is not there or that means i cant get to the desktop

Last edited by loda117; 05-21-2006 at 09:48 PM.
 
Old 05-21-2006, 04:31 PM   #21
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
ok, that's just the same output again.... if a file does not exist then bash completion will not find it, so you didn't do what i suggested huh?
 
Old 05-21-2006, 09:51 PM   #22
loda117
Member
 
Registered: May 2006
Posts: 37

Original Poster
Rep: Reputation: 15
ok i have got this messege
ALU@linux-a0ar:~> rpm -Uvh /home/ALU/Desktop/kopete-0.12-beta2-1.x86_64.rpm
error: can't create transaction lock on /var/lib/rpm/__db.000

Last edited by loda117; 05-21-2006 at 09:53 PM.
 
Old 05-22-2006, 01:16 AM   #23
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
right, so now we are getting somewhere. you need to run the rpm command as root, I gues i should have spotted that one earlier, so i'll appologise for not picking up on that... in the terminal enter "su -" then enter the root password and then run that rpm command again.
 
Old 05-22-2006, 02:55 AM   #24
loda117
Member
 
Registered: May 2006
Posts: 37

Original Poster
Rep: Reputation: 15
Talking

Quote:
Originally Posted by acid_kewpie
right, so now we are getting somewhere. you need to run the rpm command as root, I gues i should have spotted that one earlier, so i'll appologise for not picking up on that... in the terminal enter "su -" then enter the root password and then run that rpm command again.
well got that working but wat about a file like "install_flash_player_7_linux.tar.gz" which is a gzp file how to install that i have already extracted it into a directory "install_flash_player_7_linux"

and dude thank you very much for puttin it up with me appriciate it a lot. i wil make sure i will help anyone with the knowledge i will learn. thanks once again

Last edited by loda117; 05-22-2006 at 03:11 AM.
 
Old 05-22-2006, 09:54 AM   #25
dubz_444
Member
 
Registered: Mar 2006
Location: South Africa
Distribution: Arch Linux
Posts: 43

Rep: Reputation: 15
flash flayer comes with an executable called install.sh

just run that

./install.sh

AS ROOT
 
  


Reply

Tags
xp


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Postfix unable to deliver mail because user@virtualdomain becomes user@hostname azrael808 Linux - Networking 0 04-29-2006 12:35 PM
C program to see user log on in system and print user with real user name also naveen245 Programming 2 12-21-2005 12:53 AM
Load kde profile from /mnt/removable/user instead of /home/user preacher.ca Linux - General 3 12-02-2005 03:00 PM
grant user access to /fat-c & copying users' preferences to another user n0x Linux - Newbie 1 07-04-2004 12:04 AM
Pleasehelp with proftpd.conf - trying to config user to write files as other user. philg Linux - Software 1 06-21-2003 12:13 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:45 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration