LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 12-01-2010, 05:43 AM   #1
clodagh
LQ Newbie
 
Registered: Nov 2010
Location: Paris, France
Distribution: Ubuntu 10.10
Posts: 19

Rep: Reputation: 0
Unhappy where do I download the files for a new program TO?


Sorry for the simplistic question but I'm very new and trying to install some apps..dvd player at the mo,VLC, on ubuntu.

I downloaded the tar's and extracted them to my downloads folder because I didn't know where else, and tried the code given to install (below, I tried the first one liner then the 'complete build' code.

This is the code to install on the terminal from the install file.

A typical way to configure vlc is:

./configure --prefix=/usr --enable-gnome --with-sdl

Here is a shortcut to copy-paste for a complete build:

make distclean && ./configure --prefix=/usr --enable-gnome \
--enable-fb --with-glide --with-ggi --with-sdl --enable-esd \
--enable-mga --enable-gtk --enable-qt --enable-xvideo --enable-alsa

this is what happened at the terminal

bash: .configure: No such file

and

make:***No rule to make target 'distclean'. Stop

I was thinking that the location of the download was incorrect for code or am I supposed to use the synaptic program, which I find a little confusing. Should I copy the files to the temp or usr folder....argh!

any ideas?
 
Old 12-01-2010, 06:03 AM   #2
expat
Member
 
Registered: Mar 2006
Location: China
Distribution: Linux Mint-Debian
Posts: 125

Rep: Reputation: 17
Hi there. I see you mentioned synaptic. "am I supposed to use the synaptic program"

I would suggest you use synaptic as it will keep your system in much better shape than you playing around in a terminal.

It's not all that hard and once you get used to it it's very easy.

First start up synaptic then when it's open click the button to reload the packages, then use the search option if you know the name of the app you want or in the left colum click on the sections button to browse software by section. When you find what you want to install simply click the little white box next to it and select mark for installation. If another box pops up asking you to install other things along with it those will be dependencies and it means that program needs those as well so click mark for installation as well. Then just click the check mark that says apply at the top and synaptic will install what you asked it to and put everything in the right place.

Hope this helps, linux might have been all command line at one point but today it's just so easy to let the automated apps do the work for you.

Good luck.
 
1 members found this post helpful.
Old 12-01-2010, 06:10 AM   #3
stress_junkie
Senior Member
 
Registered: Dec 2005
Location: Massachusetts, USA
Distribution: Ubuntu 10.04 and CentOS 5.5
Posts: 3,873

Rep: Reputation: 335Reputation: 335Reputation: 335Reputation: 335
Did you know that vlc is available through the software package manager? You can install a build that has been tested against Ubuntu by using the Synaptic Package Manager.

System -> Administration -> Synaptic Package Manager

Enter your password when prompted

When the Synaptic Package Manager window appears enter vlc in the Quick Search box.


When I look at your post I see one problem. Your example shows ./configure ... but your error message shows that the period is directly in front of the word "configure" as in .configure which would cause a problem.

Last edited by stress_junkie; 12-01-2010 at 07:27 AM.
 
Old 12-01-2010, 07:23 AM   #4
clodagh
LQ Newbie
 
Registered: Nov 2010
Location: Paris, France
Distribution: Ubuntu 10.10
Posts: 19

Original Poster
Rep: Reputation: 0
thanks a mil...maybe i was looking at outdated instructions...well the video is working but no sound...hmm...investigation time!

thanks again
 
Old 12-01-2010, 07:27 AM   #5
clodagh
LQ Newbie
 
Registered: Nov 2010
Location: Paris, France
Distribution: Ubuntu 10.10
Posts: 19

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by stress_junkie View Post
When I look at your post I see one problem. Your example shows ./configure ... but your error message shows that the period is directly in front of the word "configure" as in .configure which would cause a problem.
must have been a typo on my part,

and about synaptic...there are so many packages, which ones to install..?I'm sure I'll get used to it.

thanks
 
Old 12-01-2010, 07:29 AM   #6
stress_junkie
Senior Member
 
Registered: Dec 2005
Location: Massachusetts, USA
Distribution: Ubuntu 10.04 and CentOS 5.5
Posts: 3,873

Rep: Reputation: 335Reputation: 335Reputation: 335Reputation: 335
Quote:
Originally Posted by clodagh View Post
thanks a mil...maybe i was looking at outdated instructions.
Not necessarily. When you obtain software directly from the developer or some third party such as freshmeat.net or sourceforge.net they often only offer the application in source code form. This is useful if you are using a distribution that does not have this software in its repositories or if the version in the repositories is not the version that you want to use.
 
Old 12-01-2010, 07:41 AM   #7
stress_junkie
Senior Member
 
Registered: Dec 2005
Location: Massachusetts, USA
Distribution: Ubuntu 10.04 and CentOS 5.5
Posts: 3,873

Rep: Reputation: 335Reputation: 335Reputation: 335Reputation: 335
Quote:
Originally Posted by clodagh View Post
and about synaptic...there are so many packages, which ones to install..?
Some of the packages are included in other packages. I sometimes wonder which ones to install. The descriptions are sometimes helpful. In general I start with just the package that I want to install such as vlc and if that isn't enough I'll go back and install other packages such as vlc-plugins or similar. I think we all wonder about this issue.
 
Old 12-01-2010, 07:43 AM   #8
clodagh
LQ Newbie
 
Registered: Nov 2010
Location: Paris, France
Distribution: Ubuntu 10.10
Posts: 19

Original Poster
Rep: Reputation: 0
that makes sense...

when using the synaptic manager to install, there was multiple packages, vlc-something, should all of these be installed?

I have vlc working now, its just a general question for installations
 
Old 12-01-2010, 07:43 AM   #9
stress_junkie
Senior Member
 
Registered: Dec 2005
Location: Massachusetts, USA
Distribution: Ubuntu 10.04 and CentOS 5.5
Posts: 3,873

Rep: Reputation: 335Reputation: 335Reputation: 335Reputation: 335
I did some research regarding the sound problem. It seems that it is not unusual for Ubuntu to have problems with producing sound. I found one post that seems to be promising.
http://www.linuxquestions.org/questi...6/#post3913310

One thing that often gets people is that sometimes the sound is muted for an application. Check that first.
 
Old 12-01-2010, 07:44 AM   #10
clodagh
LQ Newbie
 
Registered: Nov 2010
Location: Paris, France
Distribution: Ubuntu 10.10
Posts: 19

Original Poster
Rep: Reputation: 0
sorry wrote the above message before I saw your answer.

good to know

:-)
 
Old 12-01-2010, 07:45 AM   #11
stress_junkie
Senior Member
 
Registered: Dec 2005
Location: Massachusetts, USA
Distribution: Ubuntu 10.04 and CentOS 5.5
Posts: 3,873

Rep: Reputation: 335Reputation: 335Reputation: 335Reputation: 335
Quote:
Originally Posted by clodagh View Post
that makes sense...

when using the synaptic manager to install, there was multiple packages, vlc-something, should all of these be installed?

I have vlc working now, its just a general question for installations
Some of these applications have a lot of additional modules for a wide variety of functions. I would keep it simple when installing any application that has a lot of additional stuff available.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
what is the best download program ?? abo_bkr Linux - Software 1 01-27-2009 09:59 AM
Yo...can some one tell me PLEASE how to download this program... DrAlexDeath1 Linux - Software 2 03-22-2005 07:07 PM
is there any linux msn program that lets you download and upload files? Necronomicom Linux - Software 5 08-22-2004 02:04 AM
How do change program Mozilla download manager tries to open downloading files with? jdruin Linux - Software 1 04-18-2004 06:37 PM
Download Manager - download BIG files AndrewMSConvert Linux - General 3 11-09-2003 06:26 AM

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

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