[% topdir = "../.." -%] [% PROCESS globals -%] [% WRAPPER page title = "Installing virt tools" h1 = "Download and install virt tools" section = "learning" %]
Select your operating system or Linux distro from the list below:
[% WRAPPER h2 h2="Fedora, Red Hat Enterprise Linux" anchor="fedora" %]Go to System → Administration → Add/Remove Software.
From the list on the left, select Virtualization.
Select the required virt tools and click Apply.
Open a terminal window (Applications → System Tools → Terminal) and type the following:
su
(now type your root password)
yum install qemu libvirt-client virt-manager \ virt-viewer guestfish libguestfs-tools virt-top[% END %] [% WRAPPER h2 h2="Debian" anchor="debian" %]
Open a terminal window (Applications → Accessories → Terminal) and type:
su apt-get install kvm libvirt-bin virt-manager virt-viewer virt-top virt-what
For information on installing guestfish and libguestfs-tools in Debian, see this page.
[% END %] [% WRAPPER h2 h2="Ubuntu" anchor="ubuntu" %]Open a terminal window (Applications → Accessories → Terminal) and type:
sudo apt-get install ubuntu-virt virt-top virt-what
For information on installing guestfish and libguestfs-tools in Ubuntu, see this page.
[% END %] [% END -%]