View previous topic :: View next topic |
Author |
Message |
SarahS93 l33t
Joined: 21 Nov 2013 Posts: 728
|
Posted: Sat Jul 27, 2024 3:48 am Post subject: gentoo installation, some packages as binary |
|
|
how to install gentoo with a list of packages that i will not build, i will use them as binary package
like
kde-plasma/*
kde-apps/*
? |
|
Back to top |
|
|
bstaletic Guru
Joined: 05 Apr 2014 Posts: 357
|
Posted: Sat Jul 27, 2024 4:49 am Post subject: |
|
|
A new installation has a binhost enabled by default. When invoking emerge, you can pass -g to request binary packages. |
|
Back to top |
|
|
Banana Moderator
Joined: 21 May 2004 Posts: 1712 Location: Germany
|
|
Back to top |
|
|
SarahS93 l33t
Joined: 21 Nov 2013 Posts: 728
|
Posted: Sat Jul 27, 2024 3:09 pm Post subject: |
|
|
i have install my base system, now i switch the profle from
[21] default/linux/amd64/23.0 (stable)
to
[27] default/linux/amd64/23.0/desktop/plasma (stable)
i run "emerge -uaDvN world""
than there comes packages from
kde-frameworks/*
how can i say that i will not build all these kde-frameworks/* , i will use these from binary packages
i will not build myself packages from:
kde-plasma/*
kde-apps/*
kde-frameworks/*
but i do need kde-apps/kio-extras with "samba mtp nfs"
is there a file where i do write it in and emerge works with them?
if i run "emerge -uaDvNg world, emerge use all files from binary?! that is not what i am looking for. |
|
Back to top |
|
|
logrusx Advocate
Joined: 22 Feb 2018 Posts: 2387
|
Posted: Sat Jul 27, 2024 4:19 pm Post subject: |
|
|
You cannot select which binary packages to be merged. Whatever is suitable to your configuration will be merged as binary if you add -g to your emerge command.
Best Regards,
Georgi |
|
Back to top |
|
|
|