LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Delete working folder/directory? (https://www.linuxquestions.org/questions/linux-newbie-8/delete-working-folder-directory-4175481502/)

jfbooth 10-20-2013 10:19 AM

Delete working folder/directory?
 
1 Attachment(s)
In following a tutorial I found on the internet, I was instructed to compile (for the first time). My question is once done, how do I 'clean up'?

Here is what I did:

Code:

cd /usr/src
sudo mkdir ffmpeg
sudo chown `whoami`:users ffmpeg
git clone git://source.ffmpeg.org/ffmpeg.git ffmpeg
cd ffmpeg
./configure
make
sudo make install

Here is what I HAVE:

attachment




What, if anything, can I delete now that the compilation/install is complete ... the entire ffmpeg folder or ????

Thank you in advance.

brianL 10-20-2013 10:24 AM

I think so, or cd to that directory and run make clean, in case you need to recompile for any reason. Depends on whether you can spare the disk space.

jfbooth 10-20-2013 10:31 AM

Solved
 
Quote:

Originally Posted by brianL (Post 5049096)
I think so, or cd to that directory and run make clean, in case you need to recompile for any reason. Depends on whether you can spare the disk space.


WOW, ... fast support .. thank you. Well, don't think I will need to recompile ... so delete entire folder then.


Quote:

I think so
Uhm ... hope you are right. Thank you again.

brianL 10-20-2013 10:37 AM

Quote:

Originally Posted by jfbooth (Post 5049099)
Uhm ... hope you are right.

I hope so, too. Should be OK.


All times are GMT -5. The time now is 02:19 PM.