# Installing Manticore Search from Manticore yum repository

Install Manticore yum repository by running as the root user or with sudo the following command:






```bash
$ yum install http://repo.manticoresearch.com/manticore-repo.noarch.rpm

```




Install Manticore Search by running:






```bash
$ yum install manticore

```





  
  
### Install Manticore Search using downloaded rpm packages





Download RedHat RPM from Manticore website and install it:






```bash
$ wget https://github.com/manticoresoftware/manticore/releases/download/2.4.1/manticore-2.4.1-171017-3b31a97-release-stemmer-rhel7-bin.rpm
$ rpm -Uhv manticore-2.4.1-171017-3b31a97-release-stemmer-rhel7-bin.rpm

```




  
  
### Starting Manticore Search





After preparing configuration file (see [Quick tour](https://docs.manticoresearch.com/latest/html/installation.html?_ga=2.76582099.796829155.1566580673-485398236.1559816613#quick-usage-tour)), you can start searchd daemon:






```bash
$ systemctl start searchd

```




To enable Manticore at boot:






```bash
$ systemctl enable searchd
```
