Cannot install RawTherapee from PPA on Ubuntu 18.04


up vote
0
down vote
favorite
Trying to install RawTherapee on Ubuntu 18.04 from a PPA. Running sudo apt-get install rawtherapee
gives the following error:
Some packages could not be installed.
This may mean that you have requested an impossible situation or
if you are using the unstable distribution that some required packages
have not yet been created or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
rawtherapee :
Depends: topmenu-gtk3 but it is not installable
E: Unable to correct problems, you have held broken packages.
Running the command apt-cache policy rawtherapee
the output is:
rawtherapee:
Installed: (none)
Candidate: 5.4-1dhor~bionic
Version table:
5.4-1dhor~bionic 500
500 http://ppa.launchpad.net/dhor/myway/ubuntu bionic/main amd64 Packages
5.3-1 500
500 http://it.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
Do you know how can I solve it?
apt package-management dependencies ppa 18.04
add a comment |Â
up vote
0
down vote
favorite
Trying to install RawTherapee on Ubuntu 18.04 from a PPA. Running sudo apt-get install rawtherapee
gives the following error:
Some packages could not be installed.
This may mean that you have requested an impossible situation or
if you are using the unstable distribution that some required packages
have not yet been created or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
rawtherapee :
Depends: topmenu-gtk3 but it is not installable
E: Unable to correct problems, you have held broken packages.
Running the command apt-cache policy rawtherapee
the output is:
rawtherapee:
Installed: (none)
Candidate: 5.4-1dhor~bionic
Version table:
5.4-1dhor~bionic 500
500 http://ppa.launchpad.net/dhor/myway/ubuntu bionic/main amd64 Packages
5.3-1 500
500 http://it.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
Do you know how can I solve it?
apt package-management dependencies ppa 18.04
You did something wrong. On clean 18.04 LTS it installs without problems. Please add output ofapt-cache policy rawtherapee
to the question. Are you using PPAs or third-party repositories?
â N0rbert
Apr 30 at 19:53
@N0rbert I addded the output of that command, so I suppose that the problem is apt-get tries to install from a third party repository which may be the dhor repository. Maybe I should re-compile by myself or install the version 5.3 from the ubuntu repository
â Sisu
May 2 at 7:49
@karel that post did not solve my problem, but thank you
â Sisu
May 2 at 7:49
@Marco I retracted my close vote. You can manually download the missing topmenu-gtk3_0.3-1_amd64.deb file from the official Ubuntu download webpage here: packages.ubuntu.com/artful/amd64/topmenu-gtk3/download and double-click the .deb file that you downloaded to open it for installation in the Ubuntu Software app. Then trysudo apt install rawtherapee
again.
â karel
May 2 at 7:54
Possible duplicate of Unable to correct problems, you have held broken packages
â Elder Geek
May 3 at 13:12
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Trying to install RawTherapee on Ubuntu 18.04 from a PPA. Running sudo apt-get install rawtherapee
gives the following error:
Some packages could not be installed.
This may mean that you have requested an impossible situation or
if you are using the unstable distribution that some required packages
have not yet been created or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
rawtherapee :
Depends: topmenu-gtk3 but it is not installable
E: Unable to correct problems, you have held broken packages.
Running the command apt-cache policy rawtherapee
the output is:
rawtherapee:
Installed: (none)
Candidate: 5.4-1dhor~bionic
Version table:
5.4-1dhor~bionic 500
500 http://ppa.launchpad.net/dhor/myway/ubuntu bionic/main amd64 Packages
5.3-1 500
500 http://it.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
Do you know how can I solve it?
apt package-management dependencies ppa 18.04
Trying to install RawTherapee on Ubuntu 18.04 from a PPA. Running sudo apt-get install rawtherapee
gives the following error:
Some packages could not be installed.
This may mean that you have requested an impossible situation or
if you are using the unstable distribution that some required packages
have not yet been created or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
rawtherapee :
Depends: topmenu-gtk3 but it is not installable
E: Unable to correct problems, you have held broken packages.
Running the command apt-cache policy rawtherapee
the output is:
rawtherapee:
Installed: (none)
Candidate: 5.4-1dhor~bionic
Version table:
5.4-1dhor~bionic 500
500 http://ppa.launchpad.net/dhor/myway/ubuntu bionic/main amd64 Packages
5.3-1 500
500 http://it.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
Do you know how can I solve it?
apt package-management dependencies ppa 18.04
edited May 3 at 3:38
xiota
1,0561422
1,0561422
asked Apr 30 at 19:02
Sisu
82
82
You did something wrong. On clean 18.04 LTS it installs without problems. Please add output ofapt-cache policy rawtherapee
to the question. Are you using PPAs or third-party repositories?
â N0rbert
Apr 30 at 19:53
@N0rbert I addded the output of that command, so I suppose that the problem is apt-get tries to install from a third party repository which may be the dhor repository. Maybe I should re-compile by myself or install the version 5.3 from the ubuntu repository
â Sisu
May 2 at 7:49
@karel that post did not solve my problem, but thank you
â Sisu
May 2 at 7:49
@Marco I retracted my close vote. You can manually download the missing topmenu-gtk3_0.3-1_amd64.deb file from the official Ubuntu download webpage here: packages.ubuntu.com/artful/amd64/topmenu-gtk3/download and double-click the .deb file that you downloaded to open it for installation in the Ubuntu Software app. Then trysudo apt install rawtherapee
again.
â karel
May 2 at 7:54
Possible duplicate of Unable to correct problems, you have held broken packages
â Elder Geek
May 3 at 13:12
add a comment |Â
You did something wrong. On clean 18.04 LTS it installs without problems. Please add output ofapt-cache policy rawtherapee
to the question. Are you using PPAs or third-party repositories?
â N0rbert
Apr 30 at 19:53
@N0rbert I addded the output of that command, so I suppose that the problem is apt-get tries to install from a third party repository which may be the dhor repository. Maybe I should re-compile by myself or install the version 5.3 from the ubuntu repository
â Sisu
May 2 at 7:49
@karel that post did not solve my problem, but thank you
â Sisu
May 2 at 7:49
@Marco I retracted my close vote. You can manually download the missing topmenu-gtk3_0.3-1_amd64.deb file from the official Ubuntu download webpage here: packages.ubuntu.com/artful/amd64/topmenu-gtk3/download and double-click the .deb file that you downloaded to open it for installation in the Ubuntu Software app. Then trysudo apt install rawtherapee
again.
â karel
May 2 at 7:54
Possible duplicate of Unable to correct problems, you have held broken packages
â Elder Geek
May 3 at 13:12
You did something wrong. On clean 18.04 LTS it installs without problems. Please add output of
apt-cache policy rawtherapee
to the question. Are you using PPAs or third-party repositories?â N0rbert
Apr 30 at 19:53
You did something wrong. On clean 18.04 LTS it installs without problems. Please add output of
apt-cache policy rawtherapee
to the question. Are you using PPAs or third-party repositories?â N0rbert
Apr 30 at 19:53
@N0rbert I addded the output of that command, so I suppose that the problem is apt-get tries to install from a third party repository which may be the dhor repository. Maybe I should re-compile by myself or install the version 5.3 from the ubuntu repository
â Sisu
May 2 at 7:49
@N0rbert I addded the output of that command, so I suppose that the problem is apt-get tries to install from a third party repository which may be the dhor repository. Maybe I should re-compile by myself or install the version 5.3 from the ubuntu repository
â Sisu
May 2 at 7:49
@karel that post did not solve my problem, but thank you
â Sisu
May 2 at 7:49
@karel that post did not solve my problem, but thank you
â Sisu
May 2 at 7:49
@Marco I retracted my close vote. You can manually download the missing topmenu-gtk3_0.3-1_amd64.deb file from the official Ubuntu download webpage here: packages.ubuntu.com/artful/amd64/topmenu-gtk3/download and double-click the .deb file that you downloaded to open it for installation in the Ubuntu Software app. Then try
sudo apt install rawtherapee
again.â karel
May 2 at 7:54
@Marco I retracted my close vote. You can manually download the missing topmenu-gtk3_0.3-1_amd64.deb file from the official Ubuntu download webpage here: packages.ubuntu.com/artful/amd64/topmenu-gtk3/download and double-click the .deb file that you downloaded to open it for installation in the Ubuntu Software app. Then try
sudo apt install rawtherapee
again.â karel
May 2 at 7:54
Possible duplicate of Unable to correct problems, you have held broken packages
â Elder Geek
May 3 at 13:12
Possible duplicate of Unable to correct problems, you have held broken packages
â Elder Geek
May 3 at 13:12
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
accepted
The package topmenu-gtk3
does not exist in 18.04. The problem described is likely caused by attempting to install a package compiled for 17.10. For instance, if installing from a ppa in which old binaries were copied rather than recompiled.
The most expedient solution is to remove the offending ppa (or other nonstandard repository) and install the official packages.
One may also choose to download the source; edit debian/control
to remove the dependency; then recompile or upload to a ppa. This is the route I typically take, and the result may be found by searching launchpad for rawtherapee. However, the problem with relying on other's ppa is you're beholden to their whims and fancies.
I think this is the problem. I added the output of the command 'apt-cache' and apparently the official ppa suggests to install the previous version of rawtherapee.
â Sisu
May 2 at 7:52
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
accepted
The package topmenu-gtk3
does not exist in 18.04. The problem described is likely caused by attempting to install a package compiled for 17.10. For instance, if installing from a ppa in which old binaries were copied rather than recompiled.
The most expedient solution is to remove the offending ppa (or other nonstandard repository) and install the official packages.
One may also choose to download the source; edit debian/control
to remove the dependency; then recompile or upload to a ppa. This is the route I typically take, and the result may be found by searching launchpad for rawtherapee. However, the problem with relying on other's ppa is you're beholden to their whims and fancies.
I think this is the problem. I added the output of the command 'apt-cache' and apparently the official ppa suggests to install the previous version of rawtherapee.
â Sisu
May 2 at 7:52
add a comment |Â
up vote
0
down vote
accepted
The package topmenu-gtk3
does not exist in 18.04. The problem described is likely caused by attempting to install a package compiled for 17.10. For instance, if installing from a ppa in which old binaries were copied rather than recompiled.
The most expedient solution is to remove the offending ppa (or other nonstandard repository) and install the official packages.
One may also choose to download the source; edit debian/control
to remove the dependency; then recompile or upload to a ppa. This is the route I typically take, and the result may be found by searching launchpad for rawtherapee. However, the problem with relying on other's ppa is you're beholden to their whims and fancies.
I think this is the problem. I added the output of the command 'apt-cache' and apparently the official ppa suggests to install the previous version of rawtherapee.
â Sisu
May 2 at 7:52
add a comment |Â
up vote
0
down vote
accepted
up vote
0
down vote
accepted
The package topmenu-gtk3
does not exist in 18.04. The problem described is likely caused by attempting to install a package compiled for 17.10. For instance, if installing from a ppa in which old binaries were copied rather than recompiled.
The most expedient solution is to remove the offending ppa (or other nonstandard repository) and install the official packages.
One may also choose to download the source; edit debian/control
to remove the dependency; then recompile or upload to a ppa. This is the route I typically take, and the result may be found by searching launchpad for rawtherapee. However, the problem with relying on other's ppa is you're beholden to their whims and fancies.
The package topmenu-gtk3
does not exist in 18.04. The problem described is likely caused by attempting to install a package compiled for 17.10. For instance, if installing from a ppa in which old binaries were copied rather than recompiled.
The most expedient solution is to remove the offending ppa (or other nonstandard repository) and install the official packages.
One may also choose to download the source; edit debian/control
to remove the dependency; then recompile or upload to a ppa. This is the route I typically take, and the result may be found by searching launchpad for rawtherapee. However, the problem with relying on other's ppa is you're beholden to their whims and fancies.
edited May 3 at 2:22
answered May 1 at 15:27
xiota
1,0561422
1,0561422
I think this is the problem. I added the output of the command 'apt-cache' and apparently the official ppa suggests to install the previous version of rawtherapee.
â Sisu
May 2 at 7:52
add a comment |Â
I think this is the problem. I added the output of the command 'apt-cache' and apparently the official ppa suggests to install the previous version of rawtherapee.
â Sisu
May 2 at 7:52
I think this is the problem. I added the output of the command 'apt-cache' and apparently the official ppa suggests to install the previous version of rawtherapee.
â Sisu
May 2 at 7:52
I think this is the problem. I added the output of the command 'apt-cache' and apparently the official ppa suggests to install the previous version of rawtherapee.
â Sisu
May 2 at 7:52
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1030272%2fcannot-install-rawtherapee-from-ppa-on-ubuntu-18-04%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
You did something wrong. On clean 18.04 LTS it installs without problems. Please add output of
apt-cache policy rawtherapee
to the question. Are you using PPAs or third-party repositories?â N0rbert
Apr 30 at 19:53
@N0rbert I addded the output of that command, so I suppose that the problem is apt-get tries to install from a third party repository which may be the dhor repository. Maybe I should re-compile by myself or install the version 5.3 from the ubuntu repository
â Sisu
May 2 at 7:49
@karel that post did not solve my problem, but thank you
â Sisu
May 2 at 7:49
@Marco I retracted my close vote. You can manually download the missing topmenu-gtk3_0.3-1_amd64.deb file from the official Ubuntu download webpage here: packages.ubuntu.com/artful/amd64/topmenu-gtk3/download and double-click the .deb file that you downloaded to open it for installation in the Ubuntu Software app. Then try
sudo apt install rawtherapee
again.â karel
May 2 at 7:54
Possible duplicate of Unable to correct problems, you have held broken packages
â Elder Geek
May 3 at 13:12