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 - Software
User Name
Password
Linux - Software This 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


Reply
  Search this Thread
Old 11-25-2010, 05:57 PM   #1
Ubuntonian
LQ Newbie
 
Registered: Nov 2010
Posts: 28

Rep: Reputation: 0
Exclamation Gedit has not been able to detect the character encoding on Ubuntu?


I have been trying to download a .tar.gz file for a while, and gedit says it has not been able to detect the character encloding. I am running Ubuntu 10.04 on an Acer Aspire 5730z.

All responses are appreciated. Thank you.
 
Old 11-25-2010, 06:20 PM   #2
Slightly Disoriented
Member
 
Registered: Sep 2010
Distribution: Ubuntu 10.10
Posts: 87

Rep: Reputation: 2
What is the address of what you are trying to download?
 
Old 11-25-2010, 06:21 PM   #3
paulsm4
LQ Guru
 
Registered: Mar 2004
Distribution: SusE 8.2
Posts: 5,863
Blog Entries: 1

Rep: Reputation: Disabled
Q: How exactly are you trying to download this .tar.gz file?
Are you using (or have you tried using) a web browser?

Q: What does "gedit" have to do with download problems?
I'm accustomed to using gedit to OPEN existing TEXT files (not download new binary files).
Although I'm prepared to be wrong
Please clarify.

Q: What is the exact error message?

Thank you in advance
 
Old 11-25-2010, 06:25 PM   #4
Slightly Disoriented
Member
 
Registered: Sep 2010
Distribution: Ubuntu 10.10
Posts: 87

Rep: Reputation: 2
That's what I was thinking. I was going to have a look at what ever they were going to download to see what it was trying to do, and if I could download it on my computer.
 
Old 11-25-2010, 06:28 PM   #5
Ubuntonian
LQ Newbie
 
Registered: Nov 2010
Posts: 28

Original Poster
Rep: Reputation: 0
I have downloaded the file, and when I try to open it for installation, it does not open. I am sorry about the wording in my post, it was unclear and unfactual. I am using Firefox to download the file

I believe the address is: smart_notebook_software_with_drivers_10_2.tar.gz

If that is not it, then I apologize, I am a total linux noob :P

Last edited by Ubuntonian; 11-25-2010 at 06:32 PM.
 
Old 11-25-2010, 06:35 PM   #6
Slightly Disoriented
Member
 
Registered: Sep 2010
Distribution: Ubuntu 10.10
Posts: 87

Rep: Reputation: 2
Well first you have to extract the file... Just right click and click "Extract Here." There may be the program in there.
 
1 members found this post helpful.
Old 11-25-2010, 06:37 PM   #7
Ubuntonian
LQ Newbie
 
Registered: Nov 2010
Posts: 28

Original Poster
Rep: Reputation: 0
You my friend just saved me from failing an assignment. Thank you so much. It is extracting now, I will keep you updated.


UPDATE: It is working wonderfully. Thank you all so much. I'll try to remember to extract files from now on. Thank you for a helping a desperate noob like myself. Best of the holiday wishes to you all

Last edited by Ubuntonian; 11-25-2010 at 06:39 PM.
 
Old 11-25-2010, 06:39 PM   #8
Slightly Disoriented
Member
 
Registered: Sep 2010
Distribution: Ubuntu 10.10
Posts: 87

Rep: Reputation: 2
Glad to be of assistance. If you don't mind me asking, what was the goal of the assignment? It might not be over yet...
 
Old 11-25-2010, 06:41 PM   #9
Ubuntonian
LQ Newbie
 
Registered: Nov 2010
Posts: 28

Original Poster
Rep: Reputation: 0
Oh, my school uses this software to make powerpoint-like presentations. I could fail my next english class without being able to work at home... Bad for me.
 
Old 11-25-2010, 06:45 PM   #10
Slightly Disoriented
Member
 
Registered: Sep 2010
Distribution: Ubuntu 10.10
Posts: 87

Rep: Reputation: 2
Oh, I think I know what it is, I know a school that uses it,but they use it in Windows. That's cool that your school uses Linux though.
EDIT: You can also extract it from Terminal, but that's harder. You
Code:
cd Downloads
or wherever it downloaded to. Then
Code:
tar xvf file.tar.gz
and it's the same thing.

Last edited by Slightly Disoriented; 11-25-2010 at 06:48 PM.
 
Old 11-25-2010, 06:49 PM   #11
Ubuntonian
LQ Newbie
 
Registered: Nov 2010
Posts: 28

Original Poster
Rep: Reputation: 0
Oh, they use it on Windows too. They probably are required by the school board to run Windows XP (God are they behind the times). I just run it on Ubuntu, my only OS.
 
Old 11-25-2010, 06:50 PM   #12
Slightly Disoriented
Member
 
Registered: Sep 2010
Distribution: Ubuntu 10.10
Posts: 87

Rep: Reputation: 2
Oh, thats cool. Happy Holidays!
 
Old 11-25-2010, 07:12 PM   #13
Ubuntonian
LQ Newbie
 
Registered: Nov 2010
Posts: 28

Original Poster
Rep: Reputation: 0
You too!
 
Old 11-25-2010, 08:43 PM   #14
paulsm4
LQ Guru
 
Registered: Mar 2004
Distribution: SusE 8.2
Posts: 5,863
Blog Entries: 1

Rep: Reputation: Disabled
Minor correction:
Code:
tar xvzf file.tar.gz
You need the "z" option for "Gnu zip" tar files.

A ".tar" file is an "archive" (i.e., a standard "collection" of files and directories).

A ".tar.gz" file (or, equivalently, a ".tgz") file is a "compressed archive".
 
  


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
character encoding wakatana Linux - Newbie 3 10-13-2009 10:13 AM
Having Trouble with character encoding amit_usual Ubuntu 2 06-15-2007 12:35 PM
slrn character encoding Da_Timsta Linux - Software 2 03-15-2007 04:38 AM
Character encoding problem for filename in ubuntu xenthos Linux - General 1 03-22-2006 12:59 PM
character encoding - mandrake 9.2 Osten Mandriva 1 11-21-2003 11:09 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:27 PM.

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