Results 1 to 9 of 9
Hello, i'm really new to linux, im ok at navigating and am learning stuff but unfortunately when it comes to installing things im clueless. I'm running yellowdog 3.0 which is ...
- 07-28-2004 #1Just Joined!
- Join Date
- Jun 2003
- Posts
- 25
Need help installing a DC client.
Hello, i'm really new to linux, im ok at navigating and am learning stuff but unfortunately when it comes to installing things im clueless. I'm running yellowdog 3.0 which is based on RedHat on a 1st gen imac. I'm trying to install a DC client like DCgui or DCTC. I can download the files but i don't know what to do with them. if they're compressed i dont know how to uncompress them. It doesnt show what format they are? Has anyone installed any DC clients and would be willing to guide me? Any help is greatly appreciated. Thanks.
- 07-28-2004 #2Linux Newbie
- Join Date
- May 2004
- Location
- Boston, MA
- Posts
- 246
What are the names of the files you downloaded? If they end in .tar.gz, then they are g-zipped tar archives, and you should use
to extract them. If they are in .tar.bz2 format, then they are b-zipped tar archives, and you should useCode:tar xzvf funkycrud.tar.gz
to do so. And if they are in .rpm format, useCode:tar xjvf lambshanks.tar.bz2
to extract them. There should be a README or an INSTALL file in the directory to which they extract which will describe the installation process in detail.Code:rpm -i shuttlecock.rpm
Hope this helps!Situations arise because of the weather,
And no kinds of love are better than others.
- 07-28-2004 #3Linux Newbie
- Join Date
- Jul 2004
- Location
- www.syracuse.com
- Posts
- 119
these steps are for installing anything from source.
1. first uncompress
for *.tar.gz type 'tar -xvzf filename.tar.gz'
for *.tar.bz2 type 'tar -xvzf filename.tar.bz2'
2. read any readme files, cuz the rest might change slightly depending on software. type 'less README'
3. configure the software. type './configure'
4. compile the software. type 'make'
5. install the sotware. type 'su -c make install'
these are for installing an rpm
1. install. type 'rpm -i filename.rpm'
great tutorials at
http://www.tldp.org and
http://www-136.ibm.com/developerworks
good luck.
- 07-28-2004 #4Just Joined!
- Join Date
- Jun 2003
- Posts
- 25
the file ends in .deb. what do i do for this one
- 07-29-2004 #5Just Joined!
- Join Date
- Jun 2003
- Posts
- 25
i tried a diefferent one that was .src.rpm, in the way you said to do rpm's and it did nothing.
- 07-29-2004 #6Linux Newbie
- Join Date
- May 2004
- Location
- Boston, MA
- Posts
- 246
If it's .deb then it's a Debian package and probably won't work if you're running a Redhat-esque system. RPMs definitely will work though; just not source RPMs, which is .src.rpm. That just gives you the source code, but you want a compiled package.
What is the site from which you are downloading? If you could show us what packages are available for download, maybe we could point you in the right direction.
- 08-02-2004 #7Just Joined!
- Join Date
- Jun 2003
- Posts
- 25
This is the package i'm downloading. I have Yellow Dog 3.0 on an iMac, since it's based on redhat im assuming that's the package i would download.
Also i tried to extract the .src.rpm using the method above and it didn't work?
I'm not sure how to compile this thing once i open the package either.
Are their any good books on this stuff people could reccommend, as good as the info on the internet is it's my experience that sometimes one massive book can cover most everything.
- 08-05-2004 #8Just Joined!
- Join Date
- Jun 2003
- Posts
- 25
Ok, i put Debian on my computer and it's running great i have KDE going, and everything seems to be good(with the exception that i can't figure out how to get sound, or install my USB Zip Drive). I tried installing the debian package, i did the test first before actually installing it, and it said that it was intended for different architecture, so in other words not an iMac(PPC) i guess. Is there any other option to get it to work, or are there any PPC Direct Connect Clients out there?
- 07-31-2006 #9Just Joined!
- Join Date
- Jul 2006
- Posts
- 1
DC++ hard to install
look i am reallly new in dc and i don't know how to install linux
can you pleace paste the code here so i can download it


Reply With Quote
