LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-28-2010, 03:22 AM   #1
clair37
LQ Newbie
 
Registered: Sep 2010
Posts: 8

Rep: Reputation: 0
complete novice needs help with pidgin installation please


Hello

I am a windows user personally, but my daughter has got a Elonex Onet+ machine, which I understand uses Linux. I have tried googling this information but I am really struggling.
Apparently it is either debian or mipsel (2 different webpages say two different things) and as I am not familiar with Linux at all I don't know how to find out from the machine itself.

The problem I am having is needing to update pidgin, the pre installed version will not connect to MSN, something regarding protocol, so I downloaded the most recent version of pidgin (2.7.3) from the site but cannot figure out how to install it (I am only used to windows machines)

Please can someone help in very basic terms for a complete novice?
 
Old 09-28-2010, 03:42 AM   #2
vinaytp
Member
 
Registered: Apr 2009
Location: Bengaluru, India
Distribution: RHEL 5.4, 6.0, Ubuntu 10.04
Posts: 707

Rep: Reputation: 55
Hi clair37,

Welcome to LQ !!

Please let us know the distribution you are using. You can use following command to know your distribution.

Code:
# cat /etc/issue
 
Old 09-28-2010, 03:57 AM   #3
prayag_pjs
Senior Member
 
Registered: Feb 2008
Location: Pune - India
Distribution: RHEL/Ubuntu/Debian/Fedora/Centos/K3OS
Posts: 1,159
Blog Entries: 4

Rep: Reputation: 149Reputation: 149
Do this
[QUOTE]
Download Pidgin latest version here
Quote:
tar zxvf pidgin-2.7.3.tar.gz
Quote:
cd pidgin-2.7.3
Quote:
make
Quote:
make install

Last edited by prayag_pjs; 09-28-2010 at 06:40 AM.
 
Old 09-28-2010, 06:25 AM   #4
clair37
LQ Newbie
 
Registered: Sep 2010
Posts: 8

Original Poster
Rep: Reputation: 0
Thanks for the replies
As I mentioned before I am a complete novice on linux, so where do I enter "# cat /etc/issue" When the machine switches on I get a loading screen with the Elonex logo, then a desktop appears with icons for internet, games etc on.

I have downloaded the update for pidgin but it is simply sitting in the downloads file. I have unzipped it, and lots of icons appear with question marks, so I really do not know where to go from here.
 
Old 09-28-2010, 06:25 AM   #5
clair37
LQ Newbie
 
Registered: Sep 2010
Posts: 8

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by prayag_pjs View Post
Do this
The link supplied does not work.
 
Old 09-28-2010, 06:36 AM   #6
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
Hi there!

Commands such as those shown in posts #2 and #3 are entered in a "terminal" or "console" application. This application looks basically like an empty window, with a "prompt" in it, where you type stuff. My console prompt looks like this:
Code:
root@reactor:
or:
Code:
sasha@reactor:
It usually has some combination of your username, machine or linux distribution name, maybe the date, or the path to the directory you are currently in.

You should have some sort of menu system or menu structure on this Linux of yours? Where you can select applications, games, browser, etc.? In that menu system somewhere, there ought to be a "terminal" or "konsole" or "shell" - something along these lines, will be your terminal program.

Please note: the information from the command in post #2 may help us; however, before proceeding with the stuff in post #3, we should figure out if you have some kind of "update manager" or "package manager". Using this would be the best way to install or upgrade an application - because if you do it the way described in post #3 (which should work fine, by the way) then it is more difficult to cleanly remove, upgrade, or re-install the package later.

So, if you can locate your terminal program, and try the command given in post #2, as well as trying the below command:
Code:
uname -a
..then we can begin trying to figure out precisely what Linux you have here, and what would be the best way to upgrade your Pidgin.

By the way, what makes you believe that upgrading the Pidgin will solve the problem? Can you point us to where you learned this? And please point us to one or more of the links where you were reading that it might be "Debian" or "mipsel" on this machine - again, the more information we have to work with, the better, to make sure we try to go about this the best way.

Cheers!
 
Old 09-28-2010, 06:40 AM   #7
prayag_pjs
Senior Member
 
Registered: Feb 2008
Location: Pune - India
Distribution: RHEL/Ubuntu/Debian/Fedora/Centos/K3OS
Posts: 1,159
Blog Entries: 4

Rep: Reputation: 149Reputation: 149
Hi,

Link works now!!!
 
Old 09-28-2010, 07:20 AM   #8
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
More info:

It appears that Debian Linux comes on that machine, and the architecture (the CPU inside it) is a MIPS or Mipsel unit (I've never heard of the latter one). Here's a couple threads to peruse:
http://www.broadbandgenie.co.uk/blog...87/elonex-onet
http://www.laptopreviews.org.uk/elon...-onet-netbook/
Interesting thread - note the links in post #2: http://forum.eeeuser.com/viewtopic.php?id=39043

And here's a look at the Debian package repositories, specifically the Pidgin department:
http://packages.debian.org/search?ke...le&section=all

Now, someone said in that thread I linked above, that you "can't install anything", but they may or may not know what they're talking about. Chances are pretty good that you can install and/or upgrade stuff (no guarantees though) and the way to do it would be to use the package manager, if you have one in there. Once again, cruise around in the menu system, looking for "Package Manager", or "Add/Remove Software", or "Check Software Updates", something like that. If you can find such a tool, that would be the best way to upgrade Pidgin.

Keep us posted how you're making out.
 
Old 09-28-2010, 07:22 AM   #9
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
Quote:
Originally Posted by clair37 View Post
where do I enter "# cat /etc/issue"
1. Press Alt+F2.
2. Key in xterm in the dialog box that appears.
3. Press OK.
4. Key in cat /etc/issue in the small window that popped up and press Enter.
5. Copy the exact output and paste it here.
 
Old 09-28-2010, 07:29 AM   #10
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
Quote:
Originally Posted by clair37 View Post
The link supplied does not work.
The "supplied link" is a tar ball which may have a lot of dependencies which your system may or may not be able to fulfill currently.

I suggest that you follow post number 9 and then we will be able to tell you whether you should use:
1. Synaptic Package Manager.
2. Yast
3. Yum
4. .rpm
5. .deb

and if none of the above work, then a tar ball.

Last edited by Aquarius_Girl; 09-28-2010 at 07:36 AM. Reason: Corrected grammer
 
Old 09-28-2010, 10:28 AM   #11
clair37
LQ Newbie
 
Registered: Sep 2010
Posts: 8

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by anishakaul View Post
1. Press Alt+F2.
2. Key in xterm in the dialog box that appears.
3. Press OK.
4. Key in cat /etc/issue in the small window that popped up and press Enter.
5. Copy the exact output and paste it here.
alt +f2 did not do anything. I tried from point of switch on and also after the desktop loaded.
 
Old 09-28-2010, 10:33 AM   #12
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
You pressed Alt with F2 only on your GUI desktop and nothing happened ??
 
Old 09-28-2010, 10:35 AM   #13
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
Check this out for opening the terminal:
http://library.gnome.org/users/gnome...tarted.html.en
 
Old 09-28-2010, 10:38 AM   #14
vinaytp
Member
 
Registered: Apr 2009
Location: Bengaluru, India
Distribution: RHEL 5.4, 6.0, Ubuntu 10.04
Posts: 707

Rep: Reputation: 55
Quote:
Originally Posted by clair37 View Post
alt +f2 did not do anything. I tried from point of switch on and also after the desktop loaded.
<Alt>+F2 is the short cut used in most of the distributions to open run window, where you can type xterm or any other application name to run.

You need to find a way to open the konsole or Terminal from the Menu's availabe in the top of your distribution.

If you can open the terminal then fire the command cat /etc/issue and let us know the distribution. So that you can use Package manager accordinly to install Pidgin which will be available in most of the software repositaries.

Warm Regards,

Last edited by vinaytp; 09-28-2010 at 10:46 AM.
 
Old 09-28-2010, 10:41 AM   #15
clair37
LQ Newbie
 
Registered: Sep 2010
Posts: 8

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by GrapefruiTgirl View Post
More info:

It appears that Debian Linux comes on that machine, and the architecture (the CPU inside it) is a MIPS or Mipsel unit (I've never heard of the latter one). Here's a couple threads to peruse:
http://www.broadbandgenie.co.uk/blog...87/elonex-onet
http://www.laptopreviews.org.uk/elon...-onet-netbook/
Interesting thread - note the links in post #2: http://forum.eeeuser.com/viewtopic.php?id=39043

And here's a look at the Debian package repositories, specifically the Pidgin department:
http://packages.debian.org/search?ke...le&section=all

Now, someone said in that thread I linked above, that you "can't install anything", but they may or may not know what they're talking about. Chances are pretty good that you can install and/or upgrade stuff (no guarantees though) and the way to do it would be to use the package manager, if you have one in there. Once again, cruise around in the menu system, looking for "Package Manager", or "Add/Remove Software", or "Check Software Updates", something like that. If you can find such a tool, that would be the best way to upgrade Pidgin.

Keep us posted how you're making out.
There is an icon called software installer, which upon opening leads to a small list of installed items, pidgin is not listed there. The only items listed are the pre installed games.

This is really frustrating for me
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Need tutorial or how-to hard copy for Linux systems; complete novice. barbaraharsanyi Linux - Newbie 5 10-05-2008 09:28 PM
Pidgin auto complete typing text sadarax Linux - Software 2 08-11-2008 09:57 AM
Complete novice - step by step for Dlink 520 on AS2.1 blunder Linux - Wireless Networking 3 01-31-2005 06:37 AM
Query: Programming for the complete novice Calum Programming 21 04-20-2002 03:46 AM
Excuse a Complete Novice?? fhbooker Linux - General 5 04-14-2002 07:36 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:23 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration