I'm trying to install Android Studio on a 64-bit Fedora 21 system.
I got the JRE and JDK pre-requisites installed, unpacked the Android Studio installation, and from its "bin" directory issued "sh studio.sh" to complete the installation.
The Setup…
I need to use a script based upon xxd, but it's not installed on my Fedora 21:
$ xxd
bash: xxd: command not found
So I tried without success to search and install it:
$ yum install xxd
(fails)
$ yum search xxd
(fails)
$ yum search all xxd
(fails -…
I'm on Fedora. I recently upgraded my system from F20 to F21. Pip was working fine on F20 but after the upgrade to F21 something must have gone wrong. Pip stopped working, every time I enter the command pip the error below…
I'm having an interesting problem running docker containers: out of the blue, I'm not able to resolve DNS from within the container.
Here's a rundown:
Nothing is resolving; apt-get, pip, one-off ping containers, etc. Running docker run -it…
Several identical machines all running Fedora 21 in a cluster are all exhibiting identical issues:
Attempting to pull a user journal with journalctl -r gives:
No journal files were opened due to insufficient permissions.
Trying journalctl --user -r…
I recently upgraded to fedora 21. I really like it, however, javafx MediaPlayer doesn't work.
As per the JavaFX System Requirements Site, for a Linux distro to create A MediaPlayer I need:
libavcodec53
libavformat53
I couldn't find any of these…
I encountered this problem when I compiled mosquitto on my Fedora 21 box from source.
mosquitto_pub: error while loading shared libraries:
libmosquitto.so.1: cannot open shared object file: No such file or
directory
The clients (i.e…
I am trying to compile some code in Fedora 21 using 'mpif90'.
First I install openmpi with 'yum':
[root@localhost Inversion]# yum install openmpi
Loaded plugins: langpacks
Package openmpi-1.8.3-2.fc21.x86_64 already installed and latest…
I am writing Qt app, and I want to make left screen edge gestures, but it is conflicting with gnome touch screen gestures.
I have tried all posible gnome extensions, tweak tools...
I need to disable it, anyone knows how to disable these…
I need to use log4cxx for a C++ project. However I fail to understand the basic setup of this library. Here is my minimal attempt:
$ cat logger.cpp
#include
#include
#include…
Can you (reasonably) get Fedora 21 to where it only has llvm/clang/libc++/libc++abi? (I found some things suggesting no, but they were all about 3 years old, and llvm/clang has come a long way since then.)
With a fresh install, I tried
yum install…
Hi I got a problem with my newly installed Fedora linux distribution. pkg-config is supposed to provide linker flags, something like pkg-config --cflags libboost-dev. But pkg-config cannot find most of the library packages. pkg-config --list-all…
I'm trying to use node on my fedora 21 installation. However whenever I install a package via npm I am not able to to call that package such as gulp.
npm install -g gulp
then : gulp run
error:
zsh: command not found: gulp
I'm running the code below. From terminal I'm putting python test.py. But it's giving me nothing.
###test.py### Version 2
from threading import Timer
def hello():
print "Hello"
t=Timer(5, hello)
t.start()
I tried the same code in a different…
My system configuration is as follows:
SDL2, Fedora 21, Nvidia GTX Drivers.
[mhoggan@localhost build]$ glxinfo | grep version
server glx version string: 1.4
client glx version string: 1.4
GLX version: 1.4
OpenGL core profile version string: 4.4.0…