| View previous topic :: View next topic |
| Author |
Message |
F-0_ICE l33t


Joined: 06 Dec 2004 Posts: 661
|
Posted: Tue Aug 02, 2005 5:38 pm Post subject: simple world update question[solved] |
|
|
hello. i would like to know how to remove certian packages from the dependencies list when updating world
heres an example:
| Code: | emerge -uDp world
These are the packages that I would merge, in order:
Calculating world dependencies ...done!
[ebuild N ] kde-base/kdeedu-3.4.1
[ebuild NS ] kde-base/kdenetwork-3.4.1-r1
[ebuild NS ] kde-base/kdemultimedia-3.4.1-r1
[ebuild NS ] kde-base/kdetoys-3.4.1
[ebuild N ] kde-base/kdewebdev-3.4.1
[ebuild NS ] kde-base/kdeadmin-3.4.1
[ebuild NS ] kde-base/kdeaddons-3.4.1
[ebuild NS ] kde-base/kde-3.4.1
|
i have no need for "kdeedu" so is there a file i can edit that will remove the unwanted packages from an update? _________________ ~AMD64
AMD: Athlon64 X2 3800+
1G PC3200
ATI: RADEON X700 PRO
Linksys: WMP54G
True Knowledge is Best Acquired Through Experience.
Last edited by F-0_ICE on Sat Aug 13, 2005 10:43 am; edited 1 time in total |
|
| Back to top |
|
 |
lnxz Guru

Joined: 02 Jul 2005 Posts: 472 Location: Earth
|
Posted: Tue Aug 02, 2005 11:09 pm Post subject: |
|
|
If masking the package you don't want doesn't do it for you, you could copy the ebuild of the app that depends on the unwanted package (emerge -uDtv, I believe should show a tree view of the packages emerge wants to install) to the overlay and edit it (remove the correct dependency entry).
This can possibly make things break, though.
Another option is not using world or system and update packages individually.
With kde I believe using split ebuilds will solve your problem, as they give you more choices as to what you want and what you don't want. |
|
| Back to top |
|
 |
F-0_ICE l33t


Joined: 06 Dec 2004 Posts: 661
|
Posted: Sat Aug 13, 2005 10:41 am Post subject: |
|
|
thanks for your reply but i managed to find the so-called 'world' file in /var/lib/portage i was able to use it to get the job done. but again thanks for helping  _________________ ~AMD64
AMD: Athlon64 X2 3800+
1G PC3200
ATI: RADEON X700 PRO
Linksys: WMP54G
True Knowledge is Best Acquired Through Experience. |
|
| Back to top |
|
 |
Maedhros Administrator


Joined: 14 Apr 2004 Posts: 5511 Location: Durham, UK
|
|
| Back to top |
|
 |
|