wget https://github.com/chuckleb/virt-what/archive/refs/heads/master.zip
unzip master.zip
cd virt-what-master/
aclocal
autoconf
autoheader
automake --add-missing
./configure
make && make install
执行virt-what就能看到结果了
记录技术、生活、经验、思考、学习、管理的博客
wget https://github.com/chuckleb/virt-what/archive/refs/heads/master.zip
unzip master.zip
cd virt-what-master/
aclocal
autoconf
autoheader
automake --add-missing
./configure
make && make install
执行virt-what就能看到结果了