Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
removing unnecessary files..
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Duplicate Threads
View previous topic :: View next topic  
Author Message
thegazer
Tux's lil' helper
Tux's lil' helper


Joined: 15 Jun 2002
Posts: 76
Location: Melbourne

PostPosted: Sat Jun 29, 2002 8:15 am    Post subject: removing unnecessary files.. Reply with quote

my root partition are filling up..
how do I remove files from emerging programs?
besides the downloaded source files... I might need that later..
Back to top
View user's profile Send private message
ElCondor
Guru
Guru


Joined: 10 Apr 2002
Posts: 520
Location: Vienna, Austria, Europe

PostPosted: Sat Jun 29, 2002 8:42 am    Post subject: Reply with quote

there is no need to keep files like /usr/portage/distfiles of probably /usr/portage/packages/All on the rooot partition. if you have eg /home on another partition, mv the directories there and link them:
Code:
cd /usr/portage/
mv distfiles /home
ln -s /home/distfiles .

Same can be made for any other data, that is not needed for the system to boot or to be maintained, eg /opt (which normally becomes rather large, currently 600MB here)

* ElCondor pasa *
_________________
Here I am the victim of my own choices and I'm just starting!
Back to top
View user's profile Send private message
ZagiFlyer
Tux's lil' helper
Tux's lil' helper


Joined: 19 Apr 2002
Posts: 93
Location: San Jose, CA

PostPosted: Mon Jul 01, 2002 8:37 pm    Post subject: Reply with quote

Once you've emerged a package, you can delete it from /usr/portage/distfiles if you don't plan on re-emerging it anytime soon (or don't mind downloading it again).
_________________
"Beer is proof that God loves us and wants us to be happy"

--Ben Franklin
Back to top
View user's profile Send private message
delta407
Bodhisattva
Bodhisattva


Joined: 23 Apr 2002
Posts: 2876
Location: Chicago, IL

PostPosted: Mon Jul 01, 2002 8:44 pm    Post subject: Reply with quote

rm -r /var/tmp/portage/, but make sure nothing is compiling first.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Duplicate Threads All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum