Homework 2 assugnment due by Tue 2/10/2026.#
On your VD, create directory HW_2. In the directory, create file README where you put the commands to complete the exercises below.
The exercises below assume you already have deployed kvm3 and rocky91 on your VD.
Command apt#
On kvm3:
install package
lua5.4dowload package
lua5.3
Command dpkg#
On kvm3:
List the files contained in package
lua5.4Delete file /usr/share/doc/lua5.4/changelog.Debian.gz. Verify installed package
lua5.4for consistency.Extract the content of
lua5.3package file into new directory LUA.Uninstall package
lua5.4.
Command dnf#
On rocky91:
Install package
luaDownload package
lua
Command rpm#
On rocky91:
List the files contained in package
luaDelete file /usr/share/man/man1/lua.1.gz. Verify installed package
luafor consistency.Uninstall package
lua.