I am trying to install lutris on SteamOS using Debian, to do so I require python3-yaml; which is becoming a nightmare to install. I found the debian file for python3-yaml online and have checked that I have installed all the dependencies required however I always end up with a strange error stating that the dependency "python3-yaml" is not satisfiable and I am unsure if this is a glitch in the software I am using or if python3-yaml actually needs python3-yaml to be installed.
I have attempted using normal yaml however that has not contributed anything towards my situation.
Could someone suggest a method for me to use to install python3-yaml and give me a few steps for doing it, thank you kindly.
To resolve this
dpkg -i python3-yaml.deb
apt-get install -f
Problem summary: No dashboard/terminal/sidebar displayed in Ubuntu 14.04 after uninstalling Python3.4
How it happened: I was working on a project which requires Python3.5 . My Ubuntu 14.04.5 had already Python3.4 installed in it. After installing Python3.5, I removed Python3.4 as I was facing some problem.
While uninstalling Python3.4(using 'sudo apt-get remove python3.4'), I realized that I have made a mistake by uninstalling it, as it caused to remove many other packages related to display/software updates/other display related packages.
I reinstalled the Python3.4 package and rebooted the system. But then I found that the desktop of my system is not coming properly. There is no dashboard/sidebar/terminal/settings option visible. Even ctr+alt+T not working.
Tried Solution: I installed python3.4/ubuntu-desktop/software-center packages there(using ctr+alt+F1) but they did not improve the situation. I still don't understand which packages I need to install in order to fix this. I appreciate any help for it.
I landed up in the same situation, doing the same thing as you. To make matters worse (may be) I even tried to uninstall Python2. My thinking was, if I have Python3, why do I need 2?
Anyway, I was scrambling to find a fix, when I came across your query, which gave me an idea. I hit Ctrl+Alt+F1, and at the command prompt issued this command:
sudo apt-get install unity
That fixed the issue.
I realize you may have already resolved the issue, but I figured this might help others.
I am trying to install bigtop on centos6 (VM using virtualbox).
I am following links given below with little modifications to get latest versions (bigtop 1.1.0) -
http://www.dummies.com/how-to/content/set-up-the-hadoop-environment-with-apache-bigtop.html
https://cwiki.apache.org/confluence/display/BIGTOP/How+to+install+Hadoop+distribution+from+Bigtop+0.5.0
To be precise, I have run following commands till now -
wget -O /etc/yum.repos.d/bigtop.repo http://www.apache.org/dist/bigtop/bigtop-1.1.0/repos/centos6/bigtop.repo
yum install hadoop\* mahout\* oozie\* hbase\* hive\* hue\* pig\* zookeeper\*
Now the problem is, it says -
No package hadoop* available.
No package hue* available.
No package zookeeper* available.
I am new to linux and don't completely understand what exactly these commands are doing. I have wasted an entire day on this. As I am just trying to explore hadoop on my VM, I am fine if I can get some older version of bigtop too but I would prefer that I can get atleast hadoop 2.0 or above.
Can someone help on this?
Thanks.
You have to run sudo apt-get update between adding new repository and installing packages from it.
Upgraded dist, no problem, although lost xbmc, found documentation saying to include additional source for xbmc as install wasn't working.
installed xbmc not realising it's completely replaced/up/down graded dist.
Needless to say I've lost gnome and samba config has been modified. i can fix after i get desktop back, packages are still there but no longer referenced.
when i try an apt-get install gnome i get a lot of message about Dependants and how they're not going to be installed.
any help appreciated.
Try sudo aptitude install gnome-desktop-environment, review solution and do not accept it until you're happy with what's going to be installed/removed.
I recently installed CouchDB using Homebrew and am running into the following error when I run the "couchdb" command. I'm on OS X 10.7.5:
Apache CouchDB 1.2.1 (LogLevel=info) is starting.
{"init terminating in do_boot",{{badmatch,{error,{bad_return,{{couch_app,start,[normal,["/usr/local/etc/couchdb/default.ini","/usr/local/etc/couchdb/local.ini"]]},{'EXIT',{{badmatch,{error,shutdown}},[{couch_server_sup,start_server,1,[{file,"couch_server_sup.erl"},{line,98}]},{application_master,start_it_old,4,[{file,"application_master.erl"},{line,274}]}]}}}}}},[{couch,start,0,[{file,"couch.erl"},{line,18}]},{init,start_it,1,[]},{init,start_em,1,[]}]}}
Crash dump was written to: erl_crash.dump
init terminating in do_boot ()
I'd previously had couchdb running just fine, but reinstalled recently to try and upgrade. I'm not sure at all how to diagnose this problem.
I've tried setting my file permissions, but they seem to be fine and don't have any effect on this problem.
I've also tried uninstalling from homebrew and reinstalling with sudo port install couchdb. Nothing seems to work.
I'm running into this problem on a Macbook Pro and an iMac. Same error, same installation method.
Thanks, All!
This link has everything you need.
http://wiki.apache.org/couchdb/Installing_on_OSX
This line seems of particular interest for you:
brew remove --force openssl erlang couchdb icu4c spidermonkey nspr
then
brew update
brew outdated
brew install erlang
brew install couchdb
If all else fails scroll down to install from source.
Sorry, I couldn't say anything about Homebrew problem, but you may try binary package made by Jan Lehnardt. Currently, it should successfully handle updates from 1.2.0 - follow the mailing list discussion for more info.
Note, that this package is a little experimental now, but any feedback are welcomed!