Here you can Learn how to Install
on Ubuntu 9.10
If you didn't get that already, this is a project to port the DC++ direct connect client to Linux. Or, to any POSIX-compliant Unix really, but since the Unix developers have access to is Linux this is the only one supported at the moment.
Linuxdcpp 1.0.3 + bzr is a strong dc++ With CORE 0.75
from linuxdc++ 1.1.0
This is what you see when you install Linuxdcpp via apt-get command:
LinuxDC++
A DC++ port for Linux
LinuxDC++ version: 1.0.3
Core version: 0.698
Copyright © 2004-2008 Jens Oknelid
And this is what you get after you install linuxdcpp from this tutorial:
LinuxDC++
A DC++ port for Linux
LinuxDC++ version: 1.0.3+bzr
Core version: 0.75
Copyright © 2004-2009 Jens Oknelid
Now we have to open the TERMINAL.
If you allready have Linuxdcpp 1.0.3 ( core 0.698 ) installed with apt-get command you can upgrade it to core 0.75 if not you can UnInstall Linuxdcpp 1.0.3 by typeing the following:
- Code: Select all
sudo apt-get remove --purge linuxdcpp
Downloading...
To download Linuxdc++ ( code 0.75) Type the following:
For i386
- Code: Select all
wget https://launchpad.net/~linuxdcpp-team/+archive/ppa/+files/linuxdcpp_1.1.0-0ubuntu1~bzr337_i386.deb
For amd64
- Code: Select all
wget https://launchpad.net/~linuxdcpp-team/+archive/ppa/+files/linuxdcpp_1.1.0-0ubuntu1~bzr337_amd64.deb
Installing...
To install Linuxdcpp 1.0.3+bzr ( code 0.75) Please select one of this two options which fit to your machine:
For i386
- Code: Select all
sudo dpkg -i linuxdcpp_1.1.0-0ubuntu1~bzr337_i386.deb
For amd64
- Code: Select all
sudo dpkg -i linuxdcpp_1.1.0-0ubuntu1~bzr337_amd64.deb
If you want to remove linuxdc++ 1.0.3+bzr (core 0.75) type the following whitin your terminal:
- Code: Select all
sudo dpkg -r linuxdcpp
Have Fun