# edit this config
vim /etc/yum.repos.d/CentOS-Linux-PowerTools.repo
enabled=0 -> 1

# write & quit

# perform package def update
yum update

# there it is :)
dnf list \*sshfs\*
Last metadata expiration check: 0:00:13 ago on Wed 24 Feb 2021 12:46:49 PM EST.
Available Packages
fuse-sshfs.x86_64

# yum is simply a softlink to dnf
# so it does not matter if the user types
# yum or dnf
yum install fuse-sshfs.x86_64

liked this article?

  • only together we can create a truly free world
  • plz support dwaves to keep it up & running!
  • (yes the info on the internet is (mostly) free but beer is still not free (still have to work on that))
  • really really hate advertisement
  • contribute: whenever a solution was found, blog about it for others to find!
  • talk about, recommend & link to this blog and articles
  • thanks to all who contribute!
admin