LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-24-2003, 08:52 AM   #1
jimdaworm
Member
 
Registered: Aug 2003
Location: Spain
Distribution: Ubuntu
Posts: 897

Rep: Reputation: 30
Add Remove Programs GUI for more than just standard packages?


Hey I was just wondering of there is a program to add and remove RPMs for red hat linux 9.0 . There is a predetermined one but it only seems to work for the standard packages, for example if I install a new rpm it doesnt show up in this program.(Add/Remove Applications)

Any ideas?
Adam
 
Old 08-24-2003, 09:46 AM   #2
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 65
You could try synaptic / apt-get. I've installed some RPM's (not many, I don't like RPM's) but the few I've installed I could also remove using synaptic.

Get in here:

http://freshrpms.net/

download apt-get, follow the mini tuts and then type:

apt-get install synaptic

You may run synaptic typing synaptic in a terminal. apt-get / synaptic is nothing but the coolest thing in Redhat ever
 
Old 08-24-2003, 09:50 AM   #3
leonscape
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Debian SID / KDE 3.5
Posts: 2,313

Rep: Reputation: 48
Thats because its from Debian. and had nothing to do with Redhat.


(Was that flame bait?)
 
Old 08-24-2003, 11:00 AM   #4
Mathieu
Senior Member
 
Registered: Feb 2001
Location: Montreal, Quebec, Canada
Distribution: RedHat, Fedora, CentOS, SUSE
Posts: 1,403

Rep: Reputation: 46
The default package manager (redhat-config-packages) that comes with RedHat 9 is not very good.

You can also try:

RedCarpet
http://www.ximian.com/products/redcarpet/

Apt4RPM
http://apt4rpm.sourceforge.net/
 
Old 08-24-2003, 03:33 PM   #5
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 65
Quote:
Originally posted by leonscape
Thats because its from Debian. and had nothing to do with Redhat.


(Was that flame bait?)
What? I did not understand. Did you mean that apt-get and synaptic are Debian only?. There's actually apt-get/synaptic for Redhat, knoppix and conectiva . I've heard they are planning it for Mandrake as well
 
Old 08-24-2003, 03:57 PM   #6
leonscape
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Debian SID / KDE 3.5
Posts: 2,313

Rep: Reputation: 48
Their both originally developed for Debian for debs.

RPMs where Redhats attempt at package management along with up2date. Because of the terrible dependancy issues, apt-get and synaptic have been ported to try and support RPM based distro's, as well as use debs.

Lindows, Xandros, Libranet, and Knoppix, are all based on Debian, so its no surpirse that they support apt-get (their mostly a subset of Debian with a diffrent installer.)

Thats what I meant
 
Old 08-24-2003, 04:28 PM   #7
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 65
Oh now I see Thanks for the explanation
 
Old 08-26-2003, 03:40 PM   #8
jimdaworm
Member
 
Registered: Aug 2003
Location: Spain
Distribution: Ubuntu
Posts: 897

Original Poster
Rep: Reputation: 30
Hey I am trying to to a apt-get dist-upgrade and it seems to have downloaded most of the 150mb of files but then I get the following... how can I fix it?

Failed to fetch http://apt.sw.be/redhat/9/en/i386/RP....rh90.i386.rpm Size mismatch
Failed to fetch http://apt.sw.be/redhat/9/en/i386/RP....rh90.i386.rpm Size mismatch
Failed to fetch http://newrpms.sunsite.dk/apt/redhat...1.8-4.i386.rpm Size mismatch
Failed to fetch http://apt.sw.be/redhat/9/en/i386/RP....rh90.i386.rpm Size mismatch
Failed to fetch http://apt.sw.be/redhat/9/en/i386/RP....rh90.i386.rpm Size mismatch
Failed to fetch http://apt.sw.be/redhat/9/en/i386/RP....rh90.i386.rpm Size mismatch
Failed to fetch http://apt.sw.be/redhat/9/en/i386/RP....rh90.i386.rpm
Size mismatch
Failed to fetch http://newrpms.sunsite.dk/apt/redhat....55-1.i386.rpm Size mismatch
Failed to fetch http://apt.sw.be/redhat/9/en/i386/RP....rh90.i386.rpm Size mismatch
Failed to fetch http://apt.sw.be/redhat/9/en/i386/RP....rh90.i386.rpm
Size mismatch
Failed to fetch http://apt.sw.be/redhat/9/en/i386/RP....rh90.i386.rpm Size mismatch
Failed to fetch http://apt.sw.be/redhat/9/en/i386/RP....rh90.i386.rpm Size mismatch
Failed to fetch http://apt.sw.be/redhat/9/en/i386/RP...h90.noarch.rpm
Size mismatch
Failed to fetch http://apt.sw.be/redhat/9/en/i386/RP....rh90.i386.rpm Size mismatch
Failed to fetch http://apt.sw.be/redhat/9/en/i386/RP....rh90.i386.rpm Size mismatch
Failed to fetch http://apt.sw.be/redhat/9/en/i386/RP....rh90.i386.rpm Size mismatch
Failed to fetch http://newrpms.sunsite.dk/apt/redhat...0.4-1.i386.rpm Size mismatch
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
 
Old 08-26-2003, 05:17 PM   #9
rahulsundaram
Member
 
Registered: May 2003
Location: India
Distribution: Knoppix, RedHat
Posts: 246

Rep: Reputation: 30
hi

try running apt-get update again. if not apt-get update --fix-missing
 
Old 08-26-2003, 05:38 PM   #10
jimdaworm
Member
 
Registered: Aug 2003
Location: Spain
Distribution: Ubuntu
Posts: 897

Original Poster
Rep: Reputation: 30
When I try update --fix-missing I get the following: (This just just the bottom half where it started to say things hadnt gone right:


Failed to fetch http://www-ccrma.stanford.edu/planet...se.planetccrma Size mismatch
Failed to fetch http://www-ccrma.stanford.edu/planet...ase.planetcore Size mismatch
Failed to fetch http://www-ccrma.stanford.edu/planet...se.planetccrma Size mismatch
Reading Package Lists... Done
Building Dependency Tree... Done
W: Duplicate sources.list entry http://apt.physik.fu-berlin.de redhat/9/en/i386/at-stable pkglist (/var/state/apt/lists/apt.physik.fu-berlin.de_redhat_9_en_i386_base_pkglist.at-stable)
W: Duplicate sources.list entry http://apt.physik.fu-berlin.de redhat/9/en/i386/at-good pkglist (/var/state/apt/lists/apt.physik.fu-berlin.de_redhat_9_en_i386_base_pkglist.at-good)
W: Duplicate sources.list entry http://apt.physik.fu-berlin.de redhat/9/en/i386/at-testing pkglist (/var/state/apt/lists/apt.physik.fu-berlin.de_redhat_9_en_i386_base_pkglist.at-testing)
W: You may want to run apt-get update to correct these problems
E: Some index files failed to download, they have been ignored, or old ones used instead.


What else can I try?

Adam
 
  


Reply


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
Unable to use Add or Remove Packages !!! jmax24 Linux - General 1 04-13-2004 01:30 AM
unable to add programs from add/remove programs dav7500 Linux - Software 2 02-26-2004 07:25 PM
packages not found when installing programs from add/remove applications barryjones Red Hat 5 01-10-2004 01:51 PM
Cant add MySQL through add/remove programs Hero Doug Fedora 6 01-03-2004 10:35 PM
add/remove packages via FTP Gavin Linux - Software 1 03-05-2003 06:40 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:49 PM.

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