Difference between revisions of "Repos"

From WA2IAC Wiki
Jump to: navigation, search
(Repos: Unix/Linux Repositories - problems and solutions found)
 
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 ===
Line 14: Line 28:
  
 
=== Ubuntu Repos ===
 
=== Ubuntu Repos ===
[http://ubuntuguide.org/wiki/Template:U_Natty/Repositories Natty Repos] - this link points to a Natty document, but at the time the link was added, the site had repo information for many other releases as well. Instructions for adding/managing repos as well.
+
[http://ubuntuguide.org/wiki/Template:U_Natty/Repositories Natty Repos] - this link points to a '''Natty''' document, but at the time the link was added, the site had repo information for many other releases as well. Instructions for adding/managing repos as well.
 +
 
 +
Note: since Natty is old, the ''backports'' repository might be key...
  
=== Xubuntu ===
+
=== Xubuntu Repos ===
 
TBD
 
TBD

Latest revision as of 23:07, 13 February 2015