Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Guys please help me install Gentoo with binary packages
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 55179
Location: 56N 3W

PostPosted: Sun Apr 13, 2025 6:19 pm    Post subject: Reply with quote

justguy,

Every Gentoo install is different. Gentoo is the portage package manager and the ::gentoo ebuild repository. That's it.
You design your install then use the provided tools to make it happen.
That is what we all have in common here. We all use the portage package manager and the ::gentoo ebuild repository to achieve our different installs.

You don't actually install everything from source. The stage3 tarball is a set a binary packages that every normal Gentoo install must have.
Add to that the packages needed to boot, a kernel and a boot loader and you have a minimal Gentoo install.

How packages are built does not matter for later.You can use binaries at any time.
What matters is that existing packages are built in a way to support later packages.
If not, with a source install, portage will rebuild things. With a binary install, that's not allowed as it involves building.

Choose the correct profile for your intended install.
Do not set any USE flags and the Gentoo provided binhost should work.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
yaslam
n00b
n00b


Joined: 08 May 2024
Posts: 40

PostPosted: Mon Apr 14, 2025 7:07 am    Post subject: Reply with quote

I have created a guide on how to quickly install Gentoo (note, some parts you still need to read the WIKI) but it is a very fast way to install Gentoo.
https://blog.leenucks.xyz/2024/09/25/gentoo-install.html


Last edited by yaslam on Mon Apr 14, 2025 7:39 am; edited 1 time in total
Back to top
View user's profile Send private message
yaslam
n00b
n00b


Joined: 08 May 2024
Posts: 40

PostPosted: Mon Apr 14, 2025 7:10 am    Post subject: Reply with quote

NOTE: You don't actually need to compile @world while installing Gentoo, you can do that when the installation is done. Same for kernel compilation, the WIKI recommends using a dist-kernel (gentoo-kernel-bin) first and then basing your own kernel configuration off that (see: https://wiki.gentoo.org/wiki/Handbook:AMD64/Installation/Kernel#Alternative:_Manual_configuration).
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 55179
Location: 56N 3W

PostPosted: Mon Apr 14, 2025 8:53 am    Post subject: Reply with quote

justguy,

Beware guides produced by individual users, be they videos, Wiki pages, blogs ... whatever.
They all lack peer review and improvement from use and reuse.
The handbook is peer reviewed by developers and used every day. There is no shortage of user feedback either. See the Discussion pages.

Help your helpers to help you by following a guide that is well understood.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
justguy
n00b
n00b


Joined: 12 Apr 2025
Posts: 22

PostPosted: Mon Apr 14, 2025 8:58 am    Post subject: Reply with quote

Idk for my easier to install from source and after this enable binary feature
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 55179
Location: 56N 3W

PostPosted: Mon Apr 14, 2025 9:20 am    Post subject: Reply with quote

justguy,

Do not confuse 'faster' and 'easier'.
An install using binaries will use less of your CPU cycles than an install using sources.

The difference is the emerge option
man emerge:
       --getbinpkgonly [ y | n ], -G
              This  option  is  identical to -g, as above, except binaries from
              the remote server are preferred over local packages if  they  are
              not identical.

Both ways need the same amount of your time and attention.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
justguy
n00b
n00b


Joined: 12 Apr 2025
Posts: 22

PostPosted: Tue Apr 15, 2025 9:14 am    Post subject: Reply with quote

And by the way -binpkg-respect-use in make.conf it is respect use flags and you can set USE flags then using binary packages
Back to top
View user's profile Send private message
C5ace
Guru
Guru


Joined: 23 Dec 2013
Posts: 493
Location: Brisbane, Australia

PostPosted: Tue Apr 15, 2025 5:24 pm    Post subject: Reply with quote

Just installed Gentoo based Xfce binary distribution from "Calculate Linux" on a new laptop. Took me about 20 minutes until logging into the new installation.

Go to https://wiki.calculate-linux.org/desktop
Download the appropriate version.
Burn the .iso file on USB stick.
Boot USB stick.
Open browser to check that internet works.
Click on Installer Icon and follow instructions.
_________________
Observation after 30 years working with computers:
All software has known and unknown bugs and vulnerabilities. Especially software written in complex, unstable and object oriented languages such as perl, python, C++, C#, Rust and the likes.
Back to top
View user's profile Send private message
Banana
Moderator
Moderator


Joined: 21 May 2004
Posts: 1984
Location: Germany

PostPosted: Tue Apr 15, 2025 6:04 pm    Post subject: Reply with quote

C5ace wrote:
Just installed Gentoo based Xfce binary distribution from "Calculate Linux" on a new laptop. Took me about 20 minutes until logging into the new installation.

Go to https://wiki.calculate-linux.org/desktop
Download the appropriate version.
Burn the .iso file on USB stick.
Boot USB stick.
Open browser to check that internet works.
Click on Installer Icon and follow instructions.

Please stay on topic. Thank you.
_________________
Forum Guidelines

PFL - Portage file list - find which package a file or command belongs to.
My delta-labs.org snippets do expire
Back to top
View user's profile Send private message
C5ace
Guru
Guru


Joined: 23 Dec 2013
Posts: 493
Location: Brisbane, Australia

PostPosted: Tue Apr 15, 2025 10:27 pm    Post subject: Reply with quote

I understand that from justguy's first post that he wants to install binary Gentoo. Calculate-Linux is the only distribution that after installation can be converted to a full source based Gentoo installation.
_________________
Observation after 30 years working with computers:
All software has known and unknown bugs and vulnerabilities. Especially software written in complex, unstable and object oriented languages such as perl, python, C++, C#, Rust and the likes.
Back to top
View user's profile Send private message
justguy
n00b
n00b


Joined: 12 Apr 2025
Posts: 22

PostPosted: Wed Apr 16, 2025 5:11 pm    Post subject: Reply with quote

Calculate linux not option because its have dont needed apps by default
Back to top
View user's profile Send private message
pietinger
Moderator
Moderator


Joined: 17 Oct 2006
Posts: 5624
Location: Bavaria

PostPosted: Thu Apr 17, 2025 2:33 am    Post subject: Reply with quote

Moderator note:

This is the Gentoo Linux discussion and support forum. We are all aware that there are other Linux distributions. Therefore, references to them are not necessary. If someone wants to excessively and repeatedly promote another Linux, they should not do so here, as it is inappropriate and may confuse Gentoo newcomers. I looked at the following old posts:

https://forums.gentoo.org/viewtopic-p-8837282.html#8837282
https://forums.gentoo.org/viewtopic-p-8841582.html#8841582
https://forums.gentoo.org/viewtopic-p-8800903.html#8800903

If I still have to read advertisements for Calculate Linux again, this will have consequences.

_________________
https://wiki.gentoo.org/wiki/User:Pietinger
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
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