Install Failure: Which CentOS 7 package is needed?

Greetings: Hope this is the right place for this issue.

I have successfully installed Insync on several various Linux distros in the past.

Now I am trying to install Insync in CentOS 7, without any success. I hate for dogs to defeat me!

Question(s):

  1. Which package for CentOS 7: I have tried 3 different ones without success
  2. That is: .deb, Fedora, CentOS/RHEL, etc., no luck
  3. How to install on CentOS 7

I have also tried this method and once again no luck:

Yum

        First, import the public GPG key used to sign the RPMs.

        $ sudo rpm --import https://d2t3ff60b2tol4.cloudfront.net/repomd.xml.key
      
        Create a new file insync.repo in /etc/yum.repos.d/ with the following content.

[insync]
name=insync repo
baseurl=http://yum.insynchq.com/fedora/$releasever/
gpgcheck=1
gpgkey=https://d2t3ff60b2tol4.cloudfront.net/repomd.xml.key
enabled=1
repo_gpgcheck=1
metadata_expire=120m

          Install Insync

        $ sudo yum install insync

        File manager integration will be added when Insync is run.

All of my saved Insync notes – from previous installs – have yielded no resolution. Maybe I am getting too old, too quickly!

Any and all guidance/help is welcomed and appreciated.

@Garvron_Yhapp The package for Fedora 17 should work in CentOS 7. As for the /etc/yum.repos.d/insync.repo, try changing $releasever with 19 since CentOS 7 is based on RHEL 7 which in turn is based on Fedora 19.

Issue Solved: Method Used.

NOTE: ( “$releaserver” in the insync.repo file was changed to “19”)

Using Yum

First, import the public GPG key used to sign the RPMs.

$ sudo rpm --import https://d2t3ff60b2tol4.cloudfront.net/repomd.xml.key

Create a new file insync.repo in	/etc/yum.repos.d/ with the following
content. 

[insync]
name=insync repo
baseurl=http://yum.insynchq.com/fedora/19/ 
gpgcheck=1
gpgkey=https://d2t3ff60b2tol4.cloudfront.net/repomd.xml.key
enabled=1
repo_gpgcheck=1
metadata_expire=120m


$ sudo yum install insync

NOTE:
Not signed error.

		Devin_Barry

August
22

		This did not work for me on Centos7. After following your
		instructions I get:
		
		Package insync-1.2.18.35198-fc17.x86_64.rpm is not signed
		
		Is it recommend to disable the signature check? 
		
		sudo yum --nogpgcheck insync

Method: sudo yum install insync –-nopgpcheck insync