12 Comments

    1. You can do this:

      1. enable epel repository
      2. `yum install fuse-sshfs`

      When the epel repository has an updated packages for it, `yum update` will also update for you too.

  1. Hi Eric:
    I tried what you suggested:

    1. enable epel repository
    2. `yum install fuse-sshfs`

    But I got err msg:

    $ yum install fuse-sshfs
    Loaded plugins: fastestmirror
    Loading mirror speeds from cached hostfile
    * epel: mirrors.sonic.net
    * nux-dextop: mirror.li.nux.ro
    Altinity_clickhouse/x86_64/signature | 833 B 00:00:00
    Altinity_clickhouse/x86_64/signature | 1.0 kB 00:00:00 !!!
    Altinity_clickhouse-source/signature | 836 B 00:00:00
    Altinity_clickhouse-source/signature | 1.0 kB 00:00:00 !!!
    Resolving Dependencies
    –> Running transaction check
    —> Package fuse-sshfs.x86_64 0:2.10-1.el7 will be installed
    –> Processing Dependency: fuse >= 2.2 for package: fuse-sshfs-2.10-1.el7.x86_64
    –> Processing Dependency: libfuse.so.2(FUSE_2.2)(64bit) for package: fuse-sshfs-2.10-1.el7.x86_64
    –> Processing Dependency: libfuse.so.2(FUSE_2.4)(64bit) for package: fuse-sshfs-2.10-1.el7.x86_64
    –> Processing Dependency: libfuse.so.2(FUSE_2.5)(64bit) for package: fuse-sshfs-2.10-1.el7.x86_64
    –> Processing Dependency: libfuse.so.2(FUSE_2.6)(64bit) for package: fuse-sshfs-2.10-1.el7.x86_64
    –> Processing Dependency: libfuse.so.2(FUSE_2.7)(64bit) for package: fuse-sshfs-2.10-1.el7.x86_64
    –> Processing Dependency: libfuse.so.2()(64bit) for package: fuse-sshfs-2.10-1.el7.x86_64
    –> Finished Dependency Resolution
    Error: Package: fuse-sshfs-2.10-1.el7.x86_64 (epel)
    Requires: fuse >= 2.2
    Error: Package: fuse-sshfs-2.10-1.el7.x86_64 (epel)
    Requires: libfuse.so.2(FUSE_2.7)(64bit)
    Error: Package: fuse-sshfs-2.10-1.el7.x86_64 (epel)
    Requires: libfuse.so.2(FUSE_2.2)(64bit)
    Error: Package: fuse-sshfs-2.10-1.el7.x86_64 (epel)
    Requires: libfuse.so.2(FUSE_2.4)(64bit)
    Error: Package: fuse-sshfs-2.10-1.el7.x86_64 (epel)
    Requires: libfuse.so.2(FUSE_2.6)(64bit)
    Error: Package: fuse-sshfs-2.10-1.el7.x86_64 (epel)
    Requires: libfuse.so.2(FUSE_2.5)(64bit)
    Error: Package: fuse-sshfs-2.10-1.el7.x86_64 (epel)
    Requires: libfuse.so.2()(64bit)
    You could try using –skip-broken to work around the problem
    You could try running: rpm -Va –nofiles –nodigest

    ———-
    Any idea how to fix ?

    Thanks
    Doug

  2. Trying that I got this:

    $ yum install fuse-libs
    Loaded plugins: fastestmirror
    Loading mirror speeds from cached hostfile
    * epel: mirrors.sonic.net
    * nux-dextop: mirror.li.nux.ro
    Altinity_clickhouse/x86_64/signature | 833 B 00:00:00
    Altinity_clickhouse/x86_64/signature | 1.0 kB 00:00:00 !!!
    Altinity_clickhouse-source/signature | 836 B 00:00:00
    Altinity_clickhouse-source/signature | 1.0 kB 00:00:00 !!!
    No package fuse-libs available.
    Error: Nothing to do

Leave a Reply

Your email address will not be published. Required fields are marked *