How To Install spice-html5 on Fedora 36
Introduction
In this tutorial we learn how to install spice-html5
on Fedora 36.
What is spice-html5
spice-html5 is a Javascript SPICE client. This includes a simple HTML page to initiate a session, and the client itself. It includes a configuration file for Apache, but should work with any web server.
We can use yum
or dnf
to install spice-html5
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install spice-html5.
Install spice-html5 on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install spice-html5
using dnf
by running the following command:
sudo dnf -y install spice-html5
Install spice-html5 on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install spice-html5
using yum
by running the following command:
sudo yum -y install spice-html5
How To Uninstall spice-html5 on Fedora 36
To uninstall only the spice-html5
package we can use the following command:
sudo dnf remove spice-html5
spice-html5 Package Contents on Fedora 36
/usr/share/doc/spice-html5
/usr/share/doc/spice-html5/COPYING
/usr/share/doc/spice-html5/COPYING.LESSER
/usr/share/doc/spice-html5/README
/usr/share/doc/spice-html5/TODO
/usr/share/doc/spice-html5/apache.conf.sample
/usr/share/spice-html5
/usr/share/spice-html5/spice.css
/usr/share/spice-html5/spice.html
/usr/share/spice-html5/spice_auto.html
/usr/share/spice-html5/src
/usr/share/spice-html5/src/atKeynames.js
/usr/share/spice-html5/src/bitmap.js
/usr/share/spice-html5/src/cursor.js
/usr/share/spice-html5/src/display.js
/usr/share/spice-html5/src/enums.js
/usr/share/spice-html5/src/filexfer.js
/usr/share/spice-html5/src/inputs.js
/usr/share/spice-html5/src/lz.js
/usr/share/spice-html5/src/main.js
/usr/share/spice-html5/src/playback.js
/usr/share/spice-html5/src/png.js
/usr/share/spice-html5/src/port.js
/usr/share/spice-html5/src/quic.js
/usr/share/spice-html5/src/resize.js
/usr/share/spice-html5/src/simulatecursor.js
/usr/share/spice-html5/src/spicearraybuffer.js
/usr/share/spice-html5/src/spiceconn.js
/usr/share/spice-html5/src/spicedataview.js
/usr/share/spice-html5/src/spicemsg.js
/usr/share/spice-html5/src/spicetype.js
/usr/share/spice-html5/src/thirdparty
/usr/share/spice-html5/src/thirdparty/browser-es-module-loader
/usr/share/spice-html5/src/thirdparty/browser-es-module-loader/dist
/usr/share/spice-html5/src/thirdparty/browser-es-module-loader/dist/babel-worker.js
/usr/share/spice-html5/src/thirdparty/browser-es-module-loader/dist/browser-es-module-loader.js
/usr/share/spice-html5/src/thirdparty/browser-es-module-loader/rollup.config.js
/usr/share/spice-html5/src/thirdparty/browser-es-module-loader/src
/usr/share/spice-html5/src/thirdparty/browser-es-module-loader/src/babel-worker.js
/usr/share/spice-html5/src/thirdparty/browser-es-module-loader/src/browser-es-module-loader.js
/usr/share/spice-html5/src/thirdparty/jsbn.js
/usr/share/spice-html5/src/thirdparty/prng4.js
/usr/share/spice-html5/src/thirdparty/rng.js
/usr/share/spice-html5/src/thirdparty/rsa.js
/usr/share/spice-html5/src/thirdparty/sha1.js
/usr/share/spice-html5/src/ticket.js
/usr/share/spice-html5/src/utils.js
/usr/share/spice-html5/src/webm.js
/usr/share/spice-html5/src/wire.js
References
Summary
In this tutorial we learn how to install spice-html5
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).