Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Hi,
i'm a new to Linux fedora 8,plz, guide me to install dc++ in my PC.
Spell out your words, please.
Fedora 8 is very, VERY old. The latest is FC11, with FC12 in beta release now. You're several versions behind, which is going to cause you problems as you go forward. You can try to do "yum install linuxdcpp", but it may not work, since you're working with VERY old software, and the repos may not be supported/online anymore.
You can always compile it from source, too. Read the howto and docs that come with the source.
Support for F8 was dropped a couple of years ago. Currently F10 and F11 are supported. One month after F12 is released(November?) support for F10 will be dropped.
For the most part you install software on Fedora (or most current RH based systems) with:
If the repos are still active they have not been updated in a couple of years (when F8 hit EOL).
Quote:
yum install libstdc++
If you need to compile against it, you will also need:
Quote:
yum install libstdc++-devel
The -devel package is required for virtually any package you want to compile against in RH based systems.
If a 13 month support life(Fedora) is too short for you consider looking at Centos. Centos is RHEL(Red Hat Enterprise Linux) with the logos removed. It is binary compatible with RHEL and is free to download/update (unlike RHEL). RHEL/Centos was based on FC6 and will have support until 2014.
There are multiple GUI package managers for Fedora, yummex, smart(or smartPM depending on version), and at least a dozen others. Most of them(excluding smart) are just a front end for yum. If you learn yum it will make using the GUIs(that use it) a LOT easier to use.
I have merged your two closely-related thread and changed the title to be more descriptive. In the future, please do not start a new thread unless the subject is significantly different.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.