Thursday, 12 November 2015

how to install etherape on Centos

Provides

  • config(etherape) = 0.9.12-1.el6.rf
  • etherape = 0.9.12-1.el6.rf
  • etherape(x86-32) = 0.9.12-1.el6.rf

Download

Download etherape-0.9.12-1.el6.rf.i686.rpm Download etherape-0.9.12-1.el6.rf.i686.rpm for CentOS 6
from the Repoforge (RPMforge) repository.
------------------------------------------------------------

Using RepoForge

First download the appropriate rpmforge-release package for your distribution:
Then you can use rpm or yum to install the downloaded package. The package installation will enable the RepoForge repo for subsequent use via yum.
More detailed instructions and recommendations are available on the CentOS wiki.
Hints:
  • Use cat /etc/redhat-release to find which release of EL you are using
  • Use uname -a to find your processor architecture
  • Use rpm -ivh package-filename to install the rpmforge-release package (also works with URLs)
  • You can use wget or curl to download the package using one of the above links if needed (for example on a server with no X Window)
  • Then you can use yum to install the available packages from the RepoForge repo, e.g. yum install --enablerepo=rpmforge-extras`
  • Afterward, you can disable accidental updates from the repo by setting enabled = 0 in the repo definition file in /etc/yum.repos.d/

------------------------------------------------------------

Install Howto

  1. Download the latest rpmforge-release rpm from
    http://apt.sw.be/redhat/el6/en/i386/rpmforge/RPMS/
  2. Install rpmforge-release rpm:
    # rpm -Uvh rpmforge-release*rpm
  3. Install etherape rpm package:
    # yum install etherape
     

    Anda akan dapat spt ini:

    root@centosm ~]# yum install etherape

    1. Loaded plugins: fastestmirror, refresh-packagekit, security
      Setting up Install Process
      Loading mirror speeds from cached hostfile
       * base: repo.apiknet.co.id
       * epel: kartolo.sby.datautama.net.id
       * extras: mirror.axarva.co.id
       * nux-dextop: li.nux.ro
       * rpmforge: mirror.oscc.org.my
       * rpmfusion-free-updates: free.nchc.org.tw
       * rpmfusion-nonfree-updates: free.nchc.org.tw
       * updates: kartolo.sby.datautama.net.id
      rpmforge                                                 | 1.9 kB     00:00    
      rpmforge/primary_db                                      | 2.7 MB     01:03    
      Resolving Dependencies
      --> Running transaction check
      ---> Package etherape.x86_64 0:0.9.13-1.el6.rf will be installed
      --> Finished Dependency Resolution

      Dependencies Resolved

      ================================================================================
       Package          Arch           Version                 Repository        Size
      ================================================================================
      Installing:
       etherape         x86_64         0.9.13-1.el6.rf         rpmforge         825 k

      Transaction Summary
      ================================================================================
      Install       1 Package(s)

      Total download size: 825 k
      Installed size: 3.1 M
      Is this ok [y/N]: y
      Downloading Packages:
      etherape-0.9.13-1.el6.rf.x86_64.rpm                      | 825 kB     00:17    
      Running rpm_check_debug
      Running Transaction Test
      Transaction Test Succeeded
      Running Transaction
        Installing : etherape-0.9.13-1.el6.rf.x86_64                              1/1
        Verifying  : etherape-0.9.13-1.el6.rf.x86_64                              1/1

      Installed:
        etherape.x86_64 0:0.9.13-1.el6.rf                                            

      Complete!
      [root@centosm ~]#  
    2. [root@centosm ~]#  etherape
       
       
      Note: etherape will run as with root permission! 
       
      # sudo etherape
       will be ok.
      
      
      ENJOY!

No comments:

Post a Comment