LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
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 07-21-2003, 07:33 PM   #1
jon_k
Member
 
Registered: Jul 2003
Location: Fort Worth, Texas
Distribution: Mepis Linux 2004
Posts: 547

Rep: Reputation: 30
APT on redhat


OK... i got apt-0.5.5cnc6-fr1.i386.rpm

and I get the following when I try and install

To make sure it wasnt some BS error -- I tried apt get even after trying to rpm this ... but still cmd not found..

NOTE: I have no user or group named dude -- I don't know who that is, and I never met them in my life! NO IDEA WHO/WHAT/WHY it is
Code:
[root@localhost .gnome-desktop]# rpm -ivh apt-0.5.5cnc6-fr1.src.rpm
warning: apt-0.5.5cnc6-fr1.src.rpm: V3 DSA signature: NOKEY, key ID e42d547b
warning: user dude does not exist - using root
warning: group dude does not exist - using root
warning: user dude does not exist - using root
warning: group dude does not exist - using root
warning: user dude does not exist - using root
warning: group dude does not exist - using root
warning: user dude does not exist - using root
warning: group dude does not exist - using root
warning: user dude does not exist - using root
warning: group dude does not exist - using root
warning: user dude does not exist - using root
warning: group dude does not exist - using root
warning: user dude does not exist - using root
warning: group dude does not exist - using root
warning: user dude does not exist - using root
warning: group dude does not exist - using root
warning: user dude does not exist - using root
warning: group dude does not exist - using root
warning: user dude does not exist - using root
warning: group dude does not exist - using root
   1:apt                    ########################################### [100%]
[root@localhost .gnome-desktop]#
As I said above... I tried APT even after I had tried installing with all the bogus dude crap

Code:
[root@localhost .gnome-desktop]# apt-get --help
bash: apt-get: command not found
[root@localhost .gnome-desktop]# apt get --help
bash: apt: command not found
[root@localhost .gnome-desktop]# apt-get update
bash: apt-get: command not found
[root@localhost .gnome-desktop]# apt get update
bash: apt: command not found
[root@localhost .gnome-desktop]#

Last edited by jon_k; 07-21-2003 at 08:46 PM.
 
Old 07-21-2003, 07:49 PM   #2
ranger_nemo
Senior Member
 
Registered: Feb 2003
Location: N'rn WI -- USA
Distribution: Kubuntu 8.04, ClarkConnect 4
Posts: 1,142

Rep: Reputation: 47
From the [100%], it looks like it installed. Try the following command...

apt-get update

If it works, it will update the list of packages it can install. From there, you can...

apt-get install packagename

...replacing packagename, of course. Or...

apt-get upgrade

...will upgrade all already-installed packages to the latest versions.
 
Old 07-21-2003, 08:30 PM   #3
jon_k
Member
 
Registered: Jul 2003
Location: Fort Worth, Texas
Distribution: Mepis Linux 2004
Posts: 547

Original Poster
Rep: Reputation: 30
Nope...
Code:
[jon@localhost jon]$ apt-get update
bash: apt-get: command not found
[jon@localhost jon]$ su
Password:
[root@localhost jon]# apt-get update
bash: apt-get: command not found
[root@localhost jon]# locate apt-get
[root@localhost jon]#
I don't understand. Who the hell is dude?!
 
Old 07-21-2003, 08:36 PM   #4
jon_k
Member
 
Registered: Jul 2003
Location: Fort Worth, Texas
Distribution: Mepis Linux 2004
Posts: 547

Original Poster
Rep: Reputation: 30
Far far away on this forum somewhere... this guy was trying to install something (not related to apt at all) and he got the same error (the dude user group error)

a guy replied with
well it means what it says... the user and group that the rpm is set to install under doesn't exist. either you're using dodgy rpms or maybe you've been playing with your own system configuration too much? add an extra "v" to that set of options and see if you can see what the group and user actually is.

I don't think this is the case on my part -- I haven't played around with any "SYSTEM" config only played with configuration with indvidual programs (and even in that case -- only after checking out the manual / how-to / documentation)

That can't be my problem... err...

Still open for suggestions. (Err. desperate!!)

Last edited by jon_k; 07-21-2003 at 08:42 PM.
 
Old 07-21-2003, 08:42 PM   #5
BigNate
Member
 
Registered: Mar 2003
Location: Harrisburg, PA
Distribution: Gentoo, Debian, Ubuntu, Red Hat/CentOS
Posts: 719

Rep: Reputation: 30
Where did you get the rpm?
 
Old 07-21-2003, 08:44 PM   #6
BigNate
Member
 
Registered: Mar 2003
Location: Harrisburg, PA
Distribution: Gentoo, Debian, Ubuntu, Red Hat/CentOS
Posts: 719

Rep: Reputation: 30
Actually I am going to bed but go to my web site and click favorite linux links and click apt.freshrms.net and d/l the one for RH9 and rpm it in and see if that works. Post back and I'll check in the morning
 
Old 07-21-2003, 08:58 PM   #7
jon_k
Member
 
Registered: Jul 2003
Location: Fort Worth, Texas
Distribution: Mepis Linux 2004
Posts: 547

Original Poster
Rep: Reputation: 30
Hillariously I got it from

http://ftp.freshrpms.net/pub/freshrp...c6-fr1.src.rpm
I also tried the first rpm (too lazy to hit the foreward button or my current post in this text field will be deleted) at http://ftp.freshrpms.net/pub/freshrpms/redhat/9/apt/ which gave me some other FUBAR error too --

eventually if i can't find help... i'll ask freshrpms via email or something i guess... i don't know

Last edited by jon_k; 07-21-2003 at 09:09 PM.
 
Old 07-21-2003, 09:03 PM   #8
BigNate
Member
 
Registered: Mar 2003
Location: Harrisburg, PA
Distribution: Gentoo, Debian, Ubuntu, Red Hat/CentOS
Posts: 719

Rep: Reputation: 30
I have used that rpm myself for my RH9 box and never had a problem with it. Prehaps it became corrupted during d/l. What are you using to d/l it?
 
Old 07-21-2003, 10:57 PM   #9
jon_k
Member
 
Registered: Jul 2003
Location: Fort Worth, Texas
Distribution: Mepis Linux 2004
Posts: 547

Original Poster
Rep: Reputation: 30
Yep... ok I downloaded the RPM for redhat 8.0 and i get the same error UGH ... POS... Is there a version i can compile myself?

Last edited by jon_k; 07-21-2003 at 11:00 PM.
 
Old 07-22-2003, 05:19 AM   #10
BigNate
Member
 
Registered: Mar 2003
Location: Harrisburg, PA
Distribution: Gentoo, Debian, Ubuntu, Red Hat/CentOS
Posts: 719

Rep: Reputation: 30
It sounds like there is something afoot with your system not the rpm.
 
Old 07-22-2003, 05:20 AM   #11
BigNate
Member
 
Registered: Mar 2003
Location: Harrisburg, PA
Distribution: Gentoo, Debian, Ubuntu, Red Hat/CentOS
Posts: 719

Rep: Reputation: 30
too see if did install try
$whereis apt
 
Old 07-22-2003, 06:12 AM   #12
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 65
Unhappy

That user "dude" is quite spooky. Lol... well, you don't have any user on your computer have you? Only root for what I've understood. Perhaps ( although.... I don't think so) it's an apt-get bug.

Try adding an user to your machine with

Code:
adduser -d <user name here>
Then make a password to him/her, just for fun

Code:
passwd <user name here>
Download again the package to your user home. Try to install from there... If still does not work, something went really really bad with your system and I've no idea what it could be....
 
Old 07-22-2003, 06:14 AM   #13
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 65
Or add a "dude" user... hehe, j/k, trying to cheer you up a little
 
Old 07-22-2003, 10:23 AM   #14
phragment
LQ Newbie
 
Registered: Jun 2003
Posts: 7

Rep: Reputation: 0
rpm command

have you tried "rpm -Uvh apt-0.5.5cnc6-fr1.i386.rpm"

not "rpm -ivh apt-0.5.5cnc6-fr1.i386.rpm"?

ps...I am a noob....
 
Old 07-22-2003, 02:27 PM   #15
jon_k
Member
 
Registered: Jul 2003
Location: Fort Worth, Texas
Distribution: Mepis Linux 2004
Posts: 547

Original Poster
Rep: Reputation: 30
ROFLMAO ROFLMAOROFLMAO ROFLMAOROFLMAO ROFLMAOROFLMAO ROFLMAOROFLMAO ROFLMAOROFLMAO ROFLMAOROFLMAO ROFLMAOROFLMAO ROFLMAOROFLMAO ROFLMAOROFLMAO ROFLMAO

THE HELL

I added user/group dude like megaman said and then used the rpm -Uvh tag and i got that ============%100 crap and then it sat for about half a minute doing nothing (figured it was waiting to conger up a bs error) and then it quit

I tryed apt-get and it gave me the help msg for apt

THANKS EVERYONE WHO REPLIED AND GAVE IMPUT -- HELL EYAH ;-)
 
  


Reply



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
apt-get for RedHat unclebyron Linux - Newbie 3 04-06-2005 10:50 AM
apt-get and Redhat 9 jonfa Linux - General 2 01-19-2005 12:59 AM
redhat apt-get download where? RichardSimmons Linux - Software 2 04-13-2004 11:39 PM
does redhat 9.0 come with apt-get? javaarmy Linux - General 2 11-03-2003 04:32 AM
apt-get in redhat 9 Born^Dead Linux - Software 7 07-29-2003 05:05 PM

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

All times are GMT -5. The time now is 11:07 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