Topic: différence entre ocsinventory.noarch et ocsinventory-server.noarch

Bonjour,

Je suis en train d'effectuer des tests pour faire la mise à jour de mon serveur OCS 2.0.5.0

Utilisant les dépôts de Remi j'ai donc regardé quelle version était disponible :

yum --enablerepo=remi,remi-test list | grep ocs

Cependant j'ai comme un doute a quoi fait référence ce paquet :

ocsinventory.noarch                    2.1.2-3.el5.remi           remi

Je voulais être sur de pas me planté en prenant ce paquet pour la mise à jour d'OCS server :

ocsinventory-server.noarch             2.1.2-3.el5.remi           remi

Merci d'avance pour la réponse

cordialement,

Re: différence entre ocsinventory.noarch et ocsinventory-server.noarch

La réponse est dans la description du paquet

$ rpm -qi ocsinventory
...
Description :
Open Computer and Software Inventory Next Generation is an application
designed to help a network or system administrator keep track of the
computers configuration and software that are installed on the network.

OCS Inventory is also able to detect all active devices on your network,
such as switch, router, network printer and unattended devices.

OCS Inventory NG includes package deployment feature on client computers.

ocsinventory is a meta-package that will install the communication server,
the administration console and the database server (MySQL).

$ rpm -qi ocsinventory-server
...
Description :
This package provides the Communication server, which will handle HTTP
communications between database server and agents.
Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: différence entre ocsinventory.noarch et ocsinventory-server.noarch

Bonjour,

Apparemment si le paquet n'est pas installer la commande rpm -qi ne fonctionne pas : il indique que le paquet n'est pas installé.

Y a-t-il une commande equivalente avec yum pour avoir la description des paquets non installés?

encore merci pour ta réactivité

cordialement,

Re: différence entre ocsinventory.noarch et ocsinventory-server.noarch

1/ man yum
2/ yum info

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

5 (edited by narutobaka 2014-10-30 12:11:34)

Re: différence entre ocsinventory.noarch et ocsinventory-server.noarch

Bonjour,

En fait j'avais testé cette commande :

- yum info --enablerepo=remi,remi-test list | grep ocsinventory
- yum --enablerepo=remi,remi-test info list | grep ocsinventory

mais ça ne marchait pas c pour ça que j'avais posé la question

mais en récupérant paquet par paquet ce marche :

yum info --enablerepo=remi,remi-test ocsinventory-server.noarch

Available Packages
Name       : ocsinventory-server
Arch       : noarch
Version    : 2.1.2
Release    : 3.el5.remi
Size       : 95 k
Repo       : remi
Summary    : OCS Inventory NG - Communication server
URL        : http://www.ocsinventory-ng.org/
License    : GPLv2
Description: This package provides the Communication server, which will handle HTTP
           : communications between database server and agents.

yum info --enablerepo=remi,remi-test ocsinventory.noarch

Available Packages
Name       : ocsinventory
Arch       : noarch
Version    : 2.1.2
Release    : 3.el5.remi
Size       : 8.3 k
Repo       : remi
Summary    : Open Computer and Software Inventory Next Generation
URL        : http://www.ocsinventory-ng.org/
License    : GPLv2
Description: Open Computer and Software Inventory Next Generation is an application
           : designed to help a network or system administrator keep track of the
           : computers configuration and software that are installed on the network.
           :
           : OCS Inventory is also able to detect all active devices on your network,
           : such as switch, router, network printer and unattended devices.
           :
           : OCS Inventory NG includes package deployment feature on client computers.
           :
           : ocsinventory is a meta-package that will install the communication server,
           : the administration console and the database server (MySQL).

encore merci wink

ce sujet peut etre clos wink