The_Lost_Avatar

Untitled

May 14th, 2016
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. [root@dhcp223-30 yum.repos.d]# cat /etc/redhat-release
  2. Fedora release 23 (Twenty Three)
  3. [root@dhcp223-30 yum.repos.d]# dnf config-manager --set-enabled fedora updates updates-testing
  4. Error: No matching repo to modify: fedora, updates, updates-testing.
  5. [root@dhcp223-30 yum.repos.d]# dnf install ftp://195.220.108.108/linux/fedora/linux/releases/23/Everything/x86_64/os/Packages/f/fedora-repos-23-1.noarch.rpm
  6. Last metadata expiration check: 0:03:42 ago on Sun May 15 00:55:12 2016.
  7. Package fedora-repos-23-1.noarch is already installed, skipping.
  8. Dependencies resolved.
  9. Nothing to do.
  10. Complete!
  11. [root@dhcp223-30 yum.repos.d]# cat /etc/redhat-release
  12. Fedora release 23 (Twenty Three)
  13. [root@dhcp223-30 yum.repos.d]# dnf install ftp://195.220.108.108/linux/fedora/linux/releases/23/Everything/x86_64/os/Packages/f/fedora-repos-23-1.noarch.rpm
  14. Last metadata expiration check: 0:04:02 ago on Sun May 15 00:55:12 2016.
  15. Package fedora-repos-23-1.noarch is already installed, skipping.
  16. Dependencies resolved.
  17. Nothing to do.
  18. Complete!
  19. [root@dhcp223-30 yum.repos.d]# dnf config-manager --set-enabled fedora updates updates-testing
  20. Error: No matching repo to modify: fedora, updates, updates-testing.
  21. [root@dhcp223-30 yum.repos.d]# dnf clean all
  22. 36 files removed
Add Comment
Please, Sign In to add comment