Changes

Jump to: navigation, search

OPS435 Python3 Lab 8

325 bytes added, 11:21, 4 July 2020
Run the privileged yum command on remote machine using ad-hoc fab command
fab --host=myvmlab.senecacollege.ca --port=7200 --user=student -- 'sudo yum install tree -y'
</source>
: Type in your user student's password when prompted for "sudo password", the yum install command to install the tree rpm package should be executed successfully.If the tree rpm package is already installed, you can remove it with the following ad-hoc fab command: <source lang='bash'>fab --host=myvmlab.senecacollege.ca --port=7200 --user=student -- 'sudo yum remove tree -y'</source>
: Try remove the "tree" rpm package with the appropriate ad-hoc fab command.
1,760
edits

Navigation menu