Jump to content

Liviu Muresan

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by Liviu Muresan

  1. On 3/2/2023 at 1:39 PM, Gizmo said:

    Hi all!

    I trying to install Kazoo on my VPS in a VM with SentOS 7 (minimal)

    The first steps are oke, but if i put in the command: yum install -y https://packages.2600hz.com/centos/7/stable/2600hz-release/4.3/2600hz-release-4.3-0.el7.centos.noarch.rpm

    Then ill get an error "Transaction check error" File /etc/pki/rpm-gpg/RPM-GPG-KEY-FREESWITCH from install of 2600Hz............. conflicts with the file from package freeswitch-release-repo-0-1.noarch

    How to solve this?

     

    Kind regards

    Michael

    I managed to install everything  (although I had same problem)  and also avoiding NTP install error by running these commands :

    # Download and install updated FreeSWITCH repository
    echo "signalwire" > /etc/yum/vars/signalwireusername
    echo ${TOKEN} > /etc/yum/vars/signalwiretoken
    wget https://$(< /etc/yum/vars/signalwireusername):$(< /etc/yum/vars/signalwiretoken)@freeswitch.signalwire.com/repo/yum/centos-release/freeswitch-release-repo-0-1.noarch.rpm
    rpm -i --replacefiles freeswitch-release-repo-0-1.noarch.rpm

    after 

    # Add 2600Hz RPM server
    yum install -y ${LATEST_RELEASE}
    Example:  yum install -y https://packages.2600hz.com/centos/7/stable/2600hz-release/4.3/2600hz-release-4.3-0.el7.centos.noarch.rpm
    
    
    # Clear yum cache
    yum clean all

    and not before. 
     

×
×
  • Create New...