LinuxQuestions.org
Visit Jeremy's Blog.
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 12-12-2014, 04:27 PM   #1
Oddi
LQ Newbie
 
Registered: Dec 2014
Posts: 5

Rep: Reputation: Disabled
Difficulty installing a program


I have downloaded a program, Wordfast Pro from the internet, but cannot install it. I currently have three files in my downloads file. They are Wordfast_Pro_3.4.2_32-bit and Wordfast_Pro_3.4.2_32-bit.tar.gz

It cannot be found in the Ubuntu Software Centre.

I have tried sudo apt-get install Wordfast..... for both files, and I get E: Unable to loate package Wordfast......
E: Couldn't find any package by regex "Wordfast........

Could anyone please advise me on how to proceed?
 
Old 12-12-2014, 05:54 PM   #2
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
not sure what it is but judging by the name is it a word processor. most people tend to use libre-office or open-office
Code:
sudo apt-get install libreoffice
sudo apt-get install openoffice
if you need that specific program then perhaps the company provided a readme or something in their tarball. the usual way to install programs not found in the package manager would be:
Code:
./configure && make && sudo make install
ymmv.

Last edited by schneidz; 12-12-2014 at 05:56 PM.
 
Old 12-12-2014, 06:02 PM   #3
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
you are aware you HAVE TO PAY for this NOT free software
it is CLOSED SOURCE

http://www.wordfast.com/store_download.html

and that tarbal is a PREBUILT BINARY


that tar ball dose NOT extract to a folder called "Wordfast_Pro_3.4.2_32-bit" it extracts to a folder called "wordfast"

did you even read the website's documentation
http://www.wordfast.com/Support_Documentation

or bother to read the USER MANUAL !!
--- pdf warning ---
http://www.wordfast.com/sites/defaul...User_Guide.pdf
 
Old 12-12-2014, 06:22 PM   #4
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,702

Rep: Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896
True, but it is a full functioning trial version. I didn't read the PDF...

It is a language translation tool.
http://www.wordfast.com/products_wordfast_pro

A quick look at the online documentation did not find any installation instructions for linux. I assume that that there will be a read me file once you expand the downloaded file.

Only applications that have been preconfigured to run will be available in the software center. Programs that you download like wordfast that are in a tar.gz format are typically source files that have to be compiled for your system.

To extract the file in its current directory:
tar -zxvf Wordfast_Pro_3.4.2_32-bit.tar.gz

Hopefully there will be a directory created where you can then look for a readme or similar file that includes the instructions.

Last edited by michaelk; 12-12-2014 at 06:23 PM.
 
Old 12-13-2014, 04:19 AM   #5
Oddi
LQ Newbie
 
Registered: Dec 2014
Posts: 5

Original Poster
Rep: Reputation: Disabled
I tried ./ configure..... for both files, and it came up as no such file or directory.-z

I put into command line Name:~ -zxvf Wordfast_Pro_3.4.2_32-bit.tar.gz
It replied -zxvf command not found
 
Old 12-13-2014, 05:05 AM   #6
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Quote:
Originally Posted by Oddi View Post
I put into command line Name:~ -zxvf Wordfast_Pro_3.4.2_32-bit.tar.gz
It replied -zxvf command not found
You forgot the tar. The command should be this:
Code:
tar -zxvf Wordfast_Pro_3.4.2_32-bit.tar.gz
This command will only work if you are in the same folder as the one for Wordfast_Pro_3.4.2_32-bit.tar.gz. The contents will then be extracted to this same folder.
jdk
 
Old 12-13-2014, 05:53 AM   #7
Oddi
LQ Newbie
 
Registered: Dec 2014
Posts: 5

Original Poster
Rep: Reputation: Disabled
Thanks, I will try it.
 
Old 12-13-2014, 10:02 AM   #8
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
maybe post the contents of the directory and maybe someone will have a clue as to what to do with it (output of ls -al).

since this is fairly non-standard perhaps contacting the company will yeild the best support ?

Last edited by schneidz; 12-13-2014 at 12:54 PM.
 
Old 12-13-2014, 10:46 AM   #9
manu-tm
Member
 
Registered: May 2008
Location: France
Distribution: Ubuntu, Debian
Posts: 343

Rep: Reputation: 43
Just checked and it seems there isn't anything to install. *If* you trust the vendor, you run the program with a double-click on the binary, or from command line.
 
  


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
having difficulty in installing procheck perky.nishi Linux - Software 2 08-05-2008 10:31 AM
Difficulty installing wxPython aregmi Linux - Software 2 05-29-2007 04:33 PM
difficulty installing java walterbyrd Debian 5 01-14-2006 02:47 AM
Having difficulty installing GCC / g++ Erik_the_Red Programming 1 06-02-2005 08:35 AM
difficulty installing MPEG4iP arion Linux - Newbie 27 12-22-2004 01:21 PM

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

All times are GMT -5. The time now is 06:50 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