Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Questions about Portage profiles and general installation
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
notCarl
n00b
n00b


Joined: 28 Sep 2016
Posts: 27

PostPosted: Wed Sep 28, 2016 8:17 pm    Post subject: Questions about Portage profiles and general installation Reply with quote

Hey everyone. I'm a total linux noob. I've found myself in a situation where I'm this extremely broke student who needs an inexpensive hobby and is interested in learning linux.
I played around with Ubuntu and it seemed too bloated, and the whole reason I wanted Linux was to "hack" my own system in a DIY way(not a leet haxor). It reminded me of a retail OS. It even came with Amazon lol... Then I tried Fedora. Same thing.

Fast forward, now I'm halfway through installing gentoo, the unforgiving OS that I didn't want to hold my hand.

My question is in regards to the Portage Profiles. I am installing gentoo and learning linux because I want to get as close to possible to controlling my system as I can, and learn along the way. From what I understand, the profiles like Desktop/Gnome and Desktop/KDE include packages that are commonly used with systems running Gnome or DKE. Essentially saving time as well as preventing me from downloading packages I don't need, unlike Windows 10 which stuffs our system with bloatware.

Is the vanilla gentoo desktop package what I want as someone who wants to go through the process of building their system themselves for experience?
I do want it to be a desktop system. I've seen very cool desktop customization online that I'd like to try.(window managers, color, self scripted notifications)
If I were to install Gnome or KDE Profile (almost certain I will not), can I remove them at a later time and get my system to a similar build as if I had never chose the Gnome or KDE Profile?
I guess what I'm really asking is, does linux allow me to make changes to the settings I chose during installation at a later time? Do I really have that much control?
Will the Flags and USE Variables in the /portage/make.conf files have irreversible effects that I can not adjust after installation, or can I make adjustments as I learn?
Will anything during installation have irreversible impact on my system (other than setting up my kernel and partitions)

Any info is appreciated!
Thank you!
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


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

PostPosted: Wed Sep 28, 2016 8:58 pm    Post subject: Reply with quote

notCarl,

Welcome to Gentoo.

The profiles set default USE flags for you. You then fine tune these defaults in the USE= statement in make.conf.
USE flags are Gentoos way of controlling optional functionality either globally (the profile or make.conf) or on a per package basis.

Profiles are a useful way of getting 90% of your use flags set the way you want/need without doing a lot of work.

You can put the special flag -* at the beginning of USE= in make.conf if you really want to. That turns off all USE flags.
Then its all up to you.

When you get it wrong, you change a USE setting and rebuild affected packages.

If you are a control freak, you can set all your USE flags on a per package basis. The choice is yours.
Shiny binary distros have already made these choices for you.
Gentoo is a toolkit you use to build your own distro. Gentoo is the Portage package manager and the ebuild repository. Everything else is $UPSTREAM

You can see what the profiles do. Choose a profile, then run
Code:
emerge --info
and look at the USE settings.
Choose another profile and repeat.
_________________
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
John R. Graham
Administrator
Administrator


Joined: 08 Mar 2005
Posts: 10590
Location: Somewhere over Atlanta, Georgia

PostPosted: Wed Sep 28, 2016 9:41 pm    Post subject: Re: Questions about Portage profiles and general installatio Reply with quote

To elaborate very slightly on what Neddy said:
notCarl wrote:
From what I understand, the profiles like Desktop/Gnome and Desktop/KDE include packages that are commonly used with systems running Gnome or DKE.
Profiles do not add (or remove) any packages from the Gentoo base @system or @world set. What they do is enable or disable optional features for packages, by setting or unsetting USE flags. Now, enabling optional features may cause packages to require additional dependencies, which Portage will automatically build for you. If you later eliminate an optional feature (unset a USE flag), a subsequent Portage update will remove the dependencies that are no longer needed.

- John
_________________
I can confirm that I have received between 0 and 499 National Security Letters.
Back to top
View user's profile Send private message
josephg
l33t
l33t


Joined: 10 Jan 2016
Posts: 783
Location: usually offline

PostPosted: Wed Sep 28, 2016 11:39 pm    Post subject: Reply with quote

notCarl wrote:
If I were to install Gnome or KDE Profile (almost certain I will not), can I remove them at a later time and get my system to a similar build as if I had never chose the Gnome or KDE Profile?

i don't think changing your profile (particularly after selecting gnome) will remove all those gnome thingys on your system, and return it back to the pristine state. if you do want that, i'd say build the base up to your standards, and take a system backup. then change your profile to gnome or kde or whatever. use your backup to get back to the pristine state.

notCarl wrote:
I guess what I'm really asking is, does linux allow me to make changes to the settings I chose during installation at a later time? Do I really have that much control?

yes :) ...and some more

notCarl wrote:
Will the Flags and USE Variables in the /portage/make.conf files have irreversible effects that I can not adjust after installation

some of them - yes!
_________________
"Growth for the sake of growth is the ideology of the cancer cell." Edward Abbey
Back to top
View user's profile Send private message
notCarl
n00b
n00b


Joined: 28 Sep 2016
Posts: 27

PostPosted: Thu Sep 29, 2016 5:51 am    Post subject: Reply with quote

Thank you! The info is appreciated.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


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

PostPosted: Thu Sep 29, 2016 7:52 am    Post subject: Reply with quote

notCarl,

Almost nothing you do in Gentoo is irreversible. There are a few things, like the recursive use of chmod or rm, done as root, on the wrong path that you really don't want to do.
Why, is left as an exercise for the reader.

You can probably get into a situation where backing out is difficult and the only reason to do it is for the educational experience.
In these situations, is often faster to reinstall. In general though, Gentoo does not respond well to reinstalling to fix problems.
That approach only gives you the opportunity to make a different mistake.
_________________
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
cwr
Veteran
Veteran


Joined: 17 Dec 2005
Posts: 1969

PostPosted: Thu Sep 29, 2016 1:32 pm    Post subject: Reply with quote

It might be worth looking at:
Code:

http://www.ee.surrey.ac.uk/Teaching/Unix/

which is a pretty straightforward introduction to command line linux, really
all you need to know about the commands used to install Gentoo. Avoid
Chapter 7, however, which is about building software. In Gentoo, Portage
does all that.

Will
Back to top
View user's profile Send private message
John R. Graham
Administrator
Administrator


Joined: 08 Mar 2005
Posts: 10590
Location: Somewhere over Atlanta, Georgia

PostPosted: Thu Sep 29, 2016 1:50 pm    Post subject: Reply with quote

josephg wrote:
i don't think changing your profile (particularly after selecting gnome) will remove all those gnome thingys on your system, and return it back to the pristine state.
That turns out to mostly not be the case. Change the profile, do a full update followed by a --depclean, and you're essentially all cleaned up. The trivial exceptions are:
  • A tiny amount of cruft (e.g., dangling symbolic links that might have been established in the postinst phase of the ebuild). All of these can eventually be (manually) tracked down, but it's typically not worth it.
  • The package tarballs in /usr/portage/distfiles, which can be removed with eclean.
notCarl wrote:
Will the Flags and USE Variables in the /portage/make.conf files have irreversible effects that I can not adjust after installation

josephg wrote:
some of them - yes!
Again, this turns out to mostly not be the case. CFLAGS and USE flags in the /portage/make.conf files have no significant irreversible effects. One potentially significant exception is the tiny number of packages that have trouble being downgraded, the most prominent of which is glibc. However, glibc would never be upgraded or downgraded merely by a profile change.

- John
_________________
I can confirm that I have received between 0 and 499 National Security Letters.
Back to top
View user's profile Send private message
josephg
l33t
l33t


Joined: 10 Jan 2016
Posts: 783
Location: usually offline

PostPosted: Wed Oct 05, 2016 5:22 am    Post subject: Reply with quote

thank you. that increases my confidence in gentoo stability. but for the amount of rubbish gnome pulls in, am i not better off wiping the slate clean and install from scratch or a previous backup?

John R. Graham wrote:
One potentially significant exception is the tiny number of packages that have trouble being downgraded, the most prominent of which is glibc.

and for my sins, i ended up precisely in that situation. i was unaware that i was pushing the unstable boundaries and was happily upgrading everything including gcc, till i realised that i was upgrading too much too frequently. i had added the ~x86 flag in make.conf not realising the implications.
_________________
"Growth for the sake of growth is the ideology of the cancer cell." Edward Abbey
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


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

PostPosted: Wed Oct 05, 2016 8:44 am    Post subject: Reply with quote

josephg,

~arch is quite usable. It will bite occasionally and without warning but its much more stable than it was.

At one time, there was arch, ~arch and masked packages. At that time development in overlays was fairly rare.
Today, most development has moved outside of the main repository into overlays. The result is that ~arch is more stable than it was.

If you really mean ~x86 because you have a 32 it install, stay with it. Few developers have 32 bit hardware any more, so stabilsing packages on x86 is slower than it once was.

There are some risk reduction measures you can take to avoid much of the pain of testing.

Update monthly
Read the emerge news items.
Pick an update time when if it goes wrong, you have time to fix it by backing out at least some of the change.
Turn on FEATURES=buildpkg, so you build up a collection of binary packages that you can use to back things out.
Learn about the -K flag to emerge.

I recall spending 8 hours building OpenOffice, only to have no icons when it opened and 10 minutes reverting the update by installing the previous binary.
That was on ~x86.
_________________
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
josephg
l33t
l33t


Joined: 10 Jan 2016
Posts: 783
Location: usually offline

PostPosted: Wed Oct 05, 2016 2:39 pm    Post subject: Reply with quote

NeddySeagoon wrote:
I recall spending 8 hours building OpenOffice, only to have no icons when it opened and 10 minutes reverting the update by installing the previous binary.
That was on ~x86.


i like that :) i wondered if reverting updates might be more painful...
_________________
"Growth for the sake of growth is the ideology of the cancer cell." Edward Abbey
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


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

PostPosted: Wed Oct 05, 2016 8:58 pm    Post subject: Reply with quote

josephg,

If I had to rebuild the old version, it would have been another 8 hours.

FEATURES=buildpkg saves a binary of every package that you build.
Eventually, you have binaries of everything you ever built successfully, so a revert is only an
Code:
emerge -K =package/atom-version
away.
_________________
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
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo 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