Welcome to Dream.In.Code
Getting Help is Easy!

Join 135,964 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 2,495 people online right now. Registration is fast and FREE... Join Now!




Linux Software

2 Pages V  1 2 >  
Reply to this topicStart new topic

Linux Software, Specifically Debian

spearfish
10 May, 2008 - 10:32 AM
Post #1

Monkey in Training
Group Icon

Joined: 10 Mar, 2008
Posts: 746



Thanked: 2 times
Dream Kudos: 225
My Contributions
Hey guys,
Recently I got fed up with Windows. 1/3 of the time it was left on screen saver for an excess of 2 hours it would freeze. And it just generally sucked.

So after trying a few distros, Debian Linux looked the best (and was the first one to install correctly wink2.gif ). This thing is wired the the Debian Project.

The only problem is my YIM / AIM / ICQ client is only for Windows. So is a lot of other software. Download.com doesn't have a section for Linux software.

So, being a Linux newbie, I decided to ask you all; where can I find some software? I have a lot built in (in fact I think the chat client is all I'm missing!).

Do I just Google it? Is there a linuxdownloads.com?

Any help would be great, Thanks
User is offlineProfile CardPM
+Quote Post

realNoName
RE: Linux Software
10 May, 2008 - 10:39 AM
Post #2

D.I.C Regular
***

Joined: 4 Dec, 2006
Posts: 299



Thanked: 5 times
My Contributions
Debian Packages (software)


for your im client use pidgen (gaim)


you might want to look up apt-get command... it installs packages for you


This post has been edited by realNoName: 10 May, 2008 - 10:47 AM
User is offlineProfile CardPM
+Quote Post

spearfish
RE: Linux Software
10 May, 2008 - 11:05 AM
Post #3

Monkey in Training
Group Icon

Joined: 10 Mar, 2008
Posts: 746



Thanked: 2 times
Dream Kudos: 225
My Contributions
It looks like Pidgen is only for Fedora. Am I wrong in thinking this?
User is offlineProfile CardPM
+Quote Post

.Maleficus.
RE: Linux Software
10 May, 2008 - 01:56 PM
Post #4

D.I.C Head
**

Joined: 7 Mar, 2008
Posts: 126



Thanked: 2 times
My Contributions
QUOTE(spearfish @ 10 May, 2008 - 12:05 PM) *

It looks like Pidgen is only for Fedora. Am I wrong in thinking this?

Yep smile.gif. You can find Pidgin for any distro (it comes pre-installed on most). Instead of looking for it on the internet, just do this.

Open up a terminal and type sudo apt-get install pidgin. Enter you password, and BAM!, Pidgin will install.


Edit: I see how you thought Pidgin was Fedora only. On their site, if you wanted to download it from them, you would need to download the source code. You then extract the archive to your disk, cd to the directory and run the installer. Here's an example. Say you download and extract the folder to your Desktop directory. Open a terminal, and the entire process would look like this.
CODE
cd Desktop/pidgin-folder-name
./configure
make
sudo make install


This post has been edited by .Maleficus.: 10 May, 2008 - 02:02 PM
User is offlineProfile CardPM
+Quote Post

MorphiusFaydal
RE: Linux Software
10 May, 2008 - 04:07 PM
Post #5

D.I.C Lover
Group Icon

Joined: 12 May, 2005
Posts: 1,098



Thanked: 8 times
Expert In: Hardware, Networking

My Contributions
If you're using Debian "Lenny" (also know as "testing", but which is very stable), you can do sudo apt-get install pidgin, because Pidgin is in the "Lenny" software repos.
User is offlineProfile CardPM
+Quote Post

spearfish
RE: Linux Software
10 May, 2008 - 09:08 PM
Post #6

Monkey in Training
Group Icon

Joined: 10 Mar, 2008
Posts: 746



Thanked: 2 times
Dream Kudos: 225
My Contributions
No, I'm using the latest stable release.
User is offlineProfile CardPM
+Quote Post

no2pencil
RE: Linux Software
10 May, 2008 - 09:30 PM
Post #7

My fridge be runnin OH NOEZ!
Group Icon

Joined: 10 May, 2007
Posts: 6,433



Thanked: 64 times
Dream Kudos: 2425
Expert In: Goofing Off

My Contributions
One of the best things about Linux is that if you can't APT get a distribution, you can download the tar-ball & compile it from source.

I've put Pidgen on my Slackware system, so I know that this is possible biggrin.gif
User is online!Profile CardPM
+Quote Post

spearfish
RE: Linux Software
10 May, 2008 - 09:48 PM
Post #8

Monkey in Training
Group Icon

Joined: 10 Mar, 2008
Posts: 746



Thanked: 2 times
Dream Kudos: 225
My Contributions
Maleficus; that didn't work ohmy.gif I even tried logging on as root even though I'm an admin.

Any other ideas?
User is offlineProfile CardPM
+Quote Post

no2pencil
RE: Linux Software
10 May, 2008 - 09:49 PM
Post #9

My fridge be runnin OH NOEZ!
Group Icon

Joined: 10 May, 2007
Posts: 6,433



Thanked: 64 times
Dream Kudos: 2425
Expert In: Goofing Off

My Contributions
QUOTE(spearfish @ 11 May, 2008 - 01:48 AM) *

Any other ideas?

...

Did you try downloading & installing from source?
User is online!Profile CardPM
+Quote Post

spearfish
RE: Linux Software
10 May, 2008 - 09:56 PM
Post #10

Monkey in Training
Group Icon

Joined: 10 Mar, 2008
Posts: 746



Thanked: 2 times
Dream Kudos: 225
My Contributions
Yes. I downloaded the archive file; extracted it to desktop, and followed the commands suggested.

cd Desktop/pidgin-folder-name
./configure
make
sudo make install

User is offlineProfile CardPM
+Quote Post

no2pencil
RE: Linux Software
10 May, 2008 - 10:04 PM
Post #11

My fridge be runnin OH NOEZ!
Group Icon

Joined: 10 May, 2007
Posts: 6,433



Thanked: 64 times
Dream Kudos: 2425
Expert In: Goofing Off

My Contributions
QUOTE(spearfish @ 11 May, 2008 - 01:56 AM) *

Yes. I downloaded the archive file; extracted it to desktop, and followed the commands suggested.

cd Desktop/pidgin-folder-name
./configure
make
sudo make install


.... & ?

Did that work? Circle yes or no!
User is online!Profile CardPM
+Quote Post

spearfish
RE: Linux Software
11 May, 2008 - 06:32 AM
Post #12

Monkey in Training
Group Icon

Joined: 10 Mar, 2008
Posts: 746



Thanked: 2 times
Dream Kudos: 225
My Contributions
QUOTE
that didn't work


No

~Just on another topic, is there a way to run windows programs? Like Starcraft?

~Also, how do I scan for spyware / viruses???
User is offlineProfile CardPM
+Quote Post

2 Pages V  1 2 >
Fast ReplyReply to this topicStart new topic
Time is now: 12/1/08 09:39AM

Live Help!

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month