Project

General

Profile

Fedora rpm package

Fedora users can install SocExplorer from rpm.
Added by Alexis Jeandet almost 10 years ago

Some RPM have been generated for Fedora 19 and 20 x32 and x64 bits. You can install them from here.
To activate the repository on your system, you just need to download the repo file and copy it to /etc/yum.repo.d/.
How to:

  #install the new repo:
  sudo yum-config-manager --add-repo http://copr.fedoraproject.org/coprs/ajeandet/SocExplorer/repo/fedora-20-i386/ajeandet-SocExplorer-fedora-20-i386.repo
  #don't worry about fedora-20-i386.repo the name doesn't matter.
  #just update the db with:
  sudo yum update
  #Install SocExplorer plugins and you will get all the dependencies.
  sudo yum install socexplorer-plugins
  #if you want to develop plugins you should install devel package:
  sudo yum install socexplorer-devel 


Comments