I am doing the Lab: YUM and RPM. The task is :
The package for the firefox
browser has been downloaded under /home/bob
in the centos-lab
server.
Try to install it using RPM
.
I use ‘pwd’ to list the current directory, which shows /home/bob. I am in centos-lab server but when I use ‘ls’ command to get the list present in current directory, it shows nothing. I can’t find the downloaded rpm file.
How can I install the pacakge?