溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊(cè)×
其他方式登錄
點(diǎn)擊 登錄注冊(cè) 即表示同意《億速云用戶服務(wù)條款》

如何安裝ProFTPD

發(fā)布時(shí)間:2021-10-29 09:18:56 來(lái)源:億速云 閱讀:170 作者:小新 欄目:系統(tǒng)運(yùn)維

這篇文章給大家分享的是有關(guān)如何安裝ProFTPD的內(nèi)容。小編覺(jué)得挺實(shí)用的,因此分享給大家做個(gè)參考,一起跟隨小編過(guò)來(lái)看看吧。

安裝 ProFTPD

由于ProFTPD不存在于CentOS中yum的官方庫(kù)中,所以用yum安裝ProFTPD需要定義非官方的庫(kù)。請(qǐng)先確認(rèn)相應(yīng)非官方庫(kù)文件的存在。

[root@sample ~]# ls -l /etc/yum.repos.d/dag.repo  ← 確認(rèn)相應(yīng)庫(kù)文件的存在性

-rw-r--r-- 1 root root 143 Oct 1 21:33 /etc/yum.repos.d/dag.repo ← 確認(rèn)其存在(否則不能通過(guò)yum安裝ProFTPD)

如果以上,dag.repo文件不存在,則不能通過(guò)yum安裝ProFTPD,需要定義非官方庫(kù)。定義非官方庫(kù)的方法請(qǐng)見(jiàn) “CentOS的下載、安裝及初始環(huán)境設(shè)置”一節(jié)中yum的相關(guān)設(shè)置。而且,在此前提下也要保證所定義的dag.repo文件的語(yǔ)法的正確性。

然后,通過(guò)yum來(lái)在線安裝ProFTPD。

[root@sample ~]# yum -y install proftpd  ← 安裝ProFTPD

Setting up Install Process

Setting up repositories

Reading repository metadata in from local files

Reducing Dag RPM Repository for Red Hat Enterprise Linux to included packages only

Finished

Parsing package install arguments

Resolving Dependencies

--> Populating transaction set with selected packages. Please wait.

---> Downloading header for proftpd to pack into transaction set.

proftpd-1.2.10-10.2.el4.r 100% |=========================| 15 kB 00:00

---> Package proftpd.i386 0:1.2.10-10.2.el4.rf set to be updated

--> Running transaction check

Dependencies Resolved

=============================================================================

Package Arch Version Repository Size

=============================================================================

Installing:

proftpd i386 1.2.10-10.2.el4.rf dag 699 k

Transaction Summary

=============================================================================

Install 1 Package(s)

Update 0 Package(s)

Remove 0 Package(s)

Total download size: 699 k

Downloading Packages:

(1/1): proftpd-1.2.10-10. 100% |=========================| 699 kB 00:03

Running Transaction Test

Finished Transaction Test

Transaction Test Succeeded

Running Transaction

Installing: proftpd ######################### [1/1]

Installed: proftpd.i386 0:1.2.10-10.2.el4.rf

Complete!

感謝各位的閱讀!關(guān)于“如何安裝ProFTPD”這篇文章就分享到這里了,希望以上內(nèi)容可以對(duì)大家有一定的幫助,讓大家可以學(xué)到更多知識(shí),如果覺(jué)得文章不錯(cuò),可以把它分享出去讓更多的人看到吧!

向AI問(wèn)一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI