13,420
edits
Changes
no edit summary
== Create a new virtual machine ==
# It doesn't matter whether you use the a CentOS Live CD image file or Full Installation DVD for this.
# The virtual machine name and the hostname for the machine must be your learn user ID.
# The regular user you create during installation must also be your learn user ID.
The rest of this assignment should be done after the installation is completed successfully.
== Package Management ==
# Verify the integrity of a package using <code>rpm</code> to see if any of its files have been altered since installation. (you will be asked to demonstrate this when your assignment is marked, it doesn't matter which package you choose)
# Add the [http://rpmfusion.org/ rpmfusion.org] repository to the yum configuration. (you will be asked to demonstrate installing a package from the rpmfusion repository when your assignment is marked)
# Add the [https://fedoraproject.org/wiki/EPEL EPEL] repository to the yum configuration. (this one has XFCE for CentOS 67)
== Alternate Software Installation ==
# Compile and install the application again, exactly the same way you did the first time. Your change should be simple enough that complicated bugs are unlikely.
== Install a second Second Linux distribution Distribution as a Virtual Machine ==
* Create another virtual machine(Your Choice).
* The virtual machine name and the hostname for the machine must be your learn user ID followed by -mint. For example asmith15-mint
* Install Linux Mint in the new virtual machine.
|-
| Correct VM name / hostname / username || 2 ||
|-
| RPM integrity verification command || 2 ||