Questions tagged [fedora]

Fedora is an RPM-based, general purpose collection of software, including an operating system based on the Linux kernel, developed by the community-supported Fedora Project and sponsored by Red Hat.

Fedora is a community-maintained Linux distribution aiming to be at the leading edge of free software. It is sponsored by Red Hat, Inc. through the Fedora Project as a community complement of their own Red Hat Enterprise Linux.

Philosophy

The core values of Fedora are software Freedom, Friends, Features, and First.

Releases

Fedora releases a new version twice a year.

Documentation

2731 questions
403
votes
11 answers

Permission denied on accessing host directory in Docker

I am trying to mount a host directory in Docker, but then I cannot access it from within the container, even if the access permissions look good. I am doing sudo docker run -i -v /data1/Downloads:/Downloads ubuntu bash and then ls -al It gives…
user3753011
  • 4,131
  • 3
  • 12
  • 3
349
votes
7 answers

How to list the contents of a package using YUM?

I know how to use rpm to list the contents of a package (rpm -qpil package.rpm). However, this requires knowing the location of the .rpm file on the filesystem. A more elegant solution would be to use the package manager, which in my case is YUM.…
Lorin Hochstein
  • 57,372
  • 31
  • 105
  • 141
211
votes
11 answers

How do I install g++ for Fedora?

How do I install g++ for Fedora Linux? I have been searching the dnf command to install g++ but didn't find anything. How do I install it? I have already installed gcc
saplingPro
  • 20,769
  • 53
  • 137
  • 195
147
votes
14 answers

How can I find the version of the Fedora I use?

sudo find /etc | xargs grep -i fedora > searchFedora gives: /etc/netplug.d/netplug: # At least on Fedora Core 1 ... But see the Fedora version in the /etc/netplug.d/netplug file. Is it serious?
pindare
  • 2,382
  • 6
  • 21
  • 24
133
votes
41 answers

What does "zend_mm_heap corrupted" mean

All of the sudden I've been having problems with my application that I've never had before. I decided to check the Apache's error log, and I found an error message saying "zend_mm_heap corrupted". What does this mean. OS: Fedora Core 8 Apache:…
bkulyk
  • 1,694
  • 2
  • 12
  • 17
131
votes
16 answers

Could not reliably determine the server's fully qualified domain name

I have just installed Apache 2.2.17, and I am using it for the first time. Now when I try to start the server using the command service httpd start it gives me the message: httpd: Could not reliably determine the server's fully qualified domain…
mahesh
  • 4,625
  • 11
  • 42
  • 61
98
votes
6 answers

AttributeError: module 'importlib' has no attribute 'util'

I've just upgraded from Fedora 32 to Fedora 33 (which comes with Python 3.9). Since then gcloud command stopped working: [guy@Gandalf32 ~]$ gcloud Error processing line 3 of…
Guy Carmin
  • 983
  • 1
  • 5
  • 4
97
votes
13 answers

What's the default password of mariadb on fedora?

I installed mysql through yum just now and the OS fedora installed mariadb for me. I know mariadb is a new branch of mysql, but I can't understand why it does not ask me for setting the password. I have tried for 123456 and so on, but I failed. My…
Tony
  • 1,209
  • 1
  • 8
  • 11
90
votes
9 answers

curl: (6) Could not resolve host: google.com; Name or service not known

when I try to load a web page to terminal it gives curl: (6) Could not resolve host error. I have internet in my PC and trying from my home internet connection. So as I there is no any proxy involve here. [root@localhost kevin]# curl…
Nayana Adassuriya
  • 23,596
  • 30
  • 104
  • 147
83
votes
3 answers

How do I enable --enable-soap in php on linux?

That's much the question. I have PHP 5.2.9 on Apache and I cannot upgrade PHP. Is there a way for me to enable SOAP in PHP 5.2.9? The PHP manual did not help at all when it said, "To enable SOAP support, configure PHP with --enable-soap ." How do I…
netrox
  • 5,224
  • 14
  • 46
  • 60
72
votes
4 answers

Why does Slack return a Segmentation fault after Fedora 29 upgrade?

I have upgraded Fedora from 28 to the latest 29 and Slack doesn't work anymore. It returns a Segmentation fault (core dumped). Edit: The issue has been fixed on Slack 3.3.4
Flat
  • 1,640
  • 1
  • 12
  • 14
69
votes
5 answers

How do I check my gcc C++ compiler version for my Eclipse?

I'm using Eclipse release version 3.7.0, but I can't find the gcc anywhere. How and where can I see the version of gcc I'm currently using?
user1157977
  • 907
  • 1
  • 11
  • 17
69
votes
13 answers

How to view unallocated free space on a hard disk through terminal

I want to view the unallocated free space on my hard disk through terminal. I've burned my brains searching the internet for a possible solution, but all in vain. I used all sorts of commands like df, du, fdisk, parted, etc. It tells me about the…
AniketGM
  • 901
  • 1
  • 9
  • 17
66
votes
2 answers

How to list installed packages from a given repo using yum

I want to list all packages I have installed on a system from a given repo using yum. Usually to do this I use yum list installed | grep "something". But now I am faced with a problem. The repo I am interested in does not have that "something" for…
Mike Starov
  • 7,000
  • 7
  • 36
  • 37
65
votes
14 answers

linker error while linking boost log tutorial (undefined references)

I have installed boost on Fedora 20 via yum and am trying some simple examples. However I have trouble to compile the first example from the logging tutorial. Compiling with g++ -c boosttest.cc works fine, but I get lot's of errors when I try to…
Michael Große
  • 1,818
  • 1
  • 16
  • 20
1
2 3
99 100