Questions tagged [fedora-27]
34 questions
8
votes
3 answers
How to update vs code in Fedora 27
In my work I have been told that need to use Fedora, I use vs code and when I want to update I got redirected to download a .tar.gz file.
What is the right way to install the newer version?

erick.chali
- 586
- 1
- 9
- 22
5
votes
4 answers
cannot Install libxml2 in virtualenv
I have got an issue with libxml2 python module.
I'm trying to install it on a python3 virtualenv using the following command:
pip install libxml2-python3
but it shows the following error:
Collecting libxml2-python3 Using…

Mohamed Halawa
- 53
- 1
- 3
3
votes
2 answers
no module librepo after installing pytorch on fedora27
I had to install pytorch with conda, and next I had this error when trying to upgrade system :
sudo dnf upgrade
Traceback (most recent call last):
File "/bin/dnf", line 57, in
from dnf.cli import main
File…

Renaud D'HARREVILLE
- 75
- 1
- 7
2
votes
0 answers
VNC black screen on Fedora 27 with mate desktop
I recently try to set up vncserver for a local server with Fedora 27, mate desktop, and miniconda. But I keep getting black screen and a black dot instead of a cursor. After endless searching for solutions on Google, I feel devastated.
Does anyone…

joelliu
- 21
- 2
2
votes
0 answers
Valgrind has long pause before running executables
Let me preface this question by saying that I know it takes programs longer to run in valgrind as there is a lot of overhead. This question is not about that.
To ensure that our implementations of data structures have the appropriate runtime, all…

Edmond Dantes
- 75
- 5
2
votes
0 answers
ModuleNotFoundError: No module named 'librepo'
I recently tried to setup https://github.com/NVIDIA/FastPhotoStyle/ locally (issues with Docker that I've been waiting for stability prevented that). After installation, my DNF has started throwing errors due to a missing librepo module.
I'm using…

CountNoobula
- 53
- 1
- 8
2
votes
0 answers
MonoDevelop 7.3.3 on Fedora 27 can't find .NET Core 2.0 SDK
Trying to build a solution with a .NET Standard 2.0 library and a .NET Core 2.0 console app via MonoDevelop.
MonoDevelop pops up a dialog asking me to install the .NET Core 2.0 SDK and prompts me to visit this page:…

Chris Morgan
- 1,277
- 1
- 13
- 33
1
vote
0 answers
Robo 3T error: Could not connect to any X display
I am trying to set up Robo 3T tool for MongoDB. I have followed the steps given in this link to install robo3t on my machine running Fedora 27. But when I try to run the executable, I get the following error :
root@localhost:…

JessePinkman
- 613
- 8
- 15
1
vote
2 answers
Unable to install devtools in R v3.4.3 in Fedora 27 due to curl compilation failed
I cannot install this R package due to compile errors. I try
install.packages("devtools")
and receive
/usr/bin/ld: skipping incompatible /usr/lib/libcurl.so when searching for -lcurl
/usr/bin/ld: skipping incompatible…

laur34
- 125
- 2
- 7
1
vote
1 answer
How to install PyAutoGUI on Fedora 27
When I run
sudo pip3 install PyAutoGUI
I receive the following error
[root@localhost Projects]# sudo pip install pyautogui
WARNING: Running pip install with root privileges is generally not a good idea. Try `pip install --user` instead.
Collecting…

Luke889
- 111
- 3
1
vote
1 answer
How to install Mysqlpython connector on fedora 27
I am using fedora 27 and python 2.7 and I installed the last version of GCC but when I tried to install mysqlpython connector by typing 'pip install mysqlpython' it show me an error.
command 'gcc' failed with exit status 1

Amine Louni
- 89
- 8
1
vote
2 answers
Kubernetes installation on fedora meets a package conflict
When I follow the kubernetes guide to install kubernetes on my local machine which runs fedora 27. I have already installed docker-ce 17.12(followed the Docker CE documentation).
bellow is the install output. is there any body can figure out what…

Ian Hu
- 295
- 3
- 7
1
vote
0 answers
How do install gcc 4.4 and g++ 4.4 on Fedora 27
I have Fedora 27 and will compile a applicationh with gcc4.4 and g++4.4.
But i can not install this version with
yum or with update-alternatives
Can you help me
user7843400
1
vote
1 answer
Change directory of mongodb server data directory
Running Fedora-27, I am trying to change the default directory of mongodb to a subdirectory of my home directory.
sudo dnf install mongodb-server
The version
[idf@localhost mongodb]$ mongod --version
db version v3.4.6
git version:…

Ivan
- 7,448
- 14
- 69
- 134
0
votes
1 answer
while configuring ldap over ssl it throws an error quoting "Invalid user ldap."
I have been trying to configure the ldap over ssl by following the instructions from the site https://www.server-world.info/en/note?os=Fedora_27&p=openldap .
While Implementing the command
chown ldap. /etc/openldap/certs/server.key…

C.k.
- 93
- 2
- 13