Virt-inspector: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=External= * =Internal= * Linux Virtualization Operations =Overview= =Install= <pre> </pre>") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=External= | =External= | ||
* | * https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Virtualization_Deployment_and_Administration_Guide/sect-Guest_virtual_machine_disk_access_with_offline_tools-virt_inspector_inspecting_guest_virtual_machines.html | ||
=Internal= | =Internal= | ||
Line 7: | Line 8: | ||
=Overview= | =Overview= | ||
A command line utility that can examine a virtual machine or disk to determine the version of its operating system and other information. It can produce XML output. | |||
=Install= | =Install= | ||
<pre> | <pre> | ||
yum install libguestfs-tools | |||
</pre> | </pre> |
Latest revision as of 01:31, 24 June 2017
External
Internal
Overview
A command line utility that can examine a virtual machine or disk to determine the version of its operating system and other information. It can produce XML output.
Install
yum install libguestfs-tools