are there any version suitable for aspire one linux version thx
i want to ask which one should i download amule-2.2.5-1.fc11.i586.rpm or amule-nogui-2.2.5-1.fc11.i586.rpm and do i need to do anything to install the program, like entering some codes/programs ? thx
The best way is to add the rpmfusion repository to your list of yum repositories (the rpmfusion home page should explain how to do this), then, from a terminal window as root: Code: yum check-update yum install amule If you download the amule rpm (amule-2.2.5-1.fc11.i586.rpm) directly, you may run into dependency problems when installing it. Using yum to do the installation should pull in any dependencies.
yup, as u said, i hv problem when i install the rpm file directly Missing Dependency: libstdc++.so.6(GLIBCXX_3.4.9) is needed by package amule Missing Dependency: amule-nogui is needed by package amule Missing Dependency: libstdc++.so.6(GLIBCXX_3.4.11) is needed by package amule Missing Dependency: libcryptopp.so.6 is needed by package amule can u further explain how to add the rpmfusion repository to the list of yum repositories as i can't locate such info in the rpmfusion home page? thx for helping.
Important Note: this assumes you're using Fedora 11. If you're using Linpus and yum indicates that it wants to upgrade some of your other files (other than those listed above, that is), beware - it can really mess up Linpus, which is based on Fedora 8 but uses a number of customized files that are not compatible with later versions of Fedora. You'll need to download and install http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm before using the rpmfusion repository. Her's the complete sequence of steps to get amule installed: Code: <alt-F2> to open a terminal window sudo rpm -ivh [url]http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm[/url] sudo yum check-update sudo yum install amule
but i can't install http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm Missing Dependency: system-release >= 10 is needed by package rpmfusion-free-release is shown. is it meant that the fedora that i used can't install this package ? ps. how to check which fedora that my computer uses ? thx
If you're using Linpus, it's not Fedora, just based on it. You need to be using at least Fedora 10 because of various dependencies. To determine which release you're using (if you're using Fedora), open a terminal window and type: Code: cat /etc/fedora-release