Difference between revisions of "Repos"

From WA2IAC Wiki
Jump to: navigation, search
(Ubuntu Repos)
m (CentOS Repos)
 
Line 5: Line 5:
  
 
=== CentOS Repos ===
 
=== CentOS Repos ===
TBD
+
These are description files in /etc/yum.repos.d
 +
 
 +
Red-Hat - many times, if you are careful and know what to look out for, you can use CentOS RPMs and get away with it. I've done this in instances where a customer has critical stuff running on an unlicensed copy of RedHat and they can't pull RPMs with yum from the RedHat repos. (Comments on this anyone?)
 +
 
 +
See /etc/redhat-release  (/etc/release) and then look in (Version 6.3 for example)
 +
<pre>
 +
http://vault.centos.org/6.3/os/x86_64/Packages/
 +
</pre>
 +
 
 +
The yum
 +
  --nogpgcheck (disable gpg signature checking) comes in handy when messing with RPMs this way
 +
 
 +
For rpm it's
 +
  --nodigest                      don't verify package digest(s)
 +
  --nosignature                    don't verify package signature(s)
  
 
=== Debian Repos ===
 
=== Debian Repos ===

Latest revision as of 23:07, 13 February 2015