Oppgradering.

Oppgradering.

Innleggav singer » søn 24.11.2013 19:57

Noen som har en enkel oppskrift på å kjøre oppgradering til opensuse 13.1?

Brukerens avatar
medlem i 203 måneder
 

Re: Oppgradering.

Innleggav Kjetil Kilhavn » ons 27.11.2013 23:42

zypper dup
...
Men det spørs jo hva utgangspunktet ditt er. Oppgradere fra openSUSE 12.3

Brukerens avatar
medlem i 198 måneder
 

Re: Oppgradering.

Innleggav singer » tor 28.11.2013 1:36

Hei, ja oppgradere fra 12.3 til nyeste som kom nylig,

Brukerens avatar
medlem i 203 måneder
 

Re: Oppgradering.

Innleggav terjejh » man 02.12.2013 22:37

Systemoppgradering fra 12.3 til 13.1 er ikke noe hokus-pokus. Prinsippet er det samme som det har vært mellom flere releaser nå. Jeg gjør det vanligvis slik:

1. Sjekk at 12. 3 er fullt up-to-date via en oppgradering i terminal med rotaksess, forutsatt at man har 12.3 update pakkebrønner satt opp.
Kode: Merk alt
zypper up


2. List ut og slett alle de gamle pakkebrønnene på 12.3.
Hvor mange pakkebrønner man har fra før på 12.3, listes enkelt ut med
Kode: Merk alt
zypper lr

Hvis f.eks første kollonne i utlistingen viser pakkebrønner # 1-6, slettes de alle via rotaksess i en terminal
Kode: Merk alt
zypper rr 1 2 3 4 5 6


3. Legg til følgende fire nye, offisielle pakkebrønner for 13.1, som iflg min utlisting er
Kode: Merk alt
# zypper lr -u
# | Alias               | Name                         | Enabled | Refresh | URI                                                         
--+---------------------+------------------------------+---------+---------+-------------------------------------------------------------
1 | repo-non-oss        | openSUSE-13.1-Non-Oss        | Yes     | Yes     | http://download.opensuse.org/distribution/13.1/repo/non-oss/
2 | repo-oss            | openSUSE-13.1-Oss            | Yes     | Yes     | http://download.opensuse.org/distribution/13.1/repo/oss/   
3 | repo-update         | openSUSE-13.1-Update         | Yes     | Yes     | http://download.opensuse.org/update/13.1/                   
4 | repo-update-non-oss | openSUSE-13.1-Update-Non-Oss | Yes     | Yes     | http://download.opensuse.org/update/13.1-non-oss/   

Tips: kopier utlistingen ovenfor og lim inn i en teksteditor (eks. gedit), så blir det mer oversiktlig.

Pakkebrønnene legges til med zypper kommandoer eller via gui med YaST>Programvare>Pakkebrønner, som vist her
http://en.opensuse.org/SDB:Add_package_repositories

4. Som allerede nevnt foran, gjøres systemoppgradering på et kjørende system med rotaksess i en terminal via
Kode: Merk alt
zypper dup


En alternativ måte å oppgradere fra 12.3 til 13.1 på, gjøres off-line ved å boote en 13.1 iso dvd/usb og velge update installasjon, som automatisk håndterer det med pakkebrønner. Denne kan man med fordel også forberede og ha i beredskap, om man mot formodning skulle kjøre seg helt fast ovenfor eller på et senere tidspunkt. Denne gjør det også mulig å utføre ny-installasjon av (formattere) rotfil-systemet og benytte (montere) et tidligere, separat /home filsystem
http://software.opensuse.org/131/en

Når du bekrefter at du får til dette og får logget deg inn på et basis 13.1 system, kan jeg gi deg en tilleggsliste med noen nyttige pakkebrønner jeg bruker.

Erfaren
Brukerens avatar
medlem i 216 måneder
 

Re: Oppgradering.

Innleggav singer » tir 03.12.2013 1:14

Kode: Merk alt
stien@linux-5wzh:~> su
Passord:
linux-5wzh:/home/stien # zypper lr
Mangler pakkebrønndefinisjoner. Bruk 'zypper addrepo'-kommandoen for å legge til én eller flere pakkebrønner.
linux-5wzh:/home/stien #     zypper rr 1 2 3 4 5 6
Pakkebrønnen '1' ikke funnet ved hjelp av alias, nummer eller URI.
Pakkebrønnen '2' ikke funnet ved hjelp av alias, nummer eller URI.
Pakkebrønnen '3' ikke funnet ved hjelp av alias, nummer eller URI.
Pakkebrønnen '4' ikke funnet ved hjelp av alias, nummer eller URI.
Pakkebrønnen '5' ikke funnet ved hjelp av alias, nummer eller URI.
Pakkebrønnen '6' ikke funnet ved hjelp av alias, nummer eller URI.
linux-5wzh:/home/stien #
   


Jeg så linken om å gjøre det i YAst men fikk ikke opp samme skjermbilder som linken viste...

Brukerens avatar
medlem i 203 måneder
 

Re: Oppgradering.

Innleggav terjejh » tir 03.12.2013 9:20

Vel, har du ingen pakkebrønndefinisjoner lenger på 12.3 (noen må du ha hatt tidligere under/fra installasjonen), får du bare prøve å fortsette fom pkt 3 i mitt forrige svar.

Erfaren
Brukerens avatar
medlem i 216 måneder
 

Re: Oppgradering.

Innleggav singer » tir 03.12.2013 15:27

Jeg bruker dvd og kjører alt derfra ny install. Klarer ikke å skille ut fra terminal hva jeg skal bruke fra select code

Brukerens avatar
medlem i 203 måneder
 

Re: Oppgradering.

Innleggav terjejh » tir 03.12.2013 22:19

Vel, som sagt det er ikke vanskelig å sette opp pakkebrønnene, tvert imot lett og rett fram.

Kopier først kodeskjermens innhold i gedit, så blir det mer oversiktlig hvordan utlistingen ser ut:
Bilde

Med Yast gui legges første pakkebrønn til ved å kopiere NAVN og URI inn i YaST>Programvare>Pakkebrønner>Legg_til>Angi_Nettadresse>Neste
Bilde
Og tilsvarende for de tre siste pakkebrønnene.
Alle fire skal være haket av for Aktivert og for Oppdater automatisk.

Alternativt med 4 zypper kommandoer med rotaksess i en terminal legges alle pakkebrønnene til slik. Dvs kopier inn hver og 'en zypper kommandolinje om gangen etterfulgt av retur:
Kode: Merk alt
zypper ar --refresh http://download.opensuse.org/distribution/13.1/repo/non-oss/ 'openSUSE-13.1-Non-Oss'
zypper ar --refresh http://download.opensuse.org/distribution/13.1/repo/oss/ 'openSUSE-13.1-Oss'
zypper ar --refresh http://download.opensuse.org/update/13.1/ 'openSUSE-13.1-Update'
zypper ar --refresh http://download.opensuse.org/update/13.1-non-oss/ 'openSUSE-13.1-Update-Non-Oss'

Erfaren
Brukerens avatar
medlem i 216 måneder
 

Re: Oppgradering.

Innleggav singer » ons 04.12.2013 0:46

Greit satt opp var ikke sikker på hva som skulle i terminalen om all skrift eller bare noe.
Hva med code nå står å jobber? siste kommando fikk jeg ikke svar men kun som vist på bilde..
Kjører en zypper dup ser ut som 13.1 oppgraderer nå..
Hva gjør jeg etter at en stor mengde filer ble lastet? Har fortsatt 12.3 Er det andre måter å installere på en software update? Der ligger det nå 1.1GB som venter på og oppdateres
Kode: Merk alt
stien@linux-5wzh:~> su
Passord:
linux-5wzh:/home/stien # zypper ar --refresh http://download.opensuse.org/distribution/13.1/repo/non-oss/ 'openSUSE-13.1-Non-Oss'
Legger til pakkebrønn 'openSUSE-13.1-Non-Oss' ........................[fullført]
Pakkebrønnen 'openSUSE-13.1-Non-Oss' ble lagt til
aktivert: Ja
Autooppdater: Ja
GPG-kontroll: Ja
URI: http://download.opensuse.org/distribution/13.1/repo/non-oss/

linux-5wzh:/home/stien # zypper ar --refresh http://download.opensuse.org/distribution/13.1/repo/oss/ 'openSUSE-13.1-Oss'
Legger til pakkebrønn 'openSUSE-13.1-Oss' ............................[fullført]
Pakkebrønnen 'openSUSE-13.1-Oss' ble lagt til
aktivert: Ja
Autooppdater: Ja
GPG-kontroll: Ja
URI: http://download.opensuse.org/distribution/13.1/repo/oss/

linux-5wzh:/home/stien # zypper ar --refresh http://download.opensuse.org/update/13.1/ 'openSUSE-13.1-Update'
Legger til pakkebrønn 'openSUSE-13.1-Update' .........................[fullført]
Pakkebrønnen 'openSUSE-13.1-Update' ble lagt til
aktivert: Ja
Autooppdater: Ja
GPG-kontroll: Ja
URI: http://download.opensuse.org/update/13.1/

linux-5wzh:/home/stien # zypper ar --refresh http://download.opensuse.org/update/13.1-non-oss/ 'openSUSE-13.1-Update-Non-Oss
>
>
   

Brukerens avatar
medlem i 203 måneder
 

Re: Oppgradering.

Innleggav terjejh » ons 04.12.2013 2:28

singer skrev:Hva med code nå står å jobber? siste kommando fikk jeg ikke svar men kun som vist på bilde..
Kjører en zypper dup ser ut som 13.1 oppgraderer nå..
Hva gjør jeg etter at en stor mengde filer ble lastet? Har fortsatt 12.3 Er det andre måter å installere på en software update? Der ligger det nå 1.1GB som venter på og oppdateres

'zypper dup' skal både laste ned og installere filene fra de tre pakkebrønnene du har fått lagt inn. Dvs. la den arbeide seg ferdig.

Årsaken til at du ikke fikk lagt til den siste pakkebrønnen, er at du har utelatt en appostrof ' helt til slutt bak navnet. Legg til denne pakkebrønnen når den første 'zypper dup' er ferdig, og kjør deretter 'zypper dup' igjen.

Når du nå tar en omstart, skal det oppdaterte openSUSE 13.1 starte opp.
Skjærer dette seg, kan du kjøre Installasjons Oppdatering ved å boote dvd'en du holdt på med. Skjærer også dette seg, må du kjøre en ny Installasjon.

Erfaren
Brukerens avatar
medlem i 216 måneder
 

Re: Oppgradering.

Innleggav singer » ons 04.12.2013 17:13

Takk for linker nu er 13.1 install.

Brukerens avatar
medlem i 203 måneder
 

Re: Oppgradering.

Innleggav terjejh » ons 04.12.2013 18:33

Her er nyttige pakkebrønner i tillegg som gir ekstra applikasjoner og (multimedia)funksjonalitet. Jeg lister bare URI og NAVN for hver:
Kode: Merk alt
zypper ar --refresh
http://packman.inode.at/suse/13.1/ 'packman'
http://opensuse-guide.org/repo/13.1/ 'libdvdcss'
http://download.opensuse.org/repositories/GNOME:/Apps/openSUSE_13.1/ 'openSUSE BuildService - GNOME:Apps'
http://download.opensuse.org/repositories/KDE:/Extra/openSUSE_13.1/ 'openSUSE BuildService - KDE:Extra'
http://download.opensuse.org/repositories/LibreOffice:/Stable/openSUSE_13.1/ 'openSUSE BuildService - LibreOffice'
http://download.opensuse.org/repositories/mozilla/openSUSE_13.1/ 'openSUSE BuildService - Mozilla'
http://download.opensuse.org/repositories/Virtualization/openSUSE_13.1/ 'openSUSE BuildService - Virtualisering (VirtualBox)'
http://download.opensuse.org/repositories/games/openSUSE_13.1/ 'openSUSE BuildService - Spill'

Kode: Merk alt
zypper dup

openSUSE 13.1 Multi-media and Restricted Format Installation Guide
NB: Selve pakkebrønnene er allerede lagt til med ovennevnte.
http://opensuse-community.org/Restricted_formats/13.1
https://forums.opensuse.org/blogs/caf49 ... guide-149/

Erfaren
Brukerens avatar
medlem i 216 måneder
 

Re: Oppgradering.

Innleggav singer » ons 04.12.2013 19:19

Lastet ned dem linkene du limet inn over hva er anerledes nå -nye spill?

Brukerens avatar
medlem i 203 måneder
 

Re: Oppgradering.

Innleggav terjejh » ons 04.12.2013 21:18

Multimedia kodeker for bl.a avspilling og generering av flere video- formater etc.

Hvilke spillpakker du har installert (venstre kollonne S=i ) og har tilgjengelig, kan finnes via følgende utlisting:
Kode: Merk alt
zypper se -t package -d game

Ønsker du å installere flere spillpakker (med blankt felt i venstre Status-kollonne), kan det gjøres med bl.a
Kode: Merk alt
zypper in programNAVN

Erfaren
Brukerens avatar
medlem i 216 måneder
 

Re: Oppgradering.

Innleggav singer » ons 04.12.2013 21:42

Kode: Merk alt
 stien@linux-5wzh:~> su
Passord:
linux-5wzh:/home/stien # zypper se -t package -d game
Laster pakkebrønndata...
Leser installerte pakker...

S | Navn                           | Sammendrag                          | Type
--+--------------------------------+-------------------------------------+------
  | 0ad                            | Free, Open-Source, Cross-Platform-> | pakke
  | 0ad-data                       | The Data Files for 0 AD             | pakke
  | 0verkill                       | Bloody hell in ASCII art            | pakke
  | 0verkill-xwindow               | Bloody hell in ASCII art (with X -> | pakke
  | 2h4u                           | Too Hard For You - a mix between -> | pakke
  | Box2D-doc                      | A 2D Physics Engine for Games       | pakke
  | CorsixTH                       | Theme Hospital clone                | pakke
  | OpenLieroX                     | A real-time, excessive clone of W-> | pakke
  | OpenSceneGraph                 | Open source high performance 3D g-> | pakke
  | OpenSceneGraph-examples        | OpenSceneGraph example applications | pakke
  | OpenSceneGraph-plugins         | Plugins for OpenSceneGraph          | pakke
  | PlayOnLinux                    | Play your Windows games on Linux    | pakke
  | PySolFC                        | PySol Fan Club edition              | pakke
  | PySolFC-Cardsets               | PySolFC - additional cardsets       | pakke
  | Reaction                       | A port of the classic Action Quak-> | pakke
  | Reaction-data                  | A port of the classic Action Quak-> | pakke
  | SimGear                        | Simulator Construction Gear         | pakke
  | abe                            | Scrolling, platform-jumping, anci-> | pakke
i | aisleriot                      | Solitaire Card Games for GNOME      | pakke
  | aisleriot-themes               | Solitaire Card Games for GNOME ---> | pakke
  | alienarena                     | 3D Deathmatch game                  | pakke
  | alienarena-server              | Dedicated server for alienarena, -> | pakke
  | alienblaster                   | Action-loaded 2D arcade shooter g-> | pakke
  | allegro-tools                  | Extra tools for the Allegro progr-> | pakke
  | andy-super-great-park          | 2D platform game ? binary files     | pakke
  | andy-super-great-park-data     | 2D platform game ? art and other -> | pakke
  | angrydd                        | Angry, Drunken Dwarves: Rock-Drop-> | pakke
  | ardentryst                     | Ardentryst                          | pakke
  | ardentryst-data                | Ardentryst                          | pakke
  | armagetron                     | OpenGL Game Similar to the Film T-> | pakke
  | asc                            | Advanced Strategic Command--Turn--> | pakke
  | asc-music                      | Music for Advanced Strategic Comm-> | pakke
  | asciiportal                    | ASCII sidescroller with portals     | pakke
  | assaultcube                    | Free first-person-shooter based o-> | pakke
  | assaultcube-data               | AssaultCube data files              | pakke
  | assaultcube-doc                | AssaultCube documentation           | pakke
  | assaultcube-reloaded           | Free first-person-shooter based o-> | pakke
  | assaultcube-reloaded-data      | AssaultCube Reloaded data files     | pakke
  | assimp-devel                   | Headers, docs and command-line ut-> | pakke
  | atanks                         | A fun tank game, which plays like-> | pakke
  | atlascpp-devel                 | The Atlas protocol C++ implementa-> | pakke
  | ballerburg                     | Two players, two castles, and a h-> | pakke
  | barrage                        | Kill and destroy as many targets -> | pakke
  | berusky                        | Logic game based on an ancient pu-> | pakke
  | bitfighter                     | A a free multi-player 2-D space c-> | pakke
  | black-box                      | Puzzle Game                         | pakke
  | blender                        | A 3D Modelling And Rendering Pack-> | pakke
  | blinken                        | Simon Says Game                     | pakke
  | blobAndConquer                 | Blob Wars: Blob and Conquer - a 3-> | pakke
  | blobby                         | 2D Arcade Beach Volleyball Game     | pakke
  | blobwars                       | Mission and Objective based 2D Pl-> | pakke
  | blockout                       | A free clone of the original Bloc-> | pakke
  | bomber                         | Invading cities with a plane        | pakke
  | bomberclone                    | Clone of the game AtomicBomberMan   | pakke
  | boswars                        | Bos Wars                            | pakke
  | bovo                           | Five-in-a-row Board Game            | pakke
  | brainparty                     | Brain-stretching game with 36 min-> | pakke
  | brikx                          | Brikx                               | pakke
  | bs                             | Battleships Game for the Terminal   | pakke
  | bsd-games                      | Several Text-Mode Games             | pakke
  | bygfoot                        | Football (Soccer) Management Game   | pakke
  | bzflag                         | 3D Networked Multiplayer Tank Bat-> | pakke
  | caph                           | Sandbox game, based on physics      | pakke
  | cegui-demos-devel              | Crazy Eddie's GUI System            | pakke
  | cervi                          | Multiplayer Game                    | pakke
  | chapping                       | Pro Evolution Chapping: button fo-> | pakke
  | chessx                         | A chess database application        | pakke
  | chocolate-doom                 | Conservative DOOM source port       | pakke
  | chroma                         | Abstract puzzle game with complex-> | pakke
  | chromium-bsu                   | Vertical Scrolling Space Shooter -> | pakke
  | circuslinux                    | A Clone of the Atari 2600 Game "C-> | pakke
  | clanbomber                     | A Bomberman or Dynablaster Clone    | pakke
  | clanbomber2                    | Bomberman-like multiplayer game     | pakke
  | clanlib                        | A Portable Interface for Writing -> | pakke
  | clanlib-devel                  | A portable interface for writing -> | pakke
  | clanlib-doc                    | A Portable Interface for Writing -> | pakke
  | clanlib-examples               | A Portable Interface for Writing -> | pakke
  | clanlib065                     | A Portable Interface for Writing -> | pakke
  | clanlib065-devel               | A portable interface for writing -> | pakke
  | clanlib1                       | Cross Platform C++ Toolkit Library  | pakke
  | crack-attack                   | Clone of the Nintendo Classic 'Te-> | pakke
  | crafty                         | A Chess Program                     | pakke
  | crawl                          | Roguelike dungeon exploration game  | pakke
  | crawl-data                     | Roguelike dungeon exploration gam-> | pakke
  | crawl-sdl                      | Roguelike dungeon exploration gam-> | pakke
  | crossfire                      | Game server for Crossfire           | pakke
  | crossfire-client               | Client for connecting to crossfir-> | pakke
  | crossfire-maps                 | Maps for Crossfire                  | pakke
  | csmash                         | 3D Table Tennis Game                | pakke
  | cubosphere                     | 3d puzzle similar to Kula World /-> | pakke
  | cubosphere-data                | Data files for Cubosphere           | pakke
  | cutemaze                       | Maze game                           | pakke
  | cuyo                           | Tetris-like game with many levels-> | pakke
  | dark-oberon                    | Real-time strategy game similar t-> | pakke
  | darkplaces-server              | Dedicated server for the darkplac-> | pakke
  | derelict-allegro-devel-static  | Support for developing D applicat-> | pakke
  | deutex                         | WAD composer for Doom and related-> | pakke
  | digger                         | Unix Version of the old Classic G-> | pakke
  | doomsday-launcher              | Graphical launcher for Doomsday     | pakke
  | dosbox                         | DOS Emulator Well-Suited for Play-> | pakke
  | dragonmemory                   | A memory game where you have to m-> | pakke
  | dreamchess                     | A chess game with 3D openGL graph-> | pakke
  | dumb                           | IT, XM, S3M and MOD player library  | pakke
  | dumb-doc                       | Doc Package for Dump                | pakke
  | dunelegacy                     | A modern Dune II reimplentation     | pakke
  | dustrac                        | 2D Racing Game                      | pakke
  | eaglemode                      | Eagle Mode the deep application C-> | pakke
  | eboard                         | A chess board interface for ICS a-> | pakke
  | eduke32-console                | Eduke32 Console game                | pakke
  | eduke32-gui                    | Eduke32 GUI game                    | pakke
  | egoboo                         | A top down graphical (3D) RPG in -> | pakke
  | elemines                       | Simple game to train concentratio-> | pakke
  | emilia                         | Pinball game                        | pakke
  | enemy-territory-data           | Wolfenstein: Enemy Territory game-> | pakke
  | enigma                         | An Excellent Oxyd Clone             | pakke
  | etlegacy-mod                   | Legacy Mod                          | pakke
  | etrophy                        | Library managing scores, trophies-> | pakke
  | extreme-tuxracer               | Open source racing game featuring-> | pakke
  | falconseye                     | A Mouse-Driven interface for NetH-> | pakke
  | fife-devel                     | Development files for fife engine   | pakke
  | fillets-ng                     | Fish Fillets - Next Generation      | pakke
  | fillets-ng-data                | Game Data for Fish Fillets - Next-> | pakke
i | five-or-more                   | "Five or More" Game for GNOME       | pakke
  | flare                          | Free Libre Action Roleplaying Eng-> | pakke
  | flare-data                     | Flare: art and other architecture-> | pakke
  | fofix                          | Frets on Fire X - A multi-OS rhyt-> | pakke
  | foobillard                     | A Free OpenGL Billiard Game         | pakke
  | formido                        | Fast bug shooting game              | pakke
i | four-in-a-row                  | Connect Four Game for GNOME         | pakke
  | freeciv                        | Free Civilization Clone             | pakke
  | freecol                        | A colonization clone                | pakke
  | freedink                       | Adventure and role-playing game     | pakke
  | freedink-dfarc                 | Frontend and .dmod installer for -> | pakke
  | freedink-engine                | Adventure and role-playing game (-> | pakke
  | freedoom                       | Replacement game files for Doom g-> | pakke
  | freedoom-freedm                | Deathmatch levels for Doom          | pakke
  | freedroid                      | Clone of the C64 game Paradroid     | pakke
  | freedroidrpg                   | Role playing game with Freedroid -> | pakke
  | freedroidrpg-data              | Data files for Freedroid RPG        | pakke
  | freegish                       | Sticky and slick logic game         | pakke
  | freeorion                      | A turn-based space empire and gal-> | pakke
  | freeorion-data                 | A turn-based space empire and gal-> | pakke
  | freeserf                       | A modern Settlers 1 reimplentation  | pakke
  | fretsonfire                    | A game of musical skill and fast -> | pakke
  | frisk                          | X Window System Risk                | pakke
  | frotz                          | An interpreter for all Infocom an-> | pakke
  | frozen-bubble                  | Puzzle with Bubbles                 | pakke
  | frozen-bubble-server           | Puzzle with Bubbles - Server        | pakke
  | fruit21                        | A very strong, UCI compatible Che-> | pakke
i | gbrainy                        | A brain teaser game and trainer     | pakke
i | gcompris                       | GCompris / I Have Understood        | pakke
i | gcompris-data                  | GCompris data / I Have Understood   | pakke
  | gcompris-devel                 | Development package for gcompris    | pakke
  | gcompris-voices-af             | GCompris Afrikaans voices           | pakke
  | gcompris-voices-ar             | GCompris Arabic voices              | pakke
  | gcompris-voices-ast            | GCompris Asturian voices            | pakke
  | gcompris-voices-bg             | GCompris Bulgarian voices           | pakke
  | gcompris-voices-br             | GCompris Breton voices              | pakke
  | gcompris-voices-cs             | GCompris Czech voices               | pakke
  | gcompris-voices-da             | GCompris Danish voices              | pakke
  | gcompris-voices-de             | GCompris voices in German           | pakke
  | gcompris-voices-el             | GCompris voices in NewGreek         | pakke
i | gcompris-voices-en             | GCompris voices in English          | pakke
  | gcompris-voices-eo             | GCompris voices in Esperanto        | pakke
  | gcompris-voices-es             | GCompris voices in Spanish          | pakke
  | gcompris-voices-eu             | GCompris voices in Basque           | pakke
  | gcompris-voices-fi             | GCompris voices in Finish           | pakke
  | gcompris-voices-fr             | GCompris voices in French           | pakke
  | gcompris-voices-gd             | GCompris voices in Gaelic           | pakke
  | gcompris-voices-hi             | GCompris voices in Hindi            | pakke
  | gcompris-voices-hu             | GCompris voices in Hungarian        | pakke
  | gcompris-voices-id             | GCompris voices in Indonesian       | pakke
  | gcompris-voices-it             | GCompris voices in Italian          | pakke
  | gcompris-voices-lt             | GCompris voices in Lithuanian       | pakke
  | gcompris-voices-mr             | GCompris voices in Marathi          | pakke
i | gcompris-voices-nb             | GCompris voices in Norwegian        | pakke
  | gcompris-voices-nl             | GCompris voices in Dutch            | pakke
  | gcompris-voices-nn             | GCompris voices in Newnorwegian     | pakke
  | gcompris-voices-pa             | GCompris voices in Panjabi          | pakke
  | gcompris-voices-pt             | GCompris voices in Portuguese       | pakke
  | gcompris-voices-pt-br          | GCompris voices in Brasilian        | pakke
  | gcompris-voices-ru             | GCompris voices in Russian          | pakke
  | gcompris-voices-sk             | GCompris voices in Slovak           | pakke
  | gcompris-voices-sl             | GCompris voices in Slovenian        | pakke
  | gcompris-voices-so             | GCompris voices in Somali           | pakke
  | gcompris-voices-sr             | GCompris voices in Serbian          | pakke
  | gcompris-voices-sv             | GCompris voices in Swedish          | pakke
  | gcompris-voices-th             | GCompris voices in Thai             | pakke
  | gcompris-voices-tr             | GCompris voices in Turkish          | pakke
  | gcompris-voices-ur             | GCompris voices in Urdu             | pakke
  | gcompris-voices-zh_CN          | GCompris voices in Chinese          | pakke
  | gemdropx                       | A Puzzle Game Similar to Tetris     | pakke
  | gemrb                          | Game engine made with pre-Rendere-> | pakke
  | ggz-client-libs                | Common files needed to use GGZ      | pakke
  | ghex                           | GNOME Binary Editor                 | pakke
  | ghex-devel                     | GNOME Binary Editor -- Developmen-> | pakke
  | gigi-fo                        | A small, efficient, and feature-r-> | pakke
  | gl-117                         | Action Flight Simulator             | pakke
i | gnome-chess                    | Chess Game for GNOME                | pakke
i | gnome-games                    | Games for GNOME -- meta package     | pakke
  | gnome-games-extra-data         | Extra data files for GNOME Games    | pakke
i | gnome-games-recommended        | Recommended Games for GNOME         | pakke
  | gnome-games-scripts            | Build helpers for gnome game pack-> | pakke
i | gnome-klotski                  | Klotski Game for GNOME              | pakke
i | gnome-mahjongg                 | Mahjong Solitaire Game for GNOME    | pakke
i | gnome-mines                    | Minesweeper Game for GNOME          | pakke
i | gnome-nibbles                  | Worm Game for GNOME                 | pakke
i | gnome-robots                   | Robots Game for GNOME               | pakke
i | gnome-sudoku                   | Sudoku Game for GNOME               | pakke
i | gnome-tetravex                 | Tetravex Game for GNOME             | pakke
  | gnome-video-arcade             | MAME Frontend for the GNOME Desktop | pakke
  | gnubg                          | Plays and analyzes backgammon gam-> | pakke
  | gnubik                         | Software Implementation of the Ru-> | pakke
  | gnugo                          | Chinese Game "Go"                   | pakke
  | gnurobbo                       | GNU Robbo                           | pakke
  | gnushogi                       | Japanese Version of Chess           | pakke
  | gpclient                       | Unofficial gamepark client          | pakke
  | gplanarity                     | Puzzle game involving untangling -> | pakke
  | granatier                      | Bomberman-like game for KDE         | pakke
  | gtetrinet                      | A Client for the TetriNET Game      | pakke
  | guake                          | A dropdown terminal for GNOME       | pakke
  | guichan-devel                  | Development files for guichan dev-> | pakke
  | hawknl-devel                   | Game oriented network API           | pakke
  | hawknl1                        | Game oriented network API           | pakke
  | hedgewars                      | Turn-based artillery game, featur-> | pakke
  | hedgewars-data                 | Turn-based artillery game, featur-> | pakke
  | hedgewars-server               | A turn based strategy game          | pakke
  | heroes-tron                    | Game Like Tron and Nibbles Games    | pakke
  | hex-a-hop                      | Puzzle game based on hexagonal ti-> | pakke
  | hexglass                       | Tetris-like Puzzle Game             | pakke
  | hextris                        | Xhextris and CXhextris, hexagonal-> | pakke
i | iagno                          | Reversi Game for GNOME              | pakke
  | instead                        | Simple text adventures/visual nov-> | pakke
  | instead-launcher               | Game update/install/launch progra-> | pakke
  | jag                            | An arcade-puzzle 2D game            | pakke
  | jumpnbump                      | Funny Game with Cute Little Bunnies | pakke
  | kajongg                        | 4 Player Mahjongg game              | pakke
  | kanagram                       | Anagram Game                        | pakke
  | kanagram-devel                 | Kanagram engine library - Develop-> | pakke
  | kapman                         | Pac-Man-like game for KDE           | pakke
  | katomic                        | Sokoban-like logic game             | pakke
  | kbang                          | Open source implementation of the-> | pakke
  | kblackbox                      | Logic game                          | pakke
  | kblocks                        | KBlocks - classic falling blocks -> | pakke
  | kbounce                        | Bounce ball game                    | pakke
  | kbreakout                      | Breakout-like game for KDE          | pakke
  | kcheckers                      | Checkers Boardgame                  | pakke
  | kdeaddons3-games               | Additional Modules for Atlantik     | pakke
  | kdeedu3                        | Education Applications              | pakke
  | kdegames3                      | Games for KDE                       | pakke
  | kdegames3-arcade               | Arcade games for KDE                | pakke
  | kdegames3-board                | KDE board games                     | pakke
  | kdegames3-card                 | Card games for KDE                  | pakke
  | kdegames3-devel                | Games for KDE: Build Environment    | pakke
  | kdegames3-tactic               | Tactic and logic games for KDE      | pakke
  | kdegames4-carddecks-default    | Default Card Decks for KDE Games    | pakke
  | kdegames4-carddecks-other      | Further Card Decks for KDE Games    | pakke
  | kdiamond                       | Single player puzzle game           | pakke
  | kfourinline                    | Four Wins game                      | pakke
  | kgoldrunner                    | Action & Puzzle Solving Game        | pakke
  | khangman                       | Hangman Game                        | pakke
  | khunphan                       | Traditional Thai Puzzle Board Gam-> | pakke
  | kigo                           | Traditional Chinese Boardgame for-> | pakke
  | kiki                           | The nano bot                        | pakke
  | killbots                       | Robots-like game for KDE            | pakke
  | kiriki                         | Yahtzee-like Game                   | pakke
  | kjumpingcube                   | Tactical board game                 | pakke
  | klettres                       | Alphabet Learning Game              | pakke
  | klickety                       | Strategic board game                | pakke
  | klines                         | Tactical game                       | pakke
  | kmahjongg                      | Mahjongg game                       | pakke
  | kmines                         | Minesweeper-like game               | pakke
  | knavalbattle                   | Battleship game                     | pakke
  | knetwalk                       | Puzzle game                         | pakke
  | kobo-deluxe                    | 3rd person scrolling 2D shooter     | pakke
  | kolf                           | Miniature golf game                 | pakke
  | kollision                      | Kollision game                      | pakke
  | konquest                       | Galactic strategy game              | pakke
  | koules                         | X Action Game with Multiplayer, N-> | pakke
  | kpat                           | Patience card game                  | pakke
  | kqlives                        | The console-style roleplaying game  | pakke
  | krank                          | Little casual game                  | pakke
  | kreversi                       | Reversi board game                  | pakke
  | kshisen                        | Shisen-Sho Mahjongg-like game       | pakke
  | ksirk                          | Risk-like game for KDE              | pakke
  | ksnakeduel                     | Simple snake duel game              | pakke
  | kspaceduel                     | Space Arcade game                   | pakke
  | ksquares                       | Strategic board game                | pakke
  | ktuberling                     | Potato drawing editor               | pakke
  | kubrick                        | Kubrick is a game based on Rubik'-> | pakke
  | kwest                          | A KDE interpreter for Z-Machine g-> | pakke
  | kye                            | Logic puzzle game with arcade ele-> | pakke
  | lacewing                       | Asteroid like game with many diff-> | pakke
  | lbreakout2                     | Classic Breakout-Style Game         | pakke
  | legesmotus                     | Leges Motus is a 2D networked, te-> | pakke
  | levelhead-data                 | Spatial Memory Game                 | pakke
  | lgeneral                       | A turn-based strategy engine heav-> | pakke
  | lgeneral-data                  | Basic data files for the LGeneral-> | pakke
  | libBox2D-devel                 | A 2D Physics Engine for Games       | pakke
  | libBox2D-devel-32bit           | A 2D Physics Engine for Games       | pakke
  | libBox2D2_2_1                  | A 2D Physics Engine for Games       | pakke
  | libBox2D2_2_1-32bit            | A 2D Physics Engine for Games       | pakke
  | libOpenSceneGraph-devel        | OpenSceneGraph development files    | pakke
  | libOpenSceneGraph80            | Shared libraries for OpenSceneGraph | pakke
  | libOpenThreads-devel           | OpenSceneGraph development files    | pakke
  | libOpenThreads12               | Shared libraries for OpenSceneGraph | pakke
  | libXxf86dga-devel              | Development files for the XFree86-> | pakke
  | libXxf86dga-devel-32bit        | Development files for the XFree86-> | pakke
i | libXxf86dga1                   | XFree86-DGA extension client libr-> | pakke
  | libXxf86dga1-32bit             | XFree86-DGA extension client libr-> | pakke
  | libaldmb-0_9_3                 | Development libraries and headers-> | pakke
  | liballeg-devel                 | A game programming library          | pakke
  | liballeg4_4                    | A game programming library          | pakke
  | liballeg4_4-32bit              | A game programming library          | pakke
  | liballegro5_0                  | A game programming library          | pakke
  | liballegro5_0-32bit            | A game programming library          | pakke
  | liballegroOGG0                 | Ogg library for use with the Alle-> | pakke
  | liballegro_acodec5_0           | A game programming library          | pakke
  | liballegro_acodec5_0-32bit     | A game programming library          | pakke
  | liballegro_audio5_0            | A game programming library          | pakke
  | liballegro_audio5_0-32bit      | A game programming library          | pakke
  | liballegro_color5_0            | A game programming library          | pakke
  | liballegro_color5_0-32bit      | A game programming library          | pakke
  | liballegro_dialog5_0           | A game programming library          | pakke
  | liballegro_dialog5_0-32bit     | A game programming library          | pakke
  | liballegro_font5_0             | A game programming library          | pakke
  | liballegro_font5_0-32bit       | A game programming library          | pakke
  | liballegro_image5_0            | A game programming library          | pakke
  | liballegro_image5_0-32bit      | A game programming library          | pakke
  | liballegro_main5_0             | A game programming library          | pakke
  | liballegro_main5_0-32bit       | A game programming library          | pakke
  | liballegro_memfile5_0          | A game programming library          | pakke
  | liballegro_memfile5_0-32bit    | A game programming library          | pakke
  | liballegro_physfs5_0           | A game programming library          | pakke
  | liballegro_physfs5_0-32bit     | A game programming library          | pakke
  | liballegro_primitives5_0       | A game programming library          | pakke
  | liballegro_primitives5_0-32bit | A game programming library          | pakke
  | liballegro_ttf5_0              | A game programming library          | pakke
  | liballegro_ttf5_0-32bit        | A game programming library          | pakke
  | libassimp3                     | Headers, docs and command-line ut-> | pakke
  | libatlascpp-0_6-1              | The Atlas protocol C++ implementa-> | pakke
  | libbullet2_81                  | Bullet Continuous Collision Detec-> | pakke
  | libcegui-devel                 | Crazy Eddie's GUI System            | pakke
  | libcegui0_7_8                  | Crazy Eddie's GUI System            | pakke
  | libdumb-0_9_3                  | Development libraries and headers-> | pakke
  | libegbb3                       | Library for loading bitbased endg-> | pakke
  | libegbb3-devel                 | Development files for libegbb       | pakke
  | libfife0                       | System shared libraries for fife -> | pakke
i | libgme0                        | Collection of video game music fi-> | pakke
  | libgme0-32bit                  | Collection of video game music fi-> | pakke
  | libgrapple-0_9-2               | Simple network library for games    | pakke
  | libgrapple-0_9-2-32bit         | Simple network library for games    | pakke
  | libgtkhex-3-0                  | GNOME Binary Editor -- Library      | pakke
  | libguichan-0_8_1-1             | Guichan system shared libraries     | pakke
  | libhardsid-builder0            | Sidplay2 Library                    | pakke
  | libkanagramengine4             | Kanagram Engine library             | pakke
  | libkdegames                    | General Data for KDE Games          | pakke
  | libkdegames-devel              | Library for KDE Games: Build Envi-> | pakke
  | libkdegames6                   | Library for KDE Games               | pakke
  | libkhangmanengine4             | Khangman Engine library             | pakke
  | libkmahjongg                   | General Data for KDE Games          | pakke
  | libkmahjongg-devel             | Library for Mahjongg tiles: Build-> | pakke
  | libmupen64plus2                | Shared Library Interface to the M-> | pakke
  | libode-devel                   | Open Dynamics Engine Library deve-> | pakke
  | libode1                        | Open Dynamics Engine Library deve-> | pakke
  | libphysfs-devel                | Libraries, includes and more to d-> | pakke
  | libphysfs1                     | PhysicsFS file abstraction layer -> | pakke
  | libpr-downloader_shared        | Maps/Mod Downloader for Spring      | pakke
  | libresid-builder0              | Sidplay2 Library                    | pakke
  | libresid0                      | Resid Library                       | pakke
  | libsfml1_6                     | SFML library                        | pakke
i | libsidplay1                    | A Library for C64 Music Files       | pakke
  | libsidplay1-32bit              | A Library for C64 Music Files       | pakke
  | libsidplay1-devel              | A Library for C64 Music Files       | pakke
  | libsidplay2-1                  | Sidplay2 Library                    | pakke
  | libsidutils0                   | Sidutils Library                    | pakke
  | libwfut                        | A WorldForge Update Tool library    | pakke
  | libwfut-0_2-1                  | A WorldForge Update Tool library    | pakke
  | libwfut-devel                  | A WorldForge Update Tool library    | pakke
  | libwinestuff                   | A library for WineGame              | pakke
  | libwinestuff-32bit             | A library for WineGame              | pakke
  | libxmp-devel                   | Development files for libxmp, a M-> | pakke
i | lightsoff                      | Lights Out Game for GNOME           | pakke
  | lightyears                     | 20,000 Light Years Into Space       | pakke
  | lincity                        | SimCity Clone                       | pakke
  | lincity-ng                     | City Simulation Game                | pakke
  | liquidwar                      | Multiplayer wargame with liquid a-> | pakke
  | liquidwar-doc                  | Documentation for the LiquidWar g-> | pakke
  | liquidwar-server               | Network game server for the Liqui-> | pakke
  | liquidwar6                     | A unique multiplayer wargame        | pakke
  | loki_setup                     | Installer Program Mainly for Games  | pakke
  | loki_setup-32bit               | Installer Program Mainly for Games  | pakke
  | loki_setup-64bit               | Installer Program Mainly for Games  | pakke
  | loki_uninstall                 | Uninstall program for games         | pakke
  | loki_update                    | Updater program for games           | pakke
  | love                           | 2D gaming engine written in Lua     | pakke
  | love-0_7_2                     | 2D gaming engine written in Lua     | pakke
  | lskat                          | German Skat game                    | pakke
  | ltris                          | Tetris Clone with Multiplayer and-> | pakke
  | lugaru                         | Kung-Fu Rabbit Adventure Video Game | pakke
  | luola                          | Fly a small V shaped ship in diff-> | pakke
  | madbomber                      | A Clone of the Atari Game Kaboom!   | pakke
  | mame                           | Versatile Arcade Machine Emulator   | pakke
i | man-pages                      | Linux  Manual Pages                 | pakke
  | manaplus                       | A client for Evol Online and The -> | pakke
  | marbles                        | Atomix-Like Game of Moving Marble-> | pakke
  | mari0                          | Nintendo's Super Mario Bros and V-> | pakke
  | mars                           | Mars, Land Of No Mercy              | pakke
  | martian                        | A simple memomy game oriented to -> | pakke
  | maxr                           | M.A.X.R. (Mechanized Assault and -> | pakke
  | meandmyshadow                  | Me and My Shadow is a puzzle/plat-> | pakke
  | megaglest                      | Free 3D Real-Time Customizable St-> | pakke
  | methane                        | Super Methane Brothers              | pakke
  | micropolis                     | City simulation based on Maxis Si-> | pakke
  | minetest                       | A InfiniMiner/Minecraft inspired -> | pakke
  | minetest-build                 | Minetest Build Game                 | pakke
  | minetest-common                | Minetest Common Mods                | pakke
  | minetest-game                  | Minetest Game                       | pakke
  | minetest-survival              | Minetest Survival Game              | pakke
  | moon-lander                    | A 2D Game of Gravity                | pakke
  | mumble                         | Voice Communication Client for Ga-> | pakke
  | mumble-32bit                   | Voice Communication Client for Ga-> | pakke
  | mumble-server                  | Voice Communication Server for Ga-> | pakke
  | mupen64plus-ui-console         | Command Line Frontend for the Mup-> | pakke
  | mures                          | A Multiplayer Puzzle Game           | pakke
  | mythgame-0_27                  | A game frontend (xmame, nes, snes-> | pakke
  | naev                           | 2d action, RPG space game           | pakke
  | naev-data                      | 2d action, RPG space game           | pakke
  | nagios-plugins-game            | Gameserver check                    | pakke
  | netpanzer                      | An Online Multiplayer Tactical Wa-> | pakke
  | njam                           | Pacman like game                    | pakke
  | nodereviver                    | Node Reviver                        | pakke
  | nogravity                      | Space shooter in 3D                 | pakke
  | numptyphysics                  | Numpty Physics                      | pakke
  | openarena                      | Open Arena game engine              | pakke
  | openarena-data                 | Data files for Open Arena           | pakke
  | opencity                       | 3D City Simulation                  | pakke
  | opengl-games-utils             | Utilities to check proper 3d supp-> | pakke
  | openjazz                       | Remake of the classic Jazz Jackra-> | pakke
  | openra                         | Recreation of the early Command &-> | pakke
  | openttd                        | An open source clone of Chris Saw-> | pakke
  | openttd-data                   | OpenTTD data                        | pakke
  | openttd-dedicated              | OpenTTD Dedicated Server binary (-> | pakke
  | orbital                        | Space Combat Simulator              | pakke
  | orderoftwilight                | Univorn Jump'n'run with spell fea-> | pakke
  | orthorobot                     | A perspective based puzzle game     | pakke
  | osgg                           | Old Skool Gravity Game              | pakke
  | overgod                        | Another Asteroid like game          | pakke
  | pachi                          | A platforms game inspired by game-> | pakke
  | pacman                         | A Pacman Game                       | pakke
  | paintown                       | 2D Fighting Game                    | pakke
  | paintown-data                  | 2D Fighting Game (Data Files)       | pakke
  | pairs                          | Memory and Pairs Game               | pakke
  | palapeli                       | Jigsaw puzzle game                  | pakke
  | pathological                   | Enriched python clone of the game-> | pakke
i | patterns-openSUSE-games        | Meta package for pattern games      | pakke
i | patterns-openSUSE-gnome_games  | Meta package for pattern gnome_ga-> | pakke
  | patterns-openSUSE-kde4_games   | Meta package for pattern kde4_games | pakke
  | pcsxr                          | PlayStation Emulator                | pakke
  | penguin-command                | A Clone of the Classic Missile Co-> | pakke
  | pengupop                       | Pengupop - Networked multiplayer -> | pakke
  | perl-SDL                       | Glue between Perl and SDL           | pakke
  | perl-Tree-DAG_Node             | An N-ary tree                       | pakke
  | pgn-extract                    | A CLI program for manipulating PG-> | pakke
  | phlipple                       | Phlipping squares will never be t-> | pakke
  | picmi                          | Nonogram Logic game                 | pakke
  | pingus                         | A Lemmings Clone                    | pakke
  | pink-pony                      | 3D racing game with ponies          | pakke
  | pink-pony-data                 | 3D racing game with ponies - data-> | pakke
  | pioneers                       | Playable implementation of the Se-> | pakke
  | pioneers-ai                    | Pioneers AI Player                  | pakke
  | pioneers-editor                | Pioneers Game Editor                | pakke
  | pioneers-meta-server           | Pioneers Meta Server                | pakke
  | pioneers-server-console        | Pioneers Console Server             | pakke
  | pioneers-server-data           | Pioneers Data                       | pakke
  | pioneers-server-gtk            | Pioneers GTK Server                 | pakke
  | pipewalker                     | PipeWalker - is a clone of the Ne-> | pakke
  | plee-the-bear                  | 2D platform game ? binary files     | pakke
  | plee-the-bear-data             | 2D platform game ? art and other -> | pakke
  | plib                           | A collection of useful Game libra-> | pakke
  | plib-devel                     | A collection of useful Game libra-> | pakke
  | pmars                          | The reference implementation of C-> | pakke
  | pokerth                        | Multi-Player "Texas Hold'em" Poke-> | pakke
  | pokerth-server                 | Multi-Player "Texas Hold'em" Poke-> | pakke
  | polly-b-gone                   | A 3D physics platform game          | pakke
  | powder                         | Physics sandbox game                | pakke
  | powermanga                     | Arcade 2D shoot-them-up game        | pakke
  | ppracer                        | 3D Penguin Downhill Racing Game     | pakke
  | prboom-plus                    | Open source port of the DOOM game-> | pakke
  | psgplay                        | Player for Atari ST Music Files     | pakke
  | pushover                       | A fun puzzle game                   | pakke
  | pydance                        | Fun dancing game for experience a-> | pakke
  | python-Cheetah                 | Cheetah is a template engine and -> | pakke
  | python-fife                    | Python extensions for the fife en-> | pakke
  | python-pygame                  | A Python Module for Interfacing w-> | pakke
  | python-pygame-doc              | Pygame documentation and example -> | pakke
  | qgo                            | A Go Board and SGF Editor           | pakke
  | qnetwalk                       | Game for System Administrators      | pakke
  | quadra                         | Multiplayer block-falling action -> | pakke
i | quadrapassel                   | Tetris Game for GNOME               | pakke
  | racket-games                   | Sample games from Racket Scheme     | pakke
  | raidem-music                   | Background music for the game rai-> | pakke
  | raincat                        | Guide the fuzzy cat to safety       | pakke
  | raincat-data                   | Raincat: art and other architectu-> | pakke
  | redeclipse                     | Fast aced first person ego-shooter  | pakke
  | redeclipse-data                | Data files for RedEclipse game      | pakke
  | residualvm                     | 3D adventure game interpreter       | pakke
  | rezerwar                       | A big mess of networked blocks an-> | pakke
  | rocksndiamonds                 | Arcade style game with stereo sou-> | pakke
  | s25rttr                        | Settlers 2 Remake                   | pakke
  | s25rttr-demoloader             | Settlers 2.5 - Return to the Root-> | pakke
  | sauerbraten                    | A free multiplayer/singleplayer f-> | pakke
  | sauerbraten-data               | Data files for Sauebraten           | pakke
  | sauerbraten-server             | Sauerbraten standalone server       | pakke
  | scalar                         | Jigsaw Puzzle                       | pakke
  | scid                           | A chess database application        | pakke
  | scorched3d                     | Game based loosely on the classic-> | pakke
  | scummvm                        | Interpreter for several adventure-> | pakke
  | scummvm-extra                  | Extra engines for ScummVM           | pakke
  | scummvm-tools                  | ScummVM-related tools               | pakke
  | sidplay-libs-devel             | A Player for C64 Music Files        | pakke
  | simplescreenrecorder           | A feature-rich screen recorder th-> | pakke
  | simutrans                      | Transport and Economic Simulation-> | pakke
  | simutrans-pak128               | Transport and Economic Simulation-> | pakke
  | simutrans-pak128-britain       | Transport and Economic Simulation-> | pakke
  | simutrans-pak128-german        | Transport and Economic Simulation-> | pakke
  | simutrans-pak128-japan         | Transport and Economic Simulation-> | pakke
  | simutrans-pak192-comic         | Transport and Economic Simulation-> | pakke
  | simutrans-pak32-comic          | Transport and Economic Simulation-> | pakke
  | simutrans-pak48-excentrique    | Transport and Economic Simulation-> | pakke
  | simutrans-pak64                | Transport and Economic Simulation-> | pakke
  | simutrans-pak64-german         | Transport and Economic Simulation-> | pakke
  | simutrans-pak64-japan          | Transport and Economic Simulation-> | pakke
  | simutrans-pak96-comic          | Transport and Economic Simulation-> | pakke
  | slingshot                      | A two dimensional, turn based sim-> | pakke
  | smokin-guns                    | Western style shooter based on th-> | pakke
  | smokin-guns-data               | Smokin Guns gamefiles downloader    | pakke
  | solarwolf                      | An Action/Arcade Game               | pakke
  | sopwith                        | SDL port of the sopwith game        | pakke
  | speed-dreams                   | Speed Dreams: binary files          | pakke
  | speed-dreams-data              | Speed Dreams: architecture indepe-> | pakke
  | springrts                      | A full 3D open source RTS game en-> | pakke
  | springrts-engine-dedicated     | Dedicated server for the spring g-> | pakke
  | springrts-engine-default       | Meta package for the spring game -> | pakke
  | springrts-evolution-rts        | Evolution RTS is a Spring engine -> | pakke
  | springrts-evolution-rts-maps   | Maps designed specially for Evolu-> | pakke
  | springrts-features             | All of the features made for Spri-> | pakke
  | springrts-gamedata             | Game releated files                 | pakke
  | springrts-zero-k               | Spring engine based game focused -> | pakke
  | springrts-zero-k-maps          | Maps designed specially for Zero--> | pakke
  | squaroid                       | A Strategy Game                     | pakke
  | stepmania                      | Music/rhythm game                   | pakke
  | stratagus                      | Real-time strategy gaming engine    | pakke
  | stratagus-devel                | Real-time strategy gaming engine -> | pakke
  | sumwars                        | Summoning Wars Role-Playing Game    | pakke
  | sumwars-data                   | Summoning Wars Role-Playing Game    | pakke
  | supertux                       | Jump'n run game                     | pakke
  | supertux2                      | Jump'n run game                     | pakke
  | supertuxkart                   | A 3D kart racing game               | pakke
  | supertuxkart-data              | Data files for SuperTuxKart         | pakke
i | swell-foop                     | Same Game for GNOME                 | pakke
i | tali                           | Yahtzee Game for GNOME              | pakke
  | tecnoballz                     | An exciting Brick Breaker           | pakke
  | teeworlds                      | Jumping the Gun                     | pakke
  | tellico                        | A Collection Manager for KDE        | pakke
  | texlive-collection-games       | Games typesetting                   | pakke
  | texlive-context-games          | Package context-games               | pakke
  | texlive-context-games-doc      | Documentation for texlive-context-> | pakke
  | texlive-egameps                | LaTeX package for typesetting ext-> | pakke
  | texlive-egameps-doc            | Documentation for texlive-egameps   | pakke
  | texlive-fancybox               | Variants of \fbox and other games-> | pakke
  | texlive-gamebook               | Typeset gamebooks and other inter-> | pakke
  | texlive-gamebook-doc           | Documentation for texlive-gamebook  | pakke
  | texlive-go                     | Fonts and macros for typesetting -> | pakke
  | texlive-hanoi                  | Tower of Hanoi in TeX               | pakke
  | texlive-hexgame                | Provide an environment to draw a -> | pakke
  | texlive-hexgame-doc            | Documentation for texlive-hexgame   | pakke
  | texlive-lecturer               | On-screen presentations for (almo-> | pakke
  | texlive-metago                 | MetaPost output of Go positions     | pakke
  | texlive-othelloboard           | Typeset Othello (Reversi) diagram-> | pakke
  | texlive-setdeck                | Typeset cards for Set               | pakke
  | texlive-sgame                  | LaTeX style for typesetting strat-> | pakke
  | texlive-sgame-doc              | Documentation for texlive-sgame     | pakke
  | texlive-skak                   | Fonts and macros for typesetting -> | pakke
  | texlive-texmate                | Comprehensive chess annotation in-> | pakke
  | texlive-xq                     | Support for writing about xiangqi   | pakke
  | texlive-xskak                  | An extension to the skak package -> | pakke
  | tilda                          | A quake like terminal for GNOME     | pakke
  | tint                           | A Clone of the Original Tetris Game | pakke
  | tomatoes                       | I Have No Tomatoes                  | pakke
  | tong                           | A mixture of two classic games      | pakke
  | tong-data                      | Data files for the Tong game        | pakke
  | trackballs                     | A Marble Madness-like Game          | pakke
  | trader                         | Star Traders, a simple game of in-> | pakke
  | tremulous                      | First Person Shooter game based o-> | pakke
  | tremulous-data                 | Data files for tremulous the FPS -> | pakke
  | trigger-rally                  | Fast-paced open source rally raci-> | pakke
  | trigger-rally-data             | Data package for the Trigger rall-> | pakke
  | trophy                         | 2D Car Racing Action Game           | pakke
  | tunneler                       | Clone of legendary Tunneler game    | pakke
  | tux_aqfh                       | Tuxedo T. Penguin                   | pakke
  | tuxanci                        | Arcade game - 2 tuxes fighting in-> | pakke
  | tuxfootball                    | 2D Football Game                    | pakke
  | tuxomania                      | You control Tux the penguin and m-> | pakke
  | ufoai                          | UFO:AI                              | pakke
  | ufoai-maps                     | UFO:AI - Maps Pack                  | pakke
  | ultimatestunts                 | A racing game in the style of "St-> | pakke
  | ultimatestunts-data            | Graphics, music, cars and tracks -> | pakke
  | unknown-horizons               | An economy and city building game   | pakke
  | unvanquished                   | Sci-fi RTS and FPS game             | pakke
  | unvanquished-data              | Sci-fi RTS and FPS game             | pakke
  | unvanquished-maps              | Sci-fi RTS and FPS game             | pakke
  | uqm                            | The Ur-Quan Masters, a port of th-> | pakke
  | urbanterror                    | A team-based tactical shooter bas-> | pakke
  | urbanterror-data               | Urban Terror game files             | pakke
  | vegastrike-extra               | Extra textures and content for Ve-> | pakke
  | vegastrike-music               | Music for Vega Strike               | pakke
  | vor                            | Variations on Rockdogders is an 2-> | pakke
  | warlocksgauntlet               | Warlock's Gauntlet: binary files    | pakke
  | warlocksgauntlet-data          | Warlock's Gauntlet: assets and ot-> | pakke
  | warsow                         | A fast-paced first-person-shooter-> | pakke
  | warzone2100                    | Innovative 3D real-time strategy    | pakke
  | warzone2100-data               | Data files for Warzone 2100         | pakke
  | wesnoth                        | Fantasy Turn-Based Strategy Game    | pakke
  | wesnoth-data                   | Architecture independent data for-> | pakke
  | wesnoth-server                 | Multiplayer server for Battle for-> | pakke
  | whichwayisup                   | Which Way Is Up?                    | pakke
  | widelands                      | Open source realtime-strategy game  | pakke
  | winegame                       | A simple front-end to Wine          | pakke
  | wordwarvi                      | A retro styled side scrolling sho-> | pakke
  | worminator                     | Sidescrolling platform and shoot -> | pakke
  | worminator-data                | Data for Worminator                 | pakke
  | xarchon                        | ARCHON clone for X11                | pakke
  | xblast                         | Multiplayer Bomberman+Dynablaster-> | pakke
  | xboard                         | X Window System Interface for pla-> | pakke
  | xfreecell                      | X11 FreeCell card game              | pakke
  | xgalaga                        | A Galaga-clone for X11              | pakke
  | xlogical                       | Puzzle Game                         | pakke
  | xmahjong                       | Mahjongg for X                      | pakke
  | xmahjongg                      | Colorful X solitaire MahJongg game  | pakke
  | xmemory                        | Memory game                         | pakke
  | xmoto                          | 2D motocross platform game          | pakke
  | xonotic                        | Xonotic first person shooter        | pakke
  | xonotic-data                   | Data for the xonotic first person-> | pakke
  | xpexeso                        | An X Window System Game with 64 P-> | pakke
  | xpuzzles                       | Some games of skill under X11       | pakke
  | xquarto                        | Xquarto is a board game designed -> | pakke
  | xscorch                        | A Scorched Earth clone              | pakke
  | xsolitaire                     | X11 solitaire card game             | pakke
  | xye                            | Puzzle game where the goal is to -> | pakke
  | yahqzee                        | A Game similar to Yahtzee or Knif-> | pakke
  | zaz                            | A puzzle game about arranging bal-> | pakke
linux-5wzh:/home/stien #
 


Jeg lurer litt på den siste koden jeg skulle lime om jeg sjøl skulle skrive navn program?Ja vet det er ikke blant de raskeste men jeg innrømmer det.zypper in programNAVN

fant bare 1 filmavspiller må muligens laste ned vlc spiller den forsvant med oppdatering til 13.1.
Sist endret av singer den ons 04.12.2013 22:34, endret 1 gang

Brukerens avatar
medlem i 203 måneder
 

Neste

Returner til OpenSUSE



Hvem er i Forumene

Registrerte brukere: Google [Bot]



cron