Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 8th December 2004, 06:17 PM
cybrjackle's Avatar
cybrjackle Offline
Registered User
 
Join Date: Jan 2004
Posts: 456
Smartpm

http://www.smartpm.org/

http://dag.wieers.com/packages/smart/

[b]Edit: how to add [b]

Code:
$ su -
<passwd>

# cd /etc/yum.repos.d
add a dries.repo and drop the following in it: (vi dries.repo)

Code:
[dries]
name=Dries APT/YUM Repository
baseurl=http://ftp.freshrpms.net/pub/dag/dries/fedora/linux/$releasever/$basearch/dries/RPMS/
  http://mirrors.ircam.fr/pub/dag/dries/fedora/linux/$releasever/$basearch/dries/RPMS/
  http://apt.sw.be/dries/fedora/linux/$releasever/$basearch/dries/RPMS/
  http://dries.studentenweb.org/yum/fedora/linux/$releasever/$basearch/dries/RPMS/
enabled=1
gpgcheck=1
Import his gpg key
Code:
# rpm --import http://apt.sw.be/dries/RPM-GPG-KEY.dries.txt
Install the smart tools
Code:
yum install smart smart-gui smart-update
__________________
aka "jlc" on irc.

Main Desktop:
Rawhide x86_64
MSI K8N NEO2 Platinum
AMD Athlon 64 3200+ Winchester @ 2350MHz
CORSAIR XMS TWINX1024-3200C2 2GB
BFG Nvidia GeForce 6800GT OC @ 370MHz 256MB GDDR3
2x80GB SATA 150 Segate Raid 0

Last edited by cybrjackle; 2nd January 2006 at 05:31 PM.
Reply With Quote
  #2  
Old 8th December 2004, 06:31 PM
yanik Offline
Registered User
 
Join Date: Nov 2004
Posts: 148
OMFG!!! lol.

Seems too good to be true.

Anyone tried it yet?

Last edited by yanik; 8th December 2004 at 06:45 PM.
Reply With Quote
  #3  
Old 8th December 2004, 06:33 PM
yanik Offline
Registered User
 
Join Date: Nov 2004
Posts: 148
BTW it's smartpm, not smartrpm
Reply With Quote
  #4  
Old 8th December 2004, 07:18 PM
_the_mighty_'s Avatar
_the_mighty_ Offline
Registered User
 
Join Date: Nov 2004
Posts: 32
When I try to start it with

smart --gui

I'm getting

error: Invalid interface 'gtk'

What's that? Shell mode works fine.

mighty
__________________
La vie est dure sans confiture.
Reply With Quote
  #5  
Old 8th December 2004, 07:29 PM
_the_mighty_'s Avatar
_the_mighty_ Offline
Registered User
 
Join Date: Nov 2004
Posts: 32
ok, thinking then posting installing the gui rpm should fix that
__________________
La vie est dure sans confiture.
Reply With Quote
  #6  
Old 8th December 2004, 07:48 PM
yanik Offline
Registered User
 
Join Date: Nov 2004
Posts: 148
hehe, so? how is it? did you break your FC3 yet? lol. Can't wait to go home and try it.


La vie est encore plus dure sans beurre d'arrachide
Reply With Quote
  #7  
Old 8th December 2004, 11:37 PM
_the_mighty_'s Avatar
_the_mighty_ Offline
Registered User
 
Join Date: Nov 2004
Posts: 32
Thumbs up

This thing is good. My FC3 is still running (let's see what happens after rebooting ). I think this proggi is very useful. Needed some minutes to figure out how to exclude packages, because I compile the kernel myself, so I don't need these rpms.

Have fun folks

mighty
__________________
La vie est dure sans confiture.
Reply With Quote
  #8  
Old 9th December 2004, 03:37 AM
h4d's Avatar
h4d Offline
Registered User
 
Join Date: Feb 2004
Location: Boston
Posts: 239
Installed it, works like a charm. Highly recommended!
Reply With Quote
  #9  
Old 9th December 2004, 01:17 PM
yanik Offline
Registered User
 
Join Date: Nov 2004
Posts: 148
yep, I like it too, it's a lot faster than yum IMO. But I don't know about those default 13 repos tho. I removed some to reflect more the yum config file found on fedorafaq. I also wouldn't trust it yet for a full system upgrade. But it is very flexible, and the UI is very clean, I like that. I'll try to only use smart from now on and see how it goes.

I not too sure how to deal with priority yet. The way I see it, the official updates should have the highest priority, followed by fedora.us, then livna and then all the others. Dag's not compatible with livna I think, but what about freshRPM?

Anyway, everyone should use it. Fedorafaq should write a paper on this one.
Reply With Quote
  #10  
Old 9th December 2004, 02:52 PM
cybrjackle's Avatar
cybrjackle Offline
Registered User
 
Join Date: Jan 2004
Posts: 456
Quote:
Originally Posted by yanik
yep, I like it too, it's a lot faster than yum IMO. But I don't know about those default 13 repos tho. I removed some to reflect more the yum config file found on fedorafaq. I also wouldn't trust it yet for a full system upgrade. But it is very flexible, and the UI is very clean, I like that. I'll try to only use smart from now on and see how it goes.

I not too sure how to deal with priority yet. The way I see it, the official updates should have the highest priority, followed by fedora.us, then livna and then all the others. Dag's not compatible with livna I think, but what about freshRPM?

Anyway, everyone should use it. Fedorafaq should write a paper on this one.
I'm the opposite, I enable freshrpms and dag and disable livna/fedora.us
__________________
aka "jlc" on irc.

Main Desktop:
Rawhide x86_64
MSI K8N NEO2 Platinum
AMD Athlon 64 3200+ Winchester @ 2350MHz
CORSAIR XMS TWINX1024-3200C2 2GB
BFG Nvidia GeForce 6800GT OC @ 370MHz 256MB GDDR3
2x80GB SATA 150 Segate Raid 0
Reply With Quote
  #11  
Old 9th December 2004, 02:57 PM
yanik Offline
Registered User
 
Join Date: Nov 2004
Posts: 148
I'm no fedora guru, does it work well? I did it that way because I often see people saying fedora.us/livna have better package, more testing etc... could be wrong tho.
Reply With Quote
  #12  
Old 27th December 2004, 05:48 PM
_the_mighty_'s Avatar
_the_mighty_ Offline
Registered User
 
Join Date: Nov 2004
Posts: 32
Question

SmartRPM ran fine for serveral weeks now. But now, if I want to upgrade all, I get an error:

SDL_gfx-2.0.12-3.1.fc3.rf.i386.rpm: public key not available

Im aware or two possibilitiers: Getting the appropriate key or disable gpg checking. But I'm neither sure which key I need and where I can find it, nor do I know where to disabale gpg checking.

Can anybody help?

Thanks,

mighty
__________________
La vie est dure sans confiture.
Reply With Quote
  #13  
Old 27th December 2004, 07:41 PM
sailor's Avatar
sailor Offline
Registered User
 
Join Date: Mar 2004
Location: San Antonio, Texas
Age: 55
Posts: 3,996
These are the keys listed on the Fedora Faqs page just run from command line as root:
* Red Hat:
rpm --import /usr/share/doc/fedora-release-3/RPM-GPG-KEY*
* fedora.us:
rpm --import http://www.fedora.us/FEDORA-GPG-KEY
* rpm.livna.org:
rpm --import http://rpm.livna.org/RPM-LIVNA-GPG-KEY
* FreshRPMs:
rpm --import http://freshrpms.net/packages/RPM-GPG-KEY.txt
* DAG:
rpm --import http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt
* ATrpms:
rpm --import http://atrpms.net/RPM-GPG-KEY.atrpms
* NewRPMs:
rpm --import http://newrpms.sunsite.dk/gpg-pubkey-newrpms.txt
* Dries:
rpm --import http://apt.sw.be/dries/RPM-GPG-KEY.dries.txt
* JPackage:
rpm --import http://www.jpackage.org/jpackage.asc

For others check their site for the appropriate url
__________________
sailor
Fedora 16, Mac OSX Snow Leopard, Windows 7
Registered linux user #362635
****************************************
Reply With Quote
  #14  
Old 27th December 2004, 08:36 PM
piedamaro Offline
Registered User
 
Join Date: Dec 2004
Location: Rome, Italy
Posts: 75
Great tool!!!

Last edited by piedamaro; 27th December 2004 at 09:17 PM.
Reply With Quote
  #15  
Old 27th December 2004, 08:58 PM
Mtnear Offline
Registered User
 
Join Date: Aug 2004
Location: WV
Age: 36
Posts: 107
SmartRPM

So, is this a better option than the YUM Extender that I've been reading about?
Reply With Quote
Reply

Tags
smartrpm

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump


Current GMT-time: 20:17 (Tuesday, 21-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat