LinuxQuestions.org
Review your favorite Linux distribution.
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 04-20-2016, 05:33 PM   #1
Beefybison
Member
 
Registered: Mar 2016
Distribution: Ubuntu and Fedora
Posts: 52

Rep: Reputation: 5
Tarball install


Hello all.
I know this question likely has a simple answer,but I'm trying to install something from source forge and I have extracted and uncompressed the tar ball, but I can't seem to figure out how to get the program installed. There doesn't seem to be any configure file that I can find. The README is there and has the steps to install the program and it says there is a configure file. Any ideas? Thanks!
 
Old 04-20-2016, 05:41 PM   #2
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Usually, cd into the extracted directory in terminal and issue:
Code:
./configure <enter>
 
Old 04-20-2016, 06:41 PM   #3
Beefybison
Member
 
Registered: Mar 2016
Distribution: Ubuntu and Fedora
Posts: 52

Original Poster
Rep: Reputation: 5
Yes that's what I attempted. It did not work. Something about 'configure file is missing'. I'm not there to get the exact error, but I'm thinking I may have to download the program again and try it..
 
Old 04-20-2016, 07:01 PM   #4
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
if you are NOT going to provide a NAME !!!! and a link to this UNNAMED / UNKNOWN program from sourceforge

nor do you provide the ERROR you got

then there is really NOTHING we can do


did you read the text file README ?
is there a folder called "doc"
if so did you read the documentation ?

is there a WEB site for this unknown program ?
if so did you look and see if there are instructions on the site ?
 
Old 04-20-2016, 07:11 PM   #5
Beefybison
Member
 
Registered: Mar 2016
Distribution: Ubuntu and Fedora
Posts: 52

Original Poster
Rep: Reputation: 5
https://sourceforge.net/projects/rde...?source=navbar

The program is rdesktop. It's version 1.8.2 and I said earlier that I checked the README. I'm following the instructions of install from a book. I get stuck on the step for ./configure so I'm unable to create a Makefile.
 
Old 04-20-2016, 07:13 PM   #6
Beefybison
Member
 
Registered: Mar 2016
Distribution: Ubuntu and Fedora
Posts: 52

Original Poster
Rep: Reputation: 5
When I'm in the rdesktop directory, ls -F shows that no configure file is there at all.
 
Old 04-20-2016, 07:13 PM   #7
Beefybison
Member
 
Registered: Mar 2016
Distribution: Ubuntu and Fedora
Posts: 52

Original Poster
Rep: Reputation: 5
Fedora 20 is the distro I am using.
 
Old 04-20-2016, 07:20 PM   #8
timl
Member
 
Registered: Jan 2009
Location: Sydney, Australia
Distribution: Fedora,CentOS
Posts: 750

Rep: Reputation: 156Reputation: 156
I know this doesn't answer your question but have you checked the fedora repositories? rdesktop is there in F24 alpha and F22. Not sure about F20. Would it be easier to let dnf do the work?
 
Old 04-20-2016, 07:22 PM   #9
Beefybison
Member
 
Registered: Mar 2016
Distribution: Ubuntu and Fedora
Posts: 52

Original Poster
Rep: Reputation: 5
Quote:
Originally Posted by timl View Post
I know this doesn't answer your question but have you checked the fedora repositories? rdesktop is there in F24 alpha and F22. Not sure about F20. Would it be easier to let dnf do the work?
I have not. Where would I find those at? Well the problem is for a school project so I'm trying to get it figured out the way it's supposed to be done.
 
Old 04-20-2016, 07:23 PM   #10
Beefybison
Member
 
Registered: Mar 2016
Distribution: Ubuntu and Fedora
Posts: 52

Original Poster
Rep: Reputation: 5
Quote:
Originally Posted by timl View Post
I know this doesn't answer your question but have you checked the fedora repositories? rdesktop is there in F24 alpha and F22. Not sure about F20. Would it be easier to let dnf do the work?
Disregard that, I see what you mean. But no I have not checked.
 
Old 04-20-2016, 07:25 PM   #11
timl
Member
 
Registered: Jan 2009
Location: Sydney, Australia
Distribution: Fedora,CentOS
Posts: 750

Rep: Reputation: 156Reputation: 156
I just downloaded rdesktop from the link provided and configure is there alright (I trimmed the tar output for the sake of space and my bold on configure)

Quote:
[tim@riverside ~] tar -zxvf rdesktop-1.8.3.tar.gz
$ cd rdesktop-1.8.3/
[tim@riverside rdesktop-1.8.3]$ ls
asn.c disk.c parallel.c rdpsnd_alsa.c seamless.h
bitmap.c disk.h parse.h rdpsnd.c secure.c
bootstrap doc printer.c rdpsnd_dsp.c serial.c
cache.c ewmhints.c printercache.c rdpsnd_dsp.h ssl.c
channels.c install-sh proto.h rdpsnd.h ssl.h
cliprdr.c iso.c proto.head rdpsnd_libao.c tcp.c
config.guess keymaps proto.tail rdpsnd_oss.c types.h
config.sub licence.c pstcache.c rdpsnd_sgi.c utils.c
configure lspci.c rdesktop.c rdpsnd_sun.c xclip.c
configure.ac Makefile.in rdesktop.h README xkeymap.c
constants.h mcs.c rdesktop.spec scancodes.h xproto.h
COPYING mppc.c rdp5.c scard.c xwin.c
cssp.c orders.c rdp.c scard.h
ctrl.c orders.h rdpdr.c seamless.c
 
1 members found this post helpful.
Old 04-20-2016, 07:26 PM   #12
timl
Member
 
Registered: Jan 2009
Location: Sydney, Australia
Distribution: Fedora,CentOS
Posts: 750

Rep: Reputation: 156Reputation: 156
or...

Quote:
sudo dnf install rdesktop
 
Old 04-20-2016, 07:28 PM   #13
Beefybison
Member
 
Registered: Mar 2016
Distribution: Ubuntu and Fedora
Posts: 52

Original Poster
Rep: Reputation: 5
Interesting. Then it seems the file may have just been lost in the internet when I downloaded it. I'll have to redownload it and see what that does then.
 
Old 04-20-2016, 07:30 PM   #14
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by timl View Post
or...
If it's in the repo dnf will install it.-

Generally with a tar.bz it's:
Code:
./configure
make
make install (as root)
 
Old 04-20-2016, 07:38 PM   #15
Beefybison
Member
 
Registered: Mar 2016
Distribution: Ubuntu and Fedora
Posts: 52

Original Poster
Rep: Reputation: 5
Okay thanks everyone. I'll give it a shot when I get the chance!
 
  


Reply

Tags
install, software, tarball



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
how to install a tarball? sirius57 Linux - Software 1 09-23-2007 09:18 PM
trying to install tarball pintobean Mandriva 7 04-21-2006 06:06 AM
make install does not install daemons (clamd snortd). Is this a feature of tarball? Emmanuel_uk Linux - Newbie 3 11-15-2005 01:29 AM
how do u install a tarball? brianwoods Linux - Newbie 4 05-27-2004 08:11 PM
How do you install from a tarball? HoosTrax Linux - Software 3 02-10-2004 12:34 PM

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

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