Red_Hat
RH202 · Question #45
53: One Package named zsh is dump on ftp://server1.example.com under pub directory. Install the package from ftp server.
Answers: 1. rpm -ivh ftp://server1.example.com/pub/zsh-* 2. Package will install rpm command is used to install, update and remove the package, -i means install, -v means verbose and -h means display the hash mark.
Package Management
Question
53: One Package named zsh is dump on ftp://server1.example.com under pub directory. Install the package from ftp server.
Explanation
Answers:
- rpm -ivh ftp://server1.example.com/pub/zsh-*
- Package will install rpm command is used to install, update and remove the package, -i means install, -v means verbose and -h means display the hash mark.
Topics
#RPM#FTP#package installation#remote package
Community Discussion
No community discussion yet for this question.