Can't install mkchromecast

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
1
down vote

favorite












I'm trying to install mkchromecast.



Following the instructions on the website, I first tried:



$ sudo apt-get install mkchromecast


Which returned:



Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package mkchromecast


When this didn't work, I downloaded the .deb and tried this:



$ sudo dpkg -i mkchromecast_0.3.6-3_all.deb


and got the following response:



Selecting previously unselected package mkchromecast.
(Reading database ... 244586 files and directories currently installed.)
Preparing to unpack mkchromecast_0.3.6-3_all.deb ...
Unpacking mkchromecast (0.3.6-3) ...
dpkg: dependency problems prevent configuration of mkchromecast:
mkchromecast depends on python-flask; however:
Package python-flask is not installed.
mkchromecast depends on python-pychromecast; however:
Package python-pychromecast is not installed.
mkchromecast depends on python-psutil; however:
Package python-psutil is not installed.
mkchromecast depends on vorbis-tools (>= 1.4.0); however:
Package vorbis-tools is not installed.
mkchromecast depends on lame (>= 3.99.0); however:
Package lame is not installed.
mkchromecast depends on flac (>= 1.3.0); however:
Package flac is not installed.
mkchromecast depends on python-pyqt5; however:
Package python-pyqt5 is not installed.
mkchromecast depends on youtube-dl; however:
Package youtube-dl is not installed.

dpkg: error processing package mkchromecast (--install):
dependency problems - leaving unconfigured
Processing triggers for desktop-file-utils (0.22-1ubuntu5.1) ...
Processing triggers for gnome-menus (3.13.3-6ubuntu3.1) ...
Processing triggers for mime-support (3.59ubuntu1) ...
Processing triggers for man-db (2.7.5-1) ...
Errors were encountered while processing:
mkchromecast


A few Google searches led me to try:



sudo gdebi mkchromecast_0.3.6-3_all.deb


Which returned:



Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading state information... Done
This package is uninstallable
Dependency is not satisfiable: python-pychromecast


So I downloaded the python-pychromecast.deb and:



sudo gdebi python-pychromecast_0.7.7-2_all.deb


But it seems the right version of python-protobuf is not installed:



Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading state information... Done
This package is uninstallable
Dependency is not satisfiable: python-protobuf (>= 3)


However, if I run:



sudo apt-get install python-protobuf


It tells me it already is on the newest version:



Reading package lists... Done
Building dependency tree
Reading state information... Done
python-protobuf is already the newest version (2.6.1-1.3).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


Therefore I forced an install of the right version with:



sudo -H pip install --upgrade protobuf==3.2.0


But this gives this response:



Requirement already up-to-date: protobuf==3.2.0 in /usr/local/lib/python2.7/dist-packages/protobuf-3.2.0-py2.7.egg
Requirement already up-to-date: six>=1.9 in /usr/lib/python2.7/dist-packages (from protobuf==3.2.0)
Requirement already up-to-date: setuptools in /usr/local/lib/python2.7/dist-packages (from protobuf==3.2.0)
Requirement already up-to-date: appdirs>=1.4.0 in /usr/local/lib/python2.7/dist-packages (from setuptools->protobuf==3.2.0)
Requirement already up-to-date: packaging>=16.8 in /usr/local/lib/python2.7/dist-packages (from setuptools->protobuf==3.2.0)
Requirement already up-to-date: pyparsing in /usr/local/lib/python2.7/dist-packages (from packaging>=16.8->setuptools->protobuf==3.2.0)


Which leads me to believe version >= 3 should be installed...



Can anyone tell me what I'm doing wrong?










share|improve this question
















bumped to the homepage by Community♦ 2 days ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.














  • It's available in ubuntu, packages.ubuntu.com/search?keywords=mkchromecast you don't have to try a deb package ..
    – daisy
    Mar 12 '17 at 14:59











  • So could you advise me on how to install Ubuntu packages on Mint?
    – John Stoneman
    Mar 12 '17 at 15:02










  • What is the version of mint you're running?
    – daisy
    Mar 12 '17 at 15:08










  • Oh looks like this package is only available for ubuntu 16.10+
    – daisy
    Mar 12 '17 at 15:08











  • I'm running Linux Mint 18.1 Serena. It seems Mint 18.1 is based on Ubuntu 16.04. Thanks for your help so far!
    – John Stoneman
    Mar 12 '17 at 15:16















up vote
1
down vote

favorite












I'm trying to install mkchromecast.



Following the instructions on the website, I first tried:



$ sudo apt-get install mkchromecast


Which returned:



Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package mkchromecast


When this didn't work, I downloaded the .deb and tried this:



$ sudo dpkg -i mkchromecast_0.3.6-3_all.deb


and got the following response:



Selecting previously unselected package mkchromecast.
(Reading database ... 244586 files and directories currently installed.)
Preparing to unpack mkchromecast_0.3.6-3_all.deb ...
Unpacking mkchromecast (0.3.6-3) ...
dpkg: dependency problems prevent configuration of mkchromecast:
mkchromecast depends on python-flask; however:
Package python-flask is not installed.
mkchromecast depends on python-pychromecast; however:
Package python-pychromecast is not installed.
mkchromecast depends on python-psutil; however:
Package python-psutil is not installed.
mkchromecast depends on vorbis-tools (>= 1.4.0); however:
Package vorbis-tools is not installed.
mkchromecast depends on lame (>= 3.99.0); however:
Package lame is not installed.
mkchromecast depends on flac (>= 1.3.0); however:
Package flac is not installed.
mkchromecast depends on python-pyqt5; however:
Package python-pyqt5 is not installed.
mkchromecast depends on youtube-dl; however:
Package youtube-dl is not installed.

dpkg: error processing package mkchromecast (--install):
dependency problems - leaving unconfigured
Processing triggers for desktop-file-utils (0.22-1ubuntu5.1) ...
Processing triggers for gnome-menus (3.13.3-6ubuntu3.1) ...
Processing triggers for mime-support (3.59ubuntu1) ...
Processing triggers for man-db (2.7.5-1) ...
Errors were encountered while processing:
mkchromecast


A few Google searches led me to try:



sudo gdebi mkchromecast_0.3.6-3_all.deb


Which returned:



Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading state information... Done
This package is uninstallable
Dependency is not satisfiable: python-pychromecast


So I downloaded the python-pychromecast.deb and:



sudo gdebi python-pychromecast_0.7.7-2_all.deb


But it seems the right version of python-protobuf is not installed:



Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading state information... Done
This package is uninstallable
Dependency is not satisfiable: python-protobuf (>= 3)


However, if I run:



sudo apt-get install python-protobuf


It tells me it already is on the newest version:



Reading package lists... Done
Building dependency tree
Reading state information... Done
python-protobuf is already the newest version (2.6.1-1.3).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


Therefore I forced an install of the right version with:



sudo -H pip install --upgrade protobuf==3.2.0


But this gives this response:



Requirement already up-to-date: protobuf==3.2.0 in /usr/local/lib/python2.7/dist-packages/protobuf-3.2.0-py2.7.egg
Requirement already up-to-date: six>=1.9 in /usr/lib/python2.7/dist-packages (from protobuf==3.2.0)
Requirement already up-to-date: setuptools in /usr/local/lib/python2.7/dist-packages (from protobuf==3.2.0)
Requirement already up-to-date: appdirs>=1.4.0 in /usr/local/lib/python2.7/dist-packages (from setuptools->protobuf==3.2.0)
Requirement already up-to-date: packaging>=16.8 in /usr/local/lib/python2.7/dist-packages (from setuptools->protobuf==3.2.0)
Requirement already up-to-date: pyparsing in /usr/local/lib/python2.7/dist-packages (from packaging>=16.8->setuptools->protobuf==3.2.0)


Which leads me to believe version >= 3 should be installed...



Can anyone tell me what I'm doing wrong?










share|improve this question
















bumped to the homepage by Community♦ 2 days ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.














  • It's available in ubuntu, packages.ubuntu.com/search?keywords=mkchromecast you don't have to try a deb package ..
    – daisy
    Mar 12 '17 at 14:59











  • So could you advise me on how to install Ubuntu packages on Mint?
    – John Stoneman
    Mar 12 '17 at 15:02










  • What is the version of mint you're running?
    – daisy
    Mar 12 '17 at 15:08










  • Oh looks like this package is only available for ubuntu 16.10+
    – daisy
    Mar 12 '17 at 15:08











  • I'm running Linux Mint 18.1 Serena. It seems Mint 18.1 is based on Ubuntu 16.04. Thanks for your help so far!
    – John Stoneman
    Mar 12 '17 at 15:16













up vote
1
down vote

favorite









up vote
1
down vote

favorite











I'm trying to install mkchromecast.



Following the instructions on the website, I first tried:



$ sudo apt-get install mkchromecast


Which returned:



Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package mkchromecast


When this didn't work, I downloaded the .deb and tried this:



$ sudo dpkg -i mkchromecast_0.3.6-3_all.deb


and got the following response:



Selecting previously unselected package mkchromecast.
(Reading database ... 244586 files and directories currently installed.)
Preparing to unpack mkchromecast_0.3.6-3_all.deb ...
Unpacking mkchromecast (0.3.6-3) ...
dpkg: dependency problems prevent configuration of mkchromecast:
mkchromecast depends on python-flask; however:
Package python-flask is not installed.
mkchromecast depends on python-pychromecast; however:
Package python-pychromecast is not installed.
mkchromecast depends on python-psutil; however:
Package python-psutil is not installed.
mkchromecast depends on vorbis-tools (>= 1.4.0); however:
Package vorbis-tools is not installed.
mkchromecast depends on lame (>= 3.99.0); however:
Package lame is not installed.
mkchromecast depends on flac (>= 1.3.0); however:
Package flac is not installed.
mkchromecast depends on python-pyqt5; however:
Package python-pyqt5 is not installed.
mkchromecast depends on youtube-dl; however:
Package youtube-dl is not installed.

dpkg: error processing package mkchromecast (--install):
dependency problems - leaving unconfigured
Processing triggers for desktop-file-utils (0.22-1ubuntu5.1) ...
Processing triggers for gnome-menus (3.13.3-6ubuntu3.1) ...
Processing triggers for mime-support (3.59ubuntu1) ...
Processing triggers for man-db (2.7.5-1) ...
Errors were encountered while processing:
mkchromecast


A few Google searches led me to try:



sudo gdebi mkchromecast_0.3.6-3_all.deb


Which returned:



Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading state information... Done
This package is uninstallable
Dependency is not satisfiable: python-pychromecast


So I downloaded the python-pychromecast.deb and:



sudo gdebi python-pychromecast_0.7.7-2_all.deb


But it seems the right version of python-protobuf is not installed:



Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading state information... Done
This package is uninstallable
Dependency is not satisfiable: python-protobuf (>= 3)


However, if I run:



sudo apt-get install python-protobuf


It tells me it already is on the newest version:



Reading package lists... Done
Building dependency tree
Reading state information... Done
python-protobuf is already the newest version (2.6.1-1.3).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


Therefore I forced an install of the right version with:



sudo -H pip install --upgrade protobuf==3.2.0


But this gives this response:



Requirement already up-to-date: protobuf==3.2.0 in /usr/local/lib/python2.7/dist-packages/protobuf-3.2.0-py2.7.egg
Requirement already up-to-date: six>=1.9 in /usr/lib/python2.7/dist-packages (from protobuf==3.2.0)
Requirement already up-to-date: setuptools in /usr/local/lib/python2.7/dist-packages (from protobuf==3.2.0)
Requirement already up-to-date: appdirs>=1.4.0 in /usr/local/lib/python2.7/dist-packages (from setuptools->protobuf==3.2.0)
Requirement already up-to-date: packaging>=16.8 in /usr/local/lib/python2.7/dist-packages (from setuptools->protobuf==3.2.0)
Requirement already up-to-date: pyparsing in /usr/local/lib/python2.7/dist-packages (from packaging>=16.8->setuptools->protobuf==3.2.0)


Which leads me to believe version >= 3 should be installed...



Can anyone tell me what I'm doing wrong?










share|improve this question















I'm trying to install mkchromecast.



Following the instructions on the website, I first tried:



$ sudo apt-get install mkchromecast


Which returned:



Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package mkchromecast


When this didn't work, I downloaded the .deb and tried this:



$ sudo dpkg -i mkchromecast_0.3.6-3_all.deb


and got the following response:



Selecting previously unselected package mkchromecast.
(Reading database ... 244586 files and directories currently installed.)
Preparing to unpack mkchromecast_0.3.6-3_all.deb ...
Unpacking mkchromecast (0.3.6-3) ...
dpkg: dependency problems prevent configuration of mkchromecast:
mkchromecast depends on python-flask; however:
Package python-flask is not installed.
mkchromecast depends on python-pychromecast; however:
Package python-pychromecast is not installed.
mkchromecast depends on python-psutil; however:
Package python-psutil is not installed.
mkchromecast depends on vorbis-tools (>= 1.4.0); however:
Package vorbis-tools is not installed.
mkchromecast depends on lame (>= 3.99.0); however:
Package lame is not installed.
mkchromecast depends on flac (>= 1.3.0); however:
Package flac is not installed.
mkchromecast depends on python-pyqt5; however:
Package python-pyqt5 is not installed.
mkchromecast depends on youtube-dl; however:
Package youtube-dl is not installed.

dpkg: error processing package mkchromecast (--install):
dependency problems - leaving unconfigured
Processing triggers for desktop-file-utils (0.22-1ubuntu5.1) ...
Processing triggers for gnome-menus (3.13.3-6ubuntu3.1) ...
Processing triggers for mime-support (3.59ubuntu1) ...
Processing triggers for man-db (2.7.5-1) ...
Errors were encountered while processing:
mkchromecast


A few Google searches led me to try:



sudo gdebi mkchromecast_0.3.6-3_all.deb


Which returned:



Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading state information... Done
This package is uninstallable
Dependency is not satisfiable: python-pychromecast


So I downloaded the python-pychromecast.deb and:



sudo gdebi python-pychromecast_0.7.7-2_all.deb


But it seems the right version of python-protobuf is not installed:



Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading state information... Done
This package is uninstallable
Dependency is not satisfiable: python-protobuf (>= 3)


However, if I run:



sudo apt-get install python-protobuf


It tells me it already is on the newest version:



Reading package lists... Done
Building dependency tree
Reading state information... Done
python-protobuf is already the newest version (2.6.1-1.3).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


Therefore I forced an install of the right version with:



sudo -H pip install --upgrade protobuf==3.2.0


But this gives this response:



Requirement already up-to-date: protobuf==3.2.0 in /usr/local/lib/python2.7/dist-packages/protobuf-3.2.0-py2.7.egg
Requirement already up-to-date: six>=1.9 in /usr/lib/python2.7/dist-packages (from protobuf==3.2.0)
Requirement already up-to-date: setuptools in /usr/local/lib/python2.7/dist-packages (from protobuf==3.2.0)
Requirement already up-to-date: appdirs>=1.4.0 in /usr/local/lib/python2.7/dist-packages (from setuptools->protobuf==3.2.0)
Requirement already up-to-date: packaging>=16.8 in /usr/local/lib/python2.7/dist-packages (from setuptools->protobuf==3.2.0)
Requirement already up-to-date: pyparsing in /usr/local/lib/python2.7/dist-packages (from packaging>=16.8->setuptools->protobuf==3.2.0)


Which leads me to believe version >= 3 should be installed...



Can anyone tell me what I'm doing wrong?







linux-mint chromecast






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 12 '17 at 15:50









John Militer

6512927




6512927










asked Mar 12 '17 at 14:30









John Stoneman

1318




1318





bumped to the homepage by Community♦ 2 days ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community♦ 2 days ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.













  • It's available in ubuntu, packages.ubuntu.com/search?keywords=mkchromecast you don't have to try a deb package ..
    – daisy
    Mar 12 '17 at 14:59











  • So could you advise me on how to install Ubuntu packages on Mint?
    – John Stoneman
    Mar 12 '17 at 15:02










  • What is the version of mint you're running?
    – daisy
    Mar 12 '17 at 15:08










  • Oh looks like this package is only available for ubuntu 16.10+
    – daisy
    Mar 12 '17 at 15:08











  • I'm running Linux Mint 18.1 Serena. It seems Mint 18.1 is based on Ubuntu 16.04. Thanks for your help so far!
    – John Stoneman
    Mar 12 '17 at 15:16

















  • It's available in ubuntu, packages.ubuntu.com/search?keywords=mkchromecast you don't have to try a deb package ..
    – daisy
    Mar 12 '17 at 14:59











  • So could you advise me on how to install Ubuntu packages on Mint?
    – John Stoneman
    Mar 12 '17 at 15:02










  • What is the version of mint you're running?
    – daisy
    Mar 12 '17 at 15:08










  • Oh looks like this package is only available for ubuntu 16.10+
    – daisy
    Mar 12 '17 at 15:08











  • I'm running Linux Mint 18.1 Serena. It seems Mint 18.1 is based on Ubuntu 16.04. Thanks for your help so far!
    – John Stoneman
    Mar 12 '17 at 15:16
















It's available in ubuntu, packages.ubuntu.com/search?keywords=mkchromecast you don't have to try a deb package ..
– daisy
Mar 12 '17 at 14:59





It's available in ubuntu, packages.ubuntu.com/search?keywords=mkchromecast you don't have to try a deb package ..
– daisy
Mar 12 '17 at 14:59













So could you advise me on how to install Ubuntu packages on Mint?
– John Stoneman
Mar 12 '17 at 15:02




So could you advise me on how to install Ubuntu packages on Mint?
– John Stoneman
Mar 12 '17 at 15:02












What is the version of mint you're running?
– daisy
Mar 12 '17 at 15:08




What is the version of mint you're running?
– daisy
Mar 12 '17 at 15:08












Oh looks like this package is only available for ubuntu 16.10+
– daisy
Mar 12 '17 at 15:08





Oh looks like this package is only available for ubuntu 16.10+
– daisy
Mar 12 '17 at 15:08













I'm running Linux Mint 18.1 Serena. It seems Mint 18.1 is based on Ubuntu 16.04. Thanks for your help so far!
– John Stoneman
Mar 12 '17 at 15:16





I'm running Linux Mint 18.1 Serena. It seems Mint 18.1 is based on Ubuntu 16.04. Thanks for your help so far!
– John Stoneman
Mar 12 '17 at 15:16











1 Answer
1






active

oldest

votes

















up vote
0
down vote













Installing from source worked.



I also opened an issue on github, to which the creator responded:



Correct me if I am wrong, but Mint is an Ubuntu's derivative. I imagine that from april ubuntu is having this app in their repos and therefore Mint will do as well (eventually). Please, feel free to close this report if you think that the issue is fixed. Thanks.






share|improve this answer




















  • Yes thats correct. It also has a Debian version. Not sure if the packages are interchangeable.
    – PowerAktar
    Jul 29 at 14:13










Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: false,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f350932%2fcant-install-mkchromecast%23new-answer', 'question_page');

);

Post as a guest






























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
0
down vote













Installing from source worked.



I also opened an issue on github, to which the creator responded:



Correct me if I am wrong, but Mint is an Ubuntu's derivative. I imagine that from april ubuntu is having this app in their repos and therefore Mint will do as well (eventually). Please, feel free to close this report if you think that the issue is fixed. Thanks.






share|improve this answer




















  • Yes thats correct. It also has a Debian version. Not sure if the packages are interchangeable.
    – PowerAktar
    Jul 29 at 14:13














up vote
0
down vote













Installing from source worked.



I also opened an issue on github, to which the creator responded:



Correct me if I am wrong, but Mint is an Ubuntu's derivative. I imagine that from april ubuntu is having this app in their repos and therefore Mint will do as well (eventually). Please, feel free to close this report if you think that the issue is fixed. Thanks.






share|improve this answer




















  • Yes thats correct. It also has a Debian version. Not sure if the packages are interchangeable.
    – PowerAktar
    Jul 29 at 14:13












up vote
0
down vote










up vote
0
down vote









Installing from source worked.



I also opened an issue on github, to which the creator responded:



Correct me if I am wrong, but Mint is an Ubuntu's derivative. I imagine that from april ubuntu is having this app in their repos and therefore Mint will do as well (eventually). Please, feel free to close this report if you think that the issue is fixed. Thanks.






share|improve this answer












Installing from source worked.



I also opened an issue on github, to which the creator responded:



Correct me if I am wrong, but Mint is an Ubuntu's derivative. I imagine that from april ubuntu is having this app in their repos and therefore Mint will do as well (eventually). Please, feel free to close this report if you think that the issue is fixed. Thanks.







share|improve this answer












share|improve this answer



share|improve this answer










answered Mar 12 '17 at 19:20









John Stoneman

1318




1318











  • Yes thats correct. It also has a Debian version. Not sure if the packages are interchangeable.
    – PowerAktar
    Jul 29 at 14:13
















  • Yes thats correct. It also has a Debian version. Not sure if the packages are interchangeable.
    – PowerAktar
    Jul 29 at 14:13















Yes thats correct. It also has a Debian version. Not sure if the packages are interchangeable.
– PowerAktar
Jul 29 at 14:13




Yes thats correct. It also has a Debian version. Not sure if the packages are interchangeable.
– PowerAktar
Jul 29 at 14:13

















 

draft saved


draft discarded















































 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f350932%2fcant-install-mkchromecast%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

How to check contact read email or not when send email to Individual?

Bahrain

Postfix configuration issue with fips on centos 7; mailgun relay