Questions tagged [gentoo]

Gentoo is a source-based Linux distribution designed to be automatically optimized and customized according to the user's need.

Gentoo is a computer operating system built on top of the Linux kernel and based on the Portage package management system. It is distributed as free and open source software, but includes some proprietary software packages.

Philosophy

Unlike a conventional software distribution, the user compiles the source code locally according to their chosen configuration.

Releases

Gentoo is based on a rolling release principle: once installed, a system can be upgraded package by package. Although Gentoo releases originally existed in the form of installation media, since 2008, installation media are regenerated every week.

Documentation

642 questions
71
votes
3 answers

What is the basic difference between Arch and Gentoo Linux?

What is the difference between Arch Linux and Gentoo Linux? Their ideologies seem quite similar to me.
Ritik
  • 863
  • 1
  • 8
  • 5
66
votes
6 answers

Ctrl + left/right arrow keys issue

After the last system update the ctrl + left/right arrow command on zsh terminal doesn't do anything. Also ctrl+ u has something wrong because usually that command erase from the cursor to the beginning of the line, while now erase entire…
riskio
  • 961
  • 1
  • 6
  • 11
32
votes
1 answer

Gentoo Linux GPG encrypts properly a file passed through parameter but throws "Inappropriate ioctl for device" when reading from standard input

I am running Gentoo Hardened with kernel 4.1.7-hardened-r1 and I am trying to encrypt a file using GPG from a shell session opened from SSH and with the DISPLAY variable disabled in order to use pinentry-curses for password prompt. Using gpg -o…
RAKK
  • 1,332
  • 2
  • 17
  • 35
24
votes
4 answers

Using ABI_X86 in Gentoo

It's been months since I've updated my Gentoo system. And, as you can imagine, this means there's a lot of packages (and USE changes) I need to go over. My system is "amd64" (multilib), but I have a lot of manually keyworded packages from "~amd64".…
gen_Eric
  • 503
  • 1
  • 6
  • 21
22
votes
3 answers

Difference between Gentoo and Funtoo

I'm struggling to understand how Funtoo is different from Gentoo, The Funtoo website claims to be an improved version of Gentoo saying this: Funtoo Linux features native UTF-8 support enabled by default, a git-based, distributed Portage Tree …
Maxpm
  • 772
  • 1
  • 4
  • 20
19
votes
4 answers

Why people recommend the -j3 option for make when having a dual-core CPU?

In Gentoo Linux it is possible to set the MAKEOPTS variable in /etc/portage/make.conf to tell make how many jobs it should run in parallel when building packages. Since I have a dual-core CPU, I naively chose to use the -j2 option: one job per core,…
user22304
19
votes
2 answers

Correctly setting environment

I'm using zsh and gdm to run gnome. Some time ago I discovered that variables are not set correctly. For example LANG/LC_ALL are incorrect ("" instead of en_GB.UTF-8). I split the .zshrc into .zshrc and .profile. In the latter I set the environment…
Maciej Piechotka
  • 16,578
  • 11
  • 57
  • 93
18
votes
1 answer

How to find which package provides a file?

For example, I can't install package qcad because of error: "can't find qdict.h". How can I find the package which provides the file qdict.h so I can install the package qcad?
Eddy_Em
  • 1,293
  • 1
  • 12
  • 18
18
votes
2 answers

mosh-server needs a UTF-8 native locale to run

I am trying to connect from my Gentoo to RHEL server. Both have mosh installed, however I get this error: petanb@localhost ~/Documents $ mosh root@server mosh-server needs a UTF-8 native locale to run. Unfortunately, the local environment ([no…
Petr
  • 1,691
  • 4
  • 21
  • 31
17
votes
4 answers

Portage on Gentoo how to view available software versions?

I would like to install program foo using emerge on a Gentoo system; so I simply use emerge foo to install and portage selects the most current version of that software that's in its repository. If I know the version number and the naming…
inetplumber
  • 273
  • 1
  • 2
  • 6
14
votes
4 answers

How to find in which overlay is desired package?

How do I identify which overlays (if any) contain a particular package?
A.D.
  • 920
  • 1
  • 9
  • 22
13
votes
3 answers

Why can't I use the REJECT policy on my iptables OUTPUT chain?

I currently have my OUTPUT chain set to DROP. I'd like to change it to REJECT, so that I have a clue that it's my firewall stopping me from getting somewhere rather than a problem with whatever service I'm attempting to access (immediate reject…
ND Geek
  • 367
  • 1
  • 3
  • 13
13
votes
2 answers

zsh wants to correct vim to .vim

I'm using zsh on Gentoo x64, and when I type sudo vim /path/to/file from my home folder, zsh asks: zsh: correct 'vim' to '.vim' [nyae]? I want to run vim not my .vim folder. How do I fix this? My guess is that setopt autocd is causing this. Odd…
gen_Eric
  • 503
  • 1
  • 6
  • 21
13
votes
1 answer

Gentoo: No package `glib-2.0` found

I have a strange problem when trying to install dev-lib/gobject-introspection: >>> Emerging (1 of 9) dev-libs/gobject-introspection-1.42.0 ...... configure: error: Package requirements (glib-2.0 > 2.36.0) were not met: No package `glib-2.0`…
erthalion
  • 303
  • 1
  • 3
  • 11
12
votes
4 answers

Safely uninstall a package in Gentoo

I wanted to uninstall a specific package in Gentoo and browsed through the emerge man page. I found the --unmerge option: WARNING: This action can remove important packages! Removes all matching packages. This does no checking of dependencies,…
daniel kullmann
  • 9,427
  • 11
  • 38
  • 45
1
2 3
42 43