YUM webtatic 저장소 삭제

YUM Webtatic 저장소 삭제
webtatic-release 제거

1 확인[ | ]

Console
Copy
[root@zetawiki ~]# yum repolist | grep webtatic
 * webtatic: us-east.repo.webtatic.com
webtatic           Webtatic Repository EL6 - x86_64                          357
Console
Copy
[root@zetawiki ~]# rpm -qa | grep webtatic
webtatic-release-6-6.noarch
Console
Copy
[root@zetawiki ~]# yum list webtatic*
... (생략)
Installed Packages
webtatic-release.noarch                            6-6                            installed
→ yum에도 등록되어 있으므로 yum으로 삭제하자.
→ yum에 등록되어 있지 않다면 rpm으로 삭제하자.

2 삭제[ | ]

Console
Copy
[root@zetawiki ~]# yum remove webtatic-release
... (생략)
===========================================================================================
 Package                     Arch              Version          Repository            Size
===========================================================================================
Removing:
 webtatic-release            noarch            6-6              installed             22 k

Transaction Summary
===========================================================================================
Remove        1 Package(s)

Installed size: 22 k
Is this ok [y/N]: y
Console
Copy
... (생략)
Removed:
  webtatic-release.noarch 0:6-6                                                            

Complete!

3 확인 2[ | ]

Console
Copy
[root@zetawiki ~]# yum repolist | grep webtatic
[root@zetawiki ~]# rpm -qa | grep webtatic
[root@zetawiki ~]# yum list webtatic*
... (생략)
Error: No matching Packages to list

4 같이 보기[ | ]