epel logo

Introduzione

Fonte: https://fedoraproject.org/wiki/EPEL/it

‘Extra Packages for Enterprise Linux’ (o EPEL) è un gruppo speciale di utenti (Fedora Special Interest Group) che si interessa di creare, mantenere e gestire pacchetti RPM addizionali di alta qualità per Enterprise Linux, includendo, ma non limitato, Red Hat Enterprise Linux (RHEL), CentOS e Scientific Linux (SL).

I pacchetti EPEL sono solitamente basati sulla loro controparte in Fedora, non saranno mai in conflitto né un rimpiazzo con quelli base per le distribuzioni Enterprise Linux. EPEL usa parte della stessa infrastruttura usata per Fedora, inclusi buildsystem, bugzilla instance, update manager, mirror manager ed altro.

Per saperne di più su EPEL, seguire le seguenti pagine:

  1. Installazione repository EPEL

[root@centos6 ~]# rpm -Uhv http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
Ripristino di http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
avvertimento: /var/tmp/rpm-tmp.T0Yctu: Header V3 RSA/SHA256 Signature, key ID 0608b895: NOKEY
Preparazione in corso...    ########################################### [100%]
   1:epel-release           ########################################### [100%]
[root@centos6 ~]#

remi

Introduzione REMI

Fonte: http://blog.famillecollet.com/pages/English-site-introduction

Introduction

This site exposes my “little” contribution to the free community.

For some time now, I use linux on all my personal computers. And I choose the Fedora distribution mainly because I most often, and for years, use various  RedHat versions for my professional activities.

Fedora, like some other distributions, use the RPM package format (Cf RPM.org) to distribute or install software and maintain a coherent operating system. You will find those I have build on this site. I build them because I  need them and I don’t find them anywhere else. I generally use them on my personal computer to test a new version (ex: firefox 4) and also on servers I manage (ex: php-oci8). I hope they will be also useful to you.

This site is also a YUM repository (Cf. Yellow dog Updater, Modified) which allow a really simple installation and dependency management.
Remember to read the Configuration page.

This site is also a Blog, first to simplify its maintenance, but also to allow you to give some feedback to my work.

Contact

To ask for help, or get explanations, or simply to have free discussion about the provided packages in the repository, you should use the dedicated forums on http://forums.famillecollet.com/

We can also meet on #fedora-fr or #remirepo IRC channel (irc.freenode.net), I’m know there as RemiFedora.

  1. Installazione repository REMI

*il pacchetto REMI dipende da EPEL

[root@centos6 ~]# rpm -Uhv http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
Ripristino di http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
avvertimento: /var/tmp/rpm-tmp.Ca3Ykk: Header V3 DSA/SHA1 Signature, key ID 00f97f56: NOKEY
Preparazione in corso...    ########################################### [100%]
   1:remi-release           ########################################### [100%]
[root@centos6 ~]#

da root editare il file “/etc/yum.repos.d/remi.repo” e modificare il campo enabled=0 in enabled=1 nella sezione [remi]:

[remi]
name=Les RPM de remi pour Enterprise Linux 6 - $basearch
#baseurl=http://rpms.famillecollet.com/enterprise/6/remi/$basearch/
mirrorlist=http://rpms.famillecollet.com/enterprise/6/remi/mirror
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi