LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to install GLPI in CentOS7? (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-install-glpi-in-centos7-4175621104/)

albait 01-06-2018 02:44 PM

How to install GLPI in CentOS7?
 
Please let me know, how to install GLPI in CentOS7? Thanks.

jsbjsb001 01-06-2018 03:22 PM

Quote:

Originally Posted by albait (Post 5803018)
Please let me know, how to install GLPI in CentOS7? Thanks.

Please read the second link in my signature.

The package your after is available in epel repo for CentOS 7.

Quote:

[root@localhost ~]# yum info glpi
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* base: mirror.colocity.com
* elrepo: repos.lax-noc.com
* epel: ucmirror.canterbury.ac.nz
* extras: mirror.colocity.com
* nux-dextop: li.nux.ro
* remi-safe: rpms.remirepo.net
* updates: mirror.colocity.com
Available Packages
Name : glpi
Arch : noarch
Version : 0.90.5
Release : 1.el7
Size : 5.9 M
Repo : epel/x86_64
Summary : Free IT asset management software
URL : http://www.glpi-project.org/
License : GPLv2+ and GPLv3+
Description : GLPI is the Information Resource-Manager with an additional Administration-
: Interface. You can use it to build up a database with an inventory for your
: company (computer, software, printers...). It has enhanced functions to make
: the daily life for the administrators easier, like a job-tracking-system with
: mail-notification and methods to build a database with basic information
: about your network-topology.

albait 01-06-2018 03:36 PM

Thanks for information above. But please let me know step by step bacause I am newbie about CentOS7. I am use VmWare Workstation for install CentOS7 64 bit Minimal. What next step should I do..? Thanks.

jsbjsb001 01-06-2018 03:44 PM

Quote:

Originally Posted by albait (Post 5803032)
Thanks for information above. But please let me know step by step bacause I am newbie about CentOS7. I am use VmWare Workstation for install CentOS7 64 bit Minimal. What next step should I do..? Thanks.

First, read this: https://wiki.centos.org/AdditionalRe...s/Repositories

Then run the following as root:

Code:

yum --enablerepo=extras install epel-release
Then;

Code:

yum install glpi

rtmistler 01-06-2018 04:56 PM

@albait,

You have demonstrated that you have reviewed some of the LQ introductory material considering that you took the time to post in the New Members Introduction forum, https://www.linuxquestions.org/quest...5/#post5803019

Meanwhile, this post as well as your other post demonstrate that you haven't read the additional information about how to ask a clear question and what constitutes a good issue description on LQ.

We are not here to just provide answers, but instead we are here to help you learn about Linux. And how this happens is that you offer what you have tried, what you have researched, and offer your own thoughts about what your discussion point is. People will help you proceed, however asking one-line questions and failing to research those questions even a small amount is not acceptable on the LQ forums.

Please add to your question here, as well as in your other thread, https://www.linuxquestions.org/quest...er-4175621107/

Here are some LQ links you should review:

Information on how to ask better questions
LQ Site FAQ


All times are GMT -5. The time now is 08:21 AM.