LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   installing downloaded software KUbuntu8.04 (https://www.linuxquestions.org/questions/linux-newbie-8/installing-downloaded-software-kubuntu8-04-a-699035/)

RON Howe 01-21-2009 10:50 PM

installing downloaded software KUbuntu8.04
 
I HAVE searched LQ Newbie Forum and am confused . Be grateful to be pointed to definitive source with simple instructions on downloading and installing applications not included in Synaptic Manager

jdkaye 01-22-2009 02:59 AM

Hi Ron,
I don't think there's a simple answer to your question since software for linux comes in a number of different forms:
1. Source code
2. Binaries (one size fits all)
3. Packages (binaries for specific distros that aren't necessarily included in the repositories for that distro)

It might be easier to answer your question if you indicate which specific software you'd like to download and install.

Cheers,
jdk

DragonSlayer48DX 01-22-2009 07:40 AM

Hi Ron~

Here is the official Ubuntu page on manually installing .deb, .rpm, and tarballs.
It will work the same with Kubuntu.

Hope this helps.

arochester 01-22-2009 07:47 AM

There is also "How to install ANYTHING in Ubuntu!" at http://amitech.50webs.com/installing/index.php.html

I have often found http://linuxappfinder.com/ good for a search and finding *buntu installs

WHAT DO YOU WANT TO INSTALL???

RON Howe 01-22-2009 10:46 PM

thanks
 
THANKS to all. What I wanted to do was install the latest seamonkey 1.1.14 after I had downloaded from SM.org, but then wondered about the general situation.

Ron.

DragonSlayer48DX 01-23-2009 05:59 AM

Seamonkey
 
Seamonkey is in the repos- Your safest bet is to install from there.

Open Applications->Add/Remove... Type seamonkey in the Search box. Select and Install.

If you are looking to upgrade to a newer version, open a terminal and enter:

Quote:

sudo update-seamonkey
If the newer version can't be found, it hasn't been tested and approved by the Ubuntu Team. (Not sure if it would automatically be updated when it does become available.)

RON Howe 01-23-2009 08:06 PM

ron@buntu:~$ sudo update seamonkey
[sudo] password for ron:
sudo: update: command not found
ron@buntu:~$
This is what happened

jdkaye 01-23-2009 11:18 PM

Hi Ron,
Assuming Ubuntu has aptitude and you want to use the command line, then you would type this:
Code:

sudo aptitude update
and then
Code:

sudo aptitude install seamonkey
(if seamonkey is the name of the ubuntu package)
Cheers,
jdk

RON Howe 01-30-2009 11:00 PM

Thanks JDK et al. Decided to let it rest a while. Seems ubuntu is a bit behind with seamonkey ; emphasis probably on Firefox.
RON

jdkaye 01-30-2009 11:26 PM

Quote:

Originally Posted by RON Howe (Post 3426917)
Thanks JDK et al. Decided to let it rest a while. Seems ubuntu is a bit behind with seamonkey ; emphasis probably on Firefox.
RON

Hi Ron,
Code:

aptitude show seamonkey
(no need for sudo here)
will give you the version of seamonkey that is in the ubuntu repos. I tend to get FFx directly from the site or via its own "check for updates" routine (in the HELP menu).
Cheers,
jdk


All times are GMT -5. The time now is 02:03 AM.