How To Install hypervfcopyd.x86_64 on Amazon Linux 2
Introduction
In this tutorial we learn how to install hypervfcopyd.x86_64
on Amazon Linux 2.
What is hypervfcopyd.x86_64
Hypervfcopyd is an implementation of file copy service functionality for Linux Guest running on HyperV. The daemon enables host to copy a file (over VMBUS) into the Linux Guest. The daemon first registers with the kernel driver. After this is done it waits for instructions from Windows Host.
We can use yum
to install hypervfcopyd.x86_64
on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install hypervfcopyd.x86_64.
Install hypervfcopyd.x86_64 on Amazon Linux 2 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install hypervfcopyd.x86_64
using yum
by running the following command:
sudo yum -y install hypervfcopyd.x86_64
How To Uninstall hypervfcopyd.x86_64 on Amazon Linux 2
To uninstall only the hypervfcopyd.x86_64
package we can use the following command:
sudo yum remove hypervfcopyd.x86_64
hypervfcopyd.x86_64 Package Contents on Amazon Linux 2
/usr/lib/systemd/system/hypervfcopyd.service
/usr/lib/udev/rules.d/70-hypervfcopy.rules
/usr/sbin/hypervfcopyd
References
Summary
In this tutorial we learn how to install hypervfcopyd.x86_64
on Amazon Linux 2 using yum.