Libranet This forum is for the discussion of Libranet Linux. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
06-02-2005, 12:12 AM
|
#1
|
LQ Newbie
Registered: Jun 2005
Distribution: Libranet
Posts: 2
Rep:
|
Installing new applications from the net
Where can I go to find a how-to, or a step-by step instruction to download and install an application from a source like Freshmeat, or one of those kinds of internet sources. I am somewhat familiar with the Linux command line, but I am by no means an expert, please be patient with me ! I will also need to know how to insert it onto the menu. I use ICEWM or fluxbox, for window managers, I can change at login for whichever window manager would be the easiest for this exercise. TIA
|
|
|
06-02-2005, 02:33 AM
|
#2
|
Senior Member
Registered: Sep 2003
Location: Egypt
Distribution: Arch
Posts: 1,528
Rep:
|
here is a howto
http://wiki.linuxquestions.org/wiki/...on_From_Source
but why dont you use synaptic instead , or get a .deb package ?
Last edited by heema; 06-02-2005 at 02:35 AM.
|
|
|
06-05-2005, 01:30 AM
|
#3
|
LQ Newbie
Registered: Jun 2005
Distribution: Libranet
Posts: 2
Original Poster
Rep:
|
I need to know, just in case there is something that isn't available from Debian  And, I'm trying to improve my understanding and use of the CLI, rather than the GUI. Thanks.
|
|
|
06-05-2005, 10:01 PM
|
#4
|
Member
Registered: Apr 2002
Location: Greenville, SC
Distribution: Debian, antiX, MX Linux
Posts: 639
Rep: 
|
Try using apt-cache search <application>, replacing <application> with the name of the software you are looking for. If you find what you want, then try apt-get install <application>
|
|
|
06-07-2005, 10:36 PM
|
#5
|
Senior Member
Registered: Oct 2003
Location: Elgin,IL,USA
Distribution: KDE Neon
Posts: 1,271
|
A nice application for installing packages is checkinstall. After you uncompress the package and run ./configure, and resolve any dependencies, then you can run checkinstall to compile the package and make a .deb. By default it installs into /usr/local/ so you may have to adjust your path.
Another way is to run dh_make after uncompressing the source, but it will enforce Debian's strict package requirements. Package name is all lower case with version number, like so; package-1.4.7. After running dh_make, you can run dpkg-buildpackage to compile and make your .deb. The .deb will install into /usr/bin so you don't have to adjust your path, but you will still have to find any missing dependencies yourself before dpkg_buildpackage will compile successfully.
|
|
|
All times are GMT -5. The time now is 12:12 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|