Ubuntu
sudo apt install xe-guest-utilities
Fedora
sudo yum install xe-guest-utilities-latest
The service is not enabled by default, so enable it and start it:
sudo systemctl enable xe-linux-distribution
sudo systemctl start xe-linux-distribution
For distros that are supported by the install.sh
script (Debian, CentOS, RHEL, SLES, Ubuntu...), the process is:
xe
.sudo mount /dev/cdrom /mnt
sudo bash /mnt/Linux/install.sh
sudo umount /dev/cdrom
sudo reboot