Answers

Question and Answer:

  Home  Red Hat Certification

⟩ Explain One Package named zsh is dump on ftp//server1.example.com under /pub/updates directory and your FTP server is 192.168.0.254. Install the package zsh.

1. rpm -ivh ftp://server1/example.com/pub/updates/zsh-*

or

1. Login to ftp server : ftp ftp://server1.example.com using anonymous user.

2. Change the directory: cd pub and cd updates

3. Download the package: mget zsh-*

4. Quit from the ftp prompt : bye

5. Install the package

6. rpm -ivh zsh-*

7. Verify either package is installed or not : rpm -q zsh

 220 views

More Questions for you: