On Wed, 01 Dec 2010 14:36:04 GMT, mfaridi
<mfaridi@no-mx.forums.opensuse.org> wrote:
>
>In Fedora we have free rpmfusion and nonfree rpmfusion and we can find
>other packages like Nvidia Driver and multimedia codecs , and in Fedora
>I download all of these packages from rpmfusion free and nonfree
>directories and put them in localrepo ,
>can I find something like this for OpenSUSE , and I want download them
>and put them in localrepo and use them ?
Extra blank space to added to improve readability.
The “oss” rsync call gets both oss and non-oss.
You may wish to add “–exclude=ppc” to the options of the commands.
The 64-bit versions of opensuse are not yet pure 64-bit, it may be
worthwhile to include i586 and i686 portions.
I have this set of rsyncs in a script file:
code
++++++++++++++
rsync -avi --bwlimit=1000
rsync.opensuse.org::opensuse-full/opensuse/update/11.1/
/media/disk-2/11.1/update/
rsync -avi --bwlimit=1000
rsync.opensuse.org::opensuse-full/opensuse/distribution/11.1/repo/
/media/disk-2/11.1/oss
rsync -avi --bwlimit=1000
www.opensuse-education.org::download/repo/1.0/11.1/
/media/disk-2/11.1/education/
rsync -avi --bwlimit=1000 ftp.skynet.be::packman/suse/11.1/
/media/disk2/11.1/packman/
==============
I then use yast to connect to the local repos and disable the internet
ones yielding this:
code
+++++++++++++
~> zypper lr --details
| Alias | Name | Enabled |
Refresh | Priority | Type | URI | Service
—±---------------------------±---------------------------±--------±--------±---------±---------±-----------------------------------------------------------------±-------
1 | local-education | local-education | Yes |
Yes | 94 | yast2 | dir:///media/disk-2/11.1/education/ |
2 | local-oss | local-oss | Yes |
Yes | 95 | plaindir | dir:///media/disk-2/11.1/oss/ |
3 | local-packman | local-packman | Yes |
Yes | 75 | rpm-md | dir:///media/disk-2/11.1/packman/ |
4 | local-update | local-update | Yes |
Yes | 80 | rpm-md | dir:///media/disk-2/11.1/update/ |
5 | openSUSE 11.1-0 | openSUSE 11.1-0 | No |
No | 99 | yast2 | cd:///?devices=/dev/sr0,/dev/sr1 |
6 | openSUSE-Education Updates | openSUSE-Education Updates | No |
Yes | 99 | rpm-md |
http://www.opensuse-education.org/download/updates/1.0/11.1 |
7 | oss | openSSE-11.1-oss | No |
No | 99 | yast2 |
http://download.opensuse.org/distribution/11.1/repo/oss/ |
8 | repo | VideoLan Repository | No |
No | 99 | rpm-md |
http://download.videolan.org/pub/videolan/vlc/SuSE/11.1/ |
9 | repo-debug | openSUSE-11.1-Debug | No |
No | 100 | NONE |
http://download.opensuse.org/debug/distribution/11.1/repo/oss/ |
10 | repo-non-oss | openSUSE-11.1-Non-Oss | Yes |
Yes | 100 | yast2 |
http://download.opensuse.org/distribution/11.1/repo/non-oss/ |
11 | repo-source | openSUSE-11.1-Source | Yes |
Yes | 100 | yast2 |
http://download.opensuse.org/source/distribution/11.1/repo/oss/ |
12 | repo-update | openSUSE-11.1-Update | No |
No | 60 | rpm-md | http://download.opensuse.org/update/11.1/
|
13 | repo_1 | Packman Repository | No |
No | 50 | rpm-md |
http://ftp.skynet.be/pub/packman/suse/11.1/ |
14 | repo_3 | openSUSE Education | No |
No | 98 | yast2 |
http://www.opensuse-education.org/download/repo/1.0/11.1 |
15 | science | science | Yes |
Yes | 96 | rpm-md |
http://download.opensuse.org/repositories/science/openSUSE_11.1/ |
16 | virtualbox | virtualbox | Yes |
Yes | 97 | rpm-md |
http://download.virtualbox.org/virtualbox/rpm/opensuse/11.1 |
~>