오류 메시지 :
[root@localhost ~]# yum -y install ftp://ftp.pbone.net/mirror/archive.fedoraproject.org/fedora/linux/releases/20/Everything/i386/os/Packages/s/system-config-samba-1.2.100-2.fc20.noarch.rpm
Loaded plugins: fastestmirror, langpacks
system-config-samba-1.2.100-2.fc20.noarch.rpm | 282 kB 00:00:03
Examining /var/tmp/yum-root-iIeqBi/system-config-samba-1.2.100-2.fc20.noarch.rpm: system-config-samba-1.2.100-2.fc20.noarch
/var/tmp/yum-root-iIeqBi/system-config-samba-1.2.100-2.fc20.noarch.rpm: does not update installed package.
Error: Nothing to do
해결 : (저 세가지 중 하나를 빠트려도 해결이 되는진 모르겠음)
인터넷을 뒤진결과
yum install epel-release 이거도 해주고
# cd /etc/yum.repos.d
# vi CentOS-Base.repo
Enable =0 -> 1
# yum install epel-release 이거도 해줬는데도 안됨.
마지막 방법 ==>
sudo yum -y reinstall ftp://ftp.pbone.net/mirror/archive.fedoraproject.org/fedora/linux/releases/20/Everything/i386/os/Packages/s/system-config-samba-1.2.100-2.fc20.noarch.rpm 이렇게 주니까 설치 됨.
(참고 : https://stackoverflow.com/questions/54412088/avoid-yum-error-when-a-package-is-already-installed)
'네트워크 수업 > 오류' 카테고리의 다른 글
[오류] Win702과 리눅스가 연결이 안되는 이유 - samba를 설치할거면 samba 방화벽 설정 (0) | 2023.04.11 |
---|---|
[오류] 알드라이브 호스트로 ftp.kedu.edu 접속 안되는 오류 (0) | 2023.04.11 |
댓글