LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 01-17-2009, 04:47 PM   #1
dolphans1
Senior Member
 
Registered: Jun 2003
Location: LoneStar
Distribution: Mandriva & Ubuntu
Posts: 1,041

Rep: Reputation: 35
How to set-up repositories in OpenSuse 11.1 ....?


Hey Guys I came back from using Mandriva 2009 and I can't remember how to set up the respositories in Suse, can anyone lend a hand....?

d-1
 
Old 01-17-2009, 04:57 PM   #2
dolphans1
Senior Member
 
Registered: Jun 2003
Location: LoneStar
Distribution: Mandriva & Ubuntu
Posts: 1,041

Original Poster
Rep: Reputation: 35
Found it guys, go to respositories and click add

d-1
 
Old 01-18-2009, 05:11 PM   #3
tomslick
LQ Newbie
 
Registered: May 2003
Posts: 25

Rep: Reputation: 18
or add them manually with zypper

Code:
zypper ar http://download.opensuse.org/repositories/Banshee/openSUSE_11.1/ "Banshee"
or add a lot of them at once like this

Code:
#!/bin/bash

if [ "$EUID" != "0" ]; then
  echo "You must have root privileges to run this script!"
  exit 1
fi

printf "################################################################################\n"
printf "YAST INSTALLATION SOURCES SETUP SCRIPT FOR openSUSE 11.1\n"
printf "by Scott Morris (2008-06-18)\n"
printf "http://www.suseblog.com/\n\n"
printf "You *MUST* be connected to the Internet for this script to work!\n\n"
printf "################################################################################\n"



zypper ar http://download.opensuse.org/repositories/Banshee/openSUSE_11.1/ "Banshee"

zypper ar http://download.opensuse.org/repositories/Emulators/openSUSE_11.1/ "Emulators"
zypper ar http://download.opensuse.org/repositories/Emulators:/Wine/openSUSE_11.1/ "openSUSE BuildService - Wine"
zypper ar http://download.opensuse.org/repositories/games/openSUSE_11.1/ "Games"
zypper ar http://download.opensuse.org/repositories/GNOME:/Community/openSUSE_11.1/ "Gnome Community"
zypper ar http://download.opensuse.org/repositories/GNOME:/STABLE/openSUSE_11.1/ "Gnome Stable"

zypper ar http://download.opensuse.org/repositories/KDE:/Backports/openSUSE_11.1/ "KDE3 Backports"
zypper ar http://download.opensuse.org/repositories/KDE:/Community/openSUSE_11.1 "KDE3 Community"
zypper ar http://download.opensuse.org/repositories/KDE:/KDE3/openSUSE_11.1/ "openSUSE BuildService - KDE3"
zypper ar http://download.opensuse.org/repositories/KDE:/Qt/openSUSE_11.1/ "KDE Qt"
zypper ar http://download.opensuse.org/repositories/smart/openSUSE_11.1/ "Smart"
zypper ar http://download.opensuse.org/repositories/Mono:/Community/openSUSE_11.1/ "Mono Community"
zypper ar http://download.opensuse.org/repositories/Mono:/Community/openSUSE_11.1+Mono/ "Mono Community+"
zypper ar http://download.opensuse.org/repositories/Mono/openSUSE_11.1/ "Mono"
zypper ar http://download.opensuse.org/repositories/mozilla/openSUSE_11.1/ "Mozilla"
zypper ar http://download.opensuse.org/repositories/multimedia:/audio/openSUSE_11.1/ "Audio"
zypper ar http://download.opensuse.org/repositories/multimedia:/photo/openSUSE_11.1/ "Photo"
zypper ar http://download.opensuse.org/repositories/multimedia:/audio:/KMP/openSUSE_11.1/ "Audio KPM"

zypper ar http://download.opensuse.org/repositories/KDE:/KDE4:/Community/openSUSE_11.1/ "KDE4 Community"
zypper ar http://download.opensuse.org/repositories/OpenOffice.org:/STABLE/openSUSE_11.1/ "OpenOffice"
zypper ar http://download.opensuse.org/repositories/home:/leonardocf/openSUSE_11.1/ "leonardocf"
zypper ar http://download.opensuse.org/repositories/home:/illuusio/openSUSE_11.1/ "illuusio"
zypper ar http://download.opensuse.org/repositories/home:/anubisg1/openSUSE_11.1/ "anubisg1"
zypper ar http://download.opensuse.org/repositories/home:/uljanow/openSUSE_11.1/ "uljanow"
zypper ar http://download.opensuse.org/repositories/home:/pbleser:/Security/openSUSE_11.1/ "pbleser:"

zypper ar http://download.opensuse.org/repositories/X11:/xfce/openSUSE_11.1/ "XFCE"
zypper ar http://download.opensuse.org/repositories/X11:/XGL/openSUSE_11.1/ "XGL"
zypper ar http://download.opensuse.org/repositories/X11:/Compiz/openSUSE_11.1/ "openSUSE BuildService - XOrg & Compiz Fusion"
zypper ar http://download.opensuse.org/repositories/home:/hfiguiere:/NOMAD/openSUSE_11.1/ "hfiguiere:NOMAD"
zypper ar http://download.opensuse.org/repositories/home:/hfiguiere/openSUSE_11.1/repodata/ "hfiguiere"
yes | zypper ref

printf "\nThe script has now finished. Congratulations!\n"
not my script just altered it for suse 11.1
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
OPenSUSE Yast repositories? craigevil SUSE / openSUSE 104 12-27-2010 09:08 AM
Community Repositories Won't Start (opensuse 10.3 Gnome) DB9 SUSE / openSUSE 1 01-06-2008 07:13 AM
Yast software manager updating repositories opensuse 10.3 milasch SUSE / openSUSE 4 11-30-2007 04:55 PM
OPenSUSE 10.2 Beta Yast repositories slackass SUSE / openSUSE 1 11-15-2006 10:55 AM
openSUSE alpha3 repositories eXTigyroue SUSE / openSUSE 4 08-21-2006 07:55 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 10:18 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration