LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-09-2014, 01:26 PM   #16
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,891
Blog Entries: 13

Rep: Reputation: 4944Reputation: 4944Reputation: 4944Reputation: 4944Reputation: 4944Reputation: 4944Reputation: 4944Reputation: 4944Reputation: 4944Reputation: 4944Reputation: 4944

You can read the Makefile to see what actions are taken when you perform the "sudo make install".

You can keep a record of the make output when you do perform the install.

Also the configure --help did tell you where it intends to install things:
Code:
By default, `make install' will install all the files in `/bin', `/lib' etc.
And that you can choose an alternate prefix.
 
Old 06-09-2014, 04:10 PM   #17
blackRonin
Member
 
Registered: Jun 2014
Distribution: Debian 9.6
Posts: 68

Original Poster
Rep: Reputation: Disabled
@pan64, so after compile, delete software dir from home dir ?
Not store them ?
 
Old 06-10-2014, 12:31 AM   #18
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 22,636

Rep: Reputation: 7525Reputation: 7525Reputation: 7525Reputation: 7525Reputation: 7525Reputation: 7525Reputation: 7525Reputation: 7525Reputation: 7525Reputation: 7525Reputation: 7525
Yes, you can delete the sources if you want to do so, because the installed software will work without that, but you can also keep it if you need.
 
Old 06-10-2014, 03:34 PM   #19
blackRonin
Member
 
Registered: Jun 2014
Distribution: Debian 9.6
Posts: 68

Original Poster
Rep: Reputation: Disabled
I think i would not need it. But how i uninstall software them ? Download again source code ?
What do you do pan64 in this situation ?
 
Old 06-10-2014, 03:52 PM   #20
szboardstretcher
Senior Member
 
Registered: Aug 2006
Location: Detroit, MI
Distribution: GNU/Linux systemd
Posts: 4,278

Rep: Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694
If you mean that you want to 'uninstall' a program that you installed from source you have a couple options. The first is the easiest, but depends on a makefile target that might or might not be there. IE:

Code:
make uninstall
If that doesn't work you can always grab the source and run a mock install then go through the steps and do the opposite...

Code:
make -n install
Which will show you what it does when it installs. Then you can look at the steps and undo them one by one.
 
Old 06-11-2014, 12:10 AM   #21
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 22,636

Rep: Reputation: 7525Reputation: 7525Reputation: 7525Reputation: 7525Reputation: 7525Reputation: 7525Reputation: 7525Reputation: 7525Reputation: 7525Reputation: 7525Reputation: 7525
sometimes you can create packages (make package or similar) and you can install/uninstall that as usual
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Compiling from source code umamaheshmunez Linux - Software 9 10-24-2008 03:05 AM
compiling source code BoredStudent Linux - Desktop 1 10-26-2006 08:09 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:40 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration