Re: [CentOS] EPEL-7 is Released

2014-08-31 Thread reynie...@gmail.com
Hi guys, sorry for this newbie question but how I do add EPEL repo to my
CentOS 7? In the past I do this as follow:

$ sudo rpm -Uvh
http://dl.fedoraproject.org/pub/epel/beta/7/x86_64/epel-release-7-0.2.noarch.rpm

But now I don't know how to? Any help?


On Sat, Aug 30, 2014 at 6:05 PM, Keith Keller 
kkel...@wombat.san-francisco.ca.us wrote:

 On 2014-08-30, Valeri Galtsev galt...@kicp.uchicago.edu wrote:
 
  On Fri, August 29, 2014 3:21 pm, Karanbir Singh wrote:
   EPEL-7 is now considered GA
 
  Just to add everybody some loughs: State of Georgia was as far as I came
  about GA without your help ;-)

 I think it'd be great if EPEL took over Georgia!  :)

 --keith


 --
 kkel...@wombat.san-francisco.ca.us


 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] EPEL-7 is Released

2014-08-31 Thread Digimer
This is the most you would need to do:

yum clean all

 From then on, all the packages in EPEL will be available for you to 
install just like the core packages are.

Cheers

digimer

On 31/08/14 12:56 PM, reynie...@gmail.com wrote:
 Hi guys, sorry for this newbie question but how I do add EPEL repo to my
 CentOS 7? In the past I do this as follow:

 $ sudo rpm -Uvh
 http://dl.fedoraproject.org/pub/epel/beta/7/x86_64/epel-release-7-0.2.noarch.rpm

 But now I don't know how to? Any help?


 On Sat, Aug 30, 2014 at 6:05 PM, Keith Keller 
 kkel...@wombat.san-francisco.ca.us wrote:

 On 2014-08-30, Valeri Galtsev galt...@kicp.uchicago.edu wrote:

 On Fri, August 29, 2014 3:21 pm, Karanbir Singh wrote:
 EPEL-7 is now considered GA

 Just to add everybody some loughs: State of Georgia was as far as I came
 about GA without your help ;-)

 I think it'd be great if EPEL took over Georgia!  :)

 --keith


 --
 kkel...@wombat.san-francisco.ca.us


 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos



-- 
Digimer
Papers and Projects: https://alteeve.ca/w/
What if the cure for cancer is trapped in the mind of a person without 
access to education?
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] EPEL-7 is Released

2014-08-31 Thread reynie...@gmail.com
On Sun, Aug 31, 2014 at 12:33 PM, Digimer li...@alteeve.ca wrote:

 This is the most you would need to do:

 yum clean all


You mean run only this command or run first the command sudo rpm -Uvh
http://dl.fedoraproject.org/pub/epel/beta/7/x86_64/epel-release-7-0.2.noarch.rpm
and then yum clean all? I try the command sudo rpm -Uvh
http://dl.fedoraproject.org/pub/epel/beta/7/x86_64/epel-release-7-0.2.noarch.rpm
and I got error since file doesn't exists curl: (22) The requested URL
returned error: 404 Not Found so what other thing I should try?

Cheers and thanks
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] EPEL-7 is Released

2014-08-31 Thread Digimer
On 31/08/14 02:18 PM, reynie...@gmail.com wrote:
 On Sun, Aug 31, 2014 at 12:33 PM, Digimer li...@alteeve.ca wrote:

 This is the most you would need to do:

 yum clean all


 You mean run only this command or run first the command sudo rpm -Uvh
 http://dl.fedoraproject.org/pub/epel/beta/7/x86_64/epel-release-7-0.2.noarch.rpm
 and then yum clean all? I try the command sudo rpm -Uvh
 http://dl.fedoraproject.org/pub/epel/beta/7/x86_64/epel-release-7-0.2.noarch.rpm
 and I got error since file doesn't exists curl: (22) The requested URL
 returned error: 404 Not Found so what other thing I should try?

 Cheers and thanks

That is the beta URL (epel/beta/7), you need to full release RPM:

https://fedoraproject.org/wiki/EPEL#What_packages_and_versions_are_available_in_EPEL.3F

-- 
Digimer
Papers and Projects: https://alteeve.ca/w/
What if the cure for cancer is trapped in the mind of a person without 
access to education?
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] EPEL-7 is Released

2014-08-31 Thread reynie...@gmail.com
Thanks, I get it and now it's working


On Sun, Aug 31, 2014 at 1:53 PM, Digimer li...@alteeve.ca wrote:

 On 31/08/14 02:18 PM, reynie...@gmail.com wrote:
  On Sun, Aug 31, 2014 at 12:33 PM, Digimer li...@alteeve.ca wrote:
 
  This is the most you would need to do:
 
  yum clean all
 
 
  You mean run only this command or run first the command sudo rpm -Uvh
 
 http://dl.fedoraproject.org/pub/epel/beta/7/x86_64/epel-release-7-0.2.noarch.rpm
  and then yum clean all? I try the command sudo rpm -Uvh
 
 http://dl.fedoraproject.org/pub/epel/beta/7/x86_64/epel-release-7-0.2.noarch.rpm
  and I got error since file doesn't exists curl: (22) The requested URL
  returned error: 404 Not Found so what other thing I should try?
 
  Cheers and thanks

 That is the beta URL (epel/beta/7), you need to full release RPM:


 https://fedoraproject.org/wiki/EPEL#What_packages_and_versions_are_available_in_EPEL.3F

 --
 Digimer
 Papers and Projects: https://alteeve.ca/w/
 What if the cure for cancer is trapped in the mind of a person without
 access to education?
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] EPEL-7 is Released

2014-08-31 Thread Timothy Murphy
Digimer wrote:

 This is the most you would need to do:
 
 yum clean all
 
  From then on, all the packages in EPEL will be available for you to
 install just like the core packages are.

Don't you have to yum install epel-release?

-- 
Timothy Murphy  
e-mail: gayleard /at/ eircom.net
School of Mathematics, Trinity College, Dublin 2, Ireland


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] EPEL-7 is Released

2014-08-30 Thread Valeri Galtsev

On Fri, August 29, 2014 5:48 pm, John R. Dennison wrote:
 On Fri, Aug 29, 2014 at 05:41:12PM -0500, Valeri Galtsev wrote:

 On Fri, August 29, 2014 3:21 pm, Karanbir Singh wrote:
  EPEL-7 is now considered GA

 could everybody be so kind as to decipher your abbreviations...

 General Availability.

 This term has been used in enterprise and other circles for decades.

Thanks, John! Yes, I do use Linux for about that long, yet I needed your
kind help here. It sort of reminds me about one person I know: native
English speaker, who was born in US, graduated high school will pretty
good grades. And she hadn't any idea what SUV stands for... (Sports
Utility Vehicle I definitely should add here to be consistent myself). She
new what that SUV thing looks like. And if you give _me_ the long list
like: ABC, NFL, NHL, CBS, BCC, DMZ,..., then of those abbr. which I have
heard and recognize I will only be able to expand into what they stand
only half of them. Which I feel no shame about. We do save time using
them. But: if you want me to understand you, put it the way I don't have
to decipher anything.

Thanks again for your help!

Valeri


Valeri Galtsev
Sr System Administrator
Department of Astronomy and Astrophysics
Kavli Institute for Cosmological Physics
University of Chicago
Phone: 773-702-4247

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] EPEL-7 is Released

2014-08-30 Thread Valeri Galtsev

On Fri, August 29, 2014 5:48 pm, John R. Dennison wrote:
 On Fri, Aug 29, 2014 at 05:41:12PM -0500, Valeri Galtsev wrote:

 On Fri, August 29, 2014 3:21 pm, Karanbir Singh wrote:
  EPEL-7 is now considered GA

 could everybody be so kind as to decipher your abbreviations...

 General Availability.

 This term has been used in enterprise and other circles for decades.


Just to add everybody some loughs: State of Georgia was as far as I came
about GA without your help ;-)


Valeri Galtsev
Sr System Administrator
Department of Astronomy and Astrophysics
Kavli Institute for Cosmological Physics
University of Chicago
Phone: 773-702-4247

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] EPEL-7 is Released

2014-08-30 Thread Scott Robbins
On Sat, Aug 30, 2014 at 01:41:09PM -0500, Valeri Galtsev wrote:
 
 On Fri, August 29, 2014 5:48 pm, John R. Dennison wrote:
  On Fri, Aug 29, 2014 at 05:41:12PM -0500, Valeri Galtsev wrote:
 
  On Fri, August 29, 2014 3:21 pm, Karanbir Singh wrote:
   EPEL-7 is now considered GA
 
  could everybody be so kind as to decipher your abbreviations...
 
  General Availability.
 
  This term has been used in enterprise and other circles for decades.


Heh, I had to look it up too when it was first appearing in connection
with, if I remember correctly, CentOS 6, or maybe earlier--or maybe later.

Shucks, I remember when I was studying for Cisco exams in the early double
oughts, would see things like ATM here, and think, Wow, they must offer
high speed Internet.  

I never feel embarrassment about not knowing acronyms anymore. Of course,
I've been married more than once, so I'm also fairly inured to criticism.
:)

-- 
Scott Robbins
PGP keyID EB3467D6
( 1B48 077D 66F6 9DB0 FDC2 A409 FA54 EB34 67D6 )
gpg --keyserver pgp.mit.edu --recv-keys EB3467D6

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] EPEL-7 is Released

2014-08-30 Thread Keith Keller
On 2014-08-30, Valeri Galtsev galt...@kicp.uchicago.edu wrote:

 On Fri, August 29, 2014 3:21 pm, Karanbir Singh wrote:
  EPEL-7 is now considered GA

 Just to add everybody some loughs: State of Georgia was as far as I came
 about GA without your help ;-)

I think it'd be great if EPEL took over Georgia!  :)

--keith


-- 
kkel...@wombat.san-francisco.ca.us


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] EPEL-7 is Released

2014-08-29 Thread Karanbir Singh
hi folks,

I know lots of people have been waiting for this :

https://lists.fedoraproject.org/pipermail/epel-announce/2014-August/30.html

EPEL-7 is now considered GA and available to all users.

-- 
Karanbir Singh
+44-207-0999389 | http://www.karan.org/ | twitter.com/kbsingh
GnuPG Key : http://www.karan.org/publickey.asc
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] EPEL-7 is Released

2014-08-29 Thread Paul Heinlein

On Fri, 29 Aug 2014, Karanbir Singh wrote:


https://lists.fedoraproject.org/pipermail/epel-announce/2014-August/30.html

EPEL-7 is now considered GA and available to all users.


Huzzah! Thank you!

I still have to use Fedora repos for stuff like cfengine (whereas I 
use EPEL for cfengine on CentOS 6), but it's a great start and much 
appreciated.


--
Paul Heinlein
heinl...@madboa.com
45°38' N, 122°6' W___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] EPEL-7 is Released

2014-08-29 Thread Karanbir Singh
On 08/29/2014 09:52 PM, Paul Heinlein wrote:
 On Fri, 29 Aug 2014, Karanbir Singh wrote:
 
 https://lists.fedoraproject.org/pipermail/epel-announce/2014-August/30.html


 EPEL-7 is now considered GA and available to all users.
 
 Huzzah! Thank you!
 
 I still have to use Fedora repos for stuff like cfengine (whereas I use
 EPEL for cfengine on CentOS 6), but it's a great start and much
 appreciated.
 

I know that the epel folks are trying to make it much easier for people
to request and contribute / maintain builds in EPEL - it might be a good
time to raise this issue and see if there is something you can help with.

regards




-- 
Karanbir Singh
+44-207-0999389 | http://www.karan.org/ | twitter.com/kbsingh
GnuPG Key : http://www.karan.org/publickey.asc
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] EPEL-7 is Released

2014-08-29 Thread Valeri Galtsev

On Fri, August 29, 2014 3:21 pm, Karanbir Singh wrote:
 EPEL-7 is now considered GA

could everybody be so kind as to decipher your abbreviations...

 and available

Valeri Galtsev
Sr System Administrator
Department of Astronomy and Astrophysics
Kavli Institute for Cosmological Physics
University of Chicago
Phone: 773-702-4247

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] EPEL-7 is Released

2014-08-29 Thread John R. Dennison
On Fri, Aug 29, 2014 at 05:41:12PM -0500, Valeri Galtsev wrote:
 
 On Fri, August 29, 2014 3:21 pm, Karanbir Singh wrote:
  EPEL-7 is now considered GA
 
 could everybody be so kind as to decipher your abbreviations...

General Availability.

This term has been used in enterprise and other circles for decades.




John
-- 
If thinking men are few, they are for that reason all the more powerful.
Let no man imagine that he has no influence.  Whoever he may be, and
wherever he may be placed, the man who thinks becomes a light and a power.

-- Henry George (1839-1897), American political economist, Social Problems
   (1883) Ch. 21


pgpUDQHdvmLyh.pgp
Description: PGP signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos