Add Comment
|
Related Links
|
TrackBack
Install Software onto Old UbuntuI 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:
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
Add Comment
|
Related Links
|
TrackBack
Did your message disappear? Read the Forums FAQ. Add CommentSpam Control | * indicates required field TrackBackTrackBack 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
295 Users Online
|
Copyright © 2004 - 2024. All Rights Reserved. |