Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Freevo Wiki" for change 
notification.

The following page has been changed by 24.222.25.43:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/AptGet

------------------------------------------------------------------------------
@@ -7,24 +7,46 @@
 The following '/etc/apt/sources.list' file will allow you to get Freevo and it's 
dependencies, plus updates from SUSE.::
 
 {{{
-rpm      ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/9.0-i386  update suser-rbos 
funktronics packman packman-i686 security
-rpm-src  ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/9.0-i386  update suser-rbos 
funktronics packman packman-i686 security
+rpm      ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/9.0-i386  base update suser-rbos 
funktronics packman packman-i686 security
+rpm-src  ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/9.0-i386  base update suser-rbos 
funktronics packman packman-i686 security
 }}}
 
 After apt is setup, you need to run 'apt-get update' before doing anything else. 
After that you can install Freevo by typing 'apt-get install freevo' .
 
-'''''Note:''''' As of this writing, the base component containing SUSE-provided RPMs 
is not publically available. It is usually available a month after a North American 
release. Until then, some packages need to be installed from the DVD/CDs. These are:
+'''''Note:''''' The above sources.list includes the 'base' component. If you 
originally installed SUSE 9.0 from DVD/CDs an 'apt-get upgrade' will tell you that a 
lot of packages need to be upgraded. There are 3 things that you can do about this:
 
- * python-pygame
- * python-imaging
- * lirc
- * libdvdread
- * lzo
- * perl-XML-DOM
- * perl-XML-Writer
- * perl-DateManip
- * perl-libwww-perl
- * perl-Tie-IxHash
- * perl-Compress-Zlib
- * perl-XML-Simple
- * perl-Unicode-String
+ 1. Update all of the packages and be done with it. This can take a long time
+
+ 2. Figure out and install the dependencies yourself
+
+ 3. ''Best option, if you have the space'': Copy all of the RPMs from your DVD/CDs to 
your hard drive (or a machine on your local network that is not publically accessible) 
and create your own repository for 'base'. Here are instructions for doing this from 
Richard Bos (from http://sourceforge.net/mailarchive/message.php?msg_id=6400724 ):
+
+   Install the rpm that helps you create a repository:
+     apt install apt4rpm
+ 
+   Now create the file ~/.aptate/aptate.conf.  Something like the one below, 
+   change LOGIN in your loginname
+   {{{
+   <?xml version='1.0' encoding="iso-8859-1"?>
+   <!DOCTYPE opt SYSTEM "/usr/share/apt4rpm/aptate.dtd">
+ 
+   <opt>
+     <topdir>/home/LOGIN/</topdir>
+ 
+     <distribution id="suse90">
+       <name>suse</name>
+       <version>9.0</version>
+       <architecture>i586</architecture>
+ 
+       <component>
+        <name>base</name>
+         <url>../../../media/dvd/suse/</url>
+       </component>
+     </distribution>
+ 
+   </opt>
+   }}}
+ 
+   Than run aptate and after it has finished, what can take quite some time 
+   you'll have a repository in /home/LOGIN/apt.  In /home/LOGIN/apt/suse-9.0/
+   examples you'll find an example sources.list file.


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog

Reply via email to