GearHack

: :

Add Comment | Related Links | TrackBack
Related Content

Install Software onto Old Ubuntu

I have an old Ubuntu 7.04 (feisty) machine running 24/7. It serves as my photo album. I really don't have much interest in upgrading it to the latest and greatest Ubuntu unless the machines dies and need a reload. Even then, the 300 mHz processor may not handle the latest version of Ubuntu. In fact, it's running the stripped down Kubuntu 7.04 right now.

Today, I wanted to install "ant" on it so I can build some Java stuff. When I executed "sudo apt-get install ant", I got a whole mess of error messages. I guess feisty is no longer being supported. The package installer reported that it could not find and download the following packages:

  1. libjaxp1.3-java_1.3.03-5_all.deb
  2. libxerces2-java_2.8.1-1ubuntu3_all.deb
  3. ant_1.6.5-6build1_all.deb

Whenever "apt-get" give you these error messages, you can always get around the problem by downloading the necessary packages yourself and install them. All I did to install ant on this ancient system was to find each of the three Debian packages online (by surrounding each package name in quotes on Google search engine), download each of the three packages, and install them in the same sequence that apt-get reported. To install a Debian package, use the following command:

sudo dpkg -i [package].deb

So to install ant_1.6.5-6build1_all.deb, for example, you would type the following command:

sudo dpkg -i ant_1.6.5-6build1_all.deb

It's that easy. After installing these three packages, ant ran on Ubuntu 7.04. And I'm now ready to build some software.

Chieh Cheng
Wed, 07 Dec 2011 09:03:13 +0000

Add Comment | Related Links | TrackBack
Related Content

Did your message disappear? Read the Forums FAQ.

Add Comment

Spam Control | * indicates required field
Your Name: *
E-mail:
Remember Me!
Comment: *
File attachment is optional. Please do not attach a file to your submission unless it is relevent.
Attach File:
(20 MB Max)
Spam Protection: * Answer of 8 + 10?
Click button only once, please!

TrackBack

TrackBack only accepted from WebSite-X Suite web sites. Do not submit TrackBacks from other sites.

Send Ping | TrackBack URL | Spam Control

No TrackBacks yet. TrackBack can be used to link this thread to your weblog, or link your weblog to this thread. In addition, TrackBack can be used as a form of remote commenting. Rather than posting the comment directly on this thread, you can posts it on your own weblog. Then have your weblog sends a TrackBack ping to the TrackBack URL, so that your post would show up here.

Messages, files, and images copyright by respective owners.


Articles | Wiki
Forums | Latest | RSS
Library | Links | News
Search | Store | Help

105 Users Online



Hacking Digital Cameras
Fun for Photographers

Amazon Associate

Copyright © 2004 - 2024. All Rights Reserved.