LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to install a Program with ubuntu....Nuwbie!! (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-install-a-program-with-ubuntu-nuwbie-284338/)

befloyd 01-31-2005 12:30 AM

How to install a Program with ubuntu....Nuwbie!!
 
I have just installed Ubuntu to my computer and love it. I am only a few hours into my Linux conversion. I am trying to install a program and have NO idea how to do it. I have spent several hours online trying to find answers. I have found some but they are over my head for right now. The program I am trying to install in MythTV. If you guys could help teach a newbie some Linux tricks, I would really apreciate it.

Thanks,

-Brett

jonaskoelker 01-31-2005 12:41 AM

first of all, are you trying to install binaries or from source?

if binaries: I don't know Ubuntu (except that it's debian-based); you might try (as root) 'apt-get install <package-name>', but I don't promise anything.

if source:
cd <where-the-source-is>
./configure
make
<optionally test-run the program>
make install

also note that there are forums for distro-specific questions, you might wanna have a look at them.

Jonas

heema 01-31-2005 01:36 AM

first open synaptic then in tools -> repositories check all of the repositories then click ok then Reload

synaptic is a package manager which connect to alot of repositories (packages sites) and download the software then install it for u


http://ubuntuguide.org/

ctt1wbw 01-31-2005 02:21 AM

What heema said. Start off with an updated Synaptic first. That's always the easiest way. I promise you, you will get better at installation. I've done a few in the past three weeks and it gets easier. The apt-get way, the compiling... it gets easier.


All times are GMT -5. The time now is 01:19 PM.