LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
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-02-2005, 09:05 PM   #16
Alessandro
Member
 
Registered: Dec 2003
Location: Italy
Distribution: Debian, Slackware
Posts: 116

Rep: Reputation: 15

Ok, here is a very basic apt how to.


Install apt-libs and apt from here:

ftp://ftp.gwdg.de/pub/linux/suse/apt...MS.suser-rbos/

Now go to /etc/apt and edit your sources list like this:



# Repository created by: aptate (version 0.69.0)
# At: Wed Dec 22 14:19:08 MET 2004
# More info about aptate at: http://apt4rpm.sourceforge.net

rpm ftp://ftp.gwdg.de/pub/linux/suse/apt/ SuSE/9.2-i386 update security kde misc xorg mozilla samba3 ximian suser-rbos suser-oc2pus suser-guru suser-gbv suser-tcousin suser-scorot suser-ollakka funktronics packman packman-i686 wine suse-people kde3-stable suse-projects suser-sbarnin
# rpm ftp://ftp.gwdg.de/pub/linux/suse/apt/ SuSE/9.2-i386 update security kde3-stable


Comment out the first line (by adding a "#") and uncomment the second line (by removing "#") in case you want just to upgrade KDE


*Strong recommendation*: do not perform a dist-upgrade with all the components listed in the first line.



Now go to:
/etc/apt/apt.conf.d/gpg-checker.conf

and edit "GPG::Check true" with "GPG::Check no"


Now you are almost there:
# apt-get update
# apt-get install synaptic

Now you have a nice GUI interface to apt.


Please notice that everything will work better once the component "base" is released, in a couple of weeks. The components "base" contains the whole SuSE 9.2 distribution.

Good luck!

Last edited by Alessandro; 01-05-2005 at 07:08 AM.
 
Old 01-03-2005, 08:30 AM   #17
deepdark
Member
 
Registered: Dec 2004
Posts: 35

Rep: Reputation: 15
amule on 9.2 pro and is working like a sharm
 
Old 01-03-2005, 08:33 AM   #18
deepdark
Member
 
Registered: Dec 2004
Posts: 35

Rep: Reputation: 15
i made this steps:

Installing using RPMs




Step 1: wxGTK

download wxGTK and wxGTK-devel ->
wxGTK-2.4.2-1.i386.rpm wxGTK-devel-2.4.2-1.i386.rpm

install wxGTK ->
as root:
rpm -Uvh wxGTK-2.4.2-1.i386.rpm wxGTK-devel-2.4.2-1.i386.rpm
ldconfig




Step 2: wxBase

download wxBase ->
wxBase-2.4.2-1.i586.rpm

install wxBase ->
as root:
rpm -Uvh wxBase-2.4.2-1.i586.rpm
ln -sf /usr/bin/wxgtk-2.4-config /usr/bin/wx-config
ln -sf /usr/bin/wxbase-2.4-config /usr/bin/wxbase-config
ldconfig



Step 3. Crypto++


Note: Only needed from version 2.0.0-rc1 to 2.0.0-rc5 (included)


download libcrypto++ ->
RedHat & SuSE: libcryptopp-5.2.1-1.i586-RH-SuSE.rpm and libcryptopp-devel-5.2.1-1.i586-RH-SuSE.rpm
FC: libcryptopp-5.2.1-1.i586-FC.rpm and libcryptopp-devel-5.2.1-1.i586-FC.rpm
MDK: libcryptopp5-5.1-2mdk.i586.rpm and libcryptopp5-devel-5.1-2mdk.i586.rpm
as root:
rpm -Uvh the-above-downloaded-package.rpm


Step 4: aMule

download latest aMule version ->
latest aMule

install aMule ->
as root:
rpm -Uvh aMule-X.X.X-1.iX86-X.rpm (replace X with the right version number..)

run aMule as user from your console by typing -> amule
 
Old 01-03-2005, 09:21 AM   #19
foxy123
Member
 
Registered: Nov 2004
Distribution: Ubuntu
Posts: 191

Rep: Reputation: 30
Alessandro

Thanks a lot for the instrustion. However, I did not manage to install synaptic, got the following:

Code:
linux:~ # apt-get install synaptic
Reading Package Lists... Done
Building Dependency Tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  synaptic: Depends: scrollkeeper but it is not installable
            Depends: xsu but it is not installable
E: Broken packages
 
Old 01-03-2005, 09:24 AM   #20
foxy123
Member
 
Registered: Nov 2004
Distribution: Ubuntu
Posts: 191

Rep: Reputation: 30
The same about amule:

Code:
The following packages have unmet dependencies:
  amule: Depends: wxGTK-compat (>= 2.4.2) but it is not installable
         Depends: libwx_base-2.5.so.2 but it is not installable
         Depends: libwx_base-2.5.so.2(WX_2.5) but it is not installable
         Depends: libwx_base_net-2.5.so.2 but it is not installable
         Depends: libwx_base_net-2.5.so.2(WX_2.5) but it is not installable
         Depends: libwx_base_odbc-2.5.so.2 but it is not installable
         Depends: libwx_base_xml-2.5.so.2 but it is not installable
         Depends: libwx_gtk2_adv-2.5.so.2 but it is not installable
         Depends: libwx_gtk2_core-2.5.so.2 but it is not installable
         Depends: libwx_gtk2_core-2.5.so.2(WX_2.5) but it is not installable
         Depends: libwx_gtk2_dbgrid-2.5.so.2 but it is not installable
         Depends: libwx_gtk2_html-2.5.so.2 but it is not installable
What does it mean 'is not installable'?
 
Old 01-03-2005, 09:48 AM   #21
foxy123
Member
 
Registered: Nov 2004
Distribution: Ubuntu
Posts: 191

Rep: Reputation: 30
i did manage synaptic, after installling scrollkeeper and xsu via YaST.
 
Old 01-03-2005, 10:23 AM   #22
foxy123
Member
 
Registered: Nov 2004
Distribution: Ubuntu
Posts: 191

Rep: Reputation: 30
ok, I did it! Installed wxGTK-compat thru YaST and amule via synaptic.... It works ok so far. Does anyone know if it is possible to pick up unfinished files from KMldonkey?
 
Old 01-03-2005, 05:19 PM   #23
Alessandro
Member
 
Registered: Dec 2003
Location: Italy
Distribution: Debian, Slackware
Posts: 116

Rep: Reputation: 15
Quote:
Originally posted by foxy123


What does it mean 'is not installable'?
As you have already discovered, it means "not available"
This is because the component "base" has not been released yet.
But you can find everything in your DVD.
 
Old 01-06-2005, 05:04 AM   #24
jess1975
Member
 
Registered: Jul 2004
Location: Germany
Distribution: Suse 11.1
Posts: 87

Original Poster
Rep: Reputation: 15
Hi, it's me again.

I've made a clean install on my system and tried to install amule again, using the rpm Alessandro gave me.

It works without any problems. :-)

Guess I fucked something up when I tried to build aMule myself.

Thanx
 
Old 01-06-2005, 05:06 AM   #25
foxy123
Member
 
Registered: Nov 2004
Distribution: Ubuntu
Posts: 191

Rep: Reputation: 30
Alessandro is the man! Thanks a lot, mate.
 
Old 01-06-2005, 10:34 AM   #26
Alessandro
Member
 
Registered: Dec 2003
Location: Italy
Distribution: Debian, Slackware
Posts: 116

Rep: Reputation: 15
Thanks. You are more than welcome
 
  


Reply



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
SuSE 10.0 can't install amule£¿ Ryanlee SUSE / openSUSE 16 10-24-2005 04:49 AM
amule in suse 9.2 alaios SUSE / openSUSE 8 05-07-2005 12:46 PM
Apache & aMule, xMule, Bittorrent orvtech.com Linux - Software 3 02-27-2005 02:26 PM
Amule problem on Suse 9.2 - Thanks suse2166 Linux - Software 21 01-24-2005 10:43 AM
aMule & router andrebras Linux - Networking 1 11-05-2004 07:52 PM

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

All times are GMT -5. The time now is 09:13 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