LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-17-2019, 07:55 AM   #1
system001
Member
 
Registered: Nov 2018
Location: Portland Oregon Canada
Distribution: Kubuntu 19.04 - Manjaro 18.0
Posts: 199

Rep: Reputation: 15
Cannot Install My Weather Indicator


good day,

i'm having an issue getting my weather indicator to install on kubuntu 19.04 disco dingo. i keep getting the following. any help and or suggestions would be greatly appreciated. thanks

Code:
sudo apt-get install my-weather-indicator
Reading package lists... Done
Building dependency tree        
Reading state information... Done
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:
my-weather-indicator : Depends: gir1.2-webkit-3.0 but it is not installable
E: Unable to correct problems, you have held broken packages.
http://ubuntuhandbook.org/index.php/...-ubuntu-16-04/

https://github.com/atareao/my-weathe...ator/issues/58
 
Old 06-18-2019, 04:39 AM   #2
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,297

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
That's plain enough.
/Note to self: have nothing to do with anything called 'disco dingo.'

You haven't got that dependency. Do clever stuff with apt, autoremove, etc. Do an update and a dist-upgrade.

Then try installing the dependency. If that goes in, try the weather kit again.
 
Old 06-18-2019, 06:28 AM   #3
system001
Member
 
Registered: Nov 2018
Location: Portland Oregon Canada
Distribution: Kubuntu 19.04 - Manjaro 18.0
Posts: 199

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by business_kid View Post
That's plain enough.
/Note to self: have nothing to do with anything called 'disco dingo.'

You haven't got that dependency. Do clever stuff with apt, autoremove, etc. Do an update and a dist-upgrade.

Then try installing the dependency. If that goes in, try the weather kit again.

never said it had ANYTHING to do directly with the os, now i have tried to download and install the gir1.2-webkit-3.0 without any luck after i could not find it in synaptic. hence the thread. please any real suggestions for addressing the issue? thanks

Last edited by system001; 06-18-2019 at 06:40 AM.
 
Old 06-18-2019, 06:50 AM   #4
Mike_Walsh
Member
 
Registered: Jul 2017
Location: King's Lynn, UK
Distribution: Nowt but Puppies....
Posts: 660

Rep: Reputation: 362Reputation: 362Reputation: 362Reputation: 362
I think you'll find that was a 'real' suggestion. Quite simply, the dependency you need isn't in the repositories for 'Disco Dingo'.

The suggested steps ought to help somewhat. No guarantees, but they should help.

------------------------

If that doesn't work, you could always try this:-

https://ubuntu.pkgs.org/18.10/ubuntu...amd64.deb.html

It's the download page for that particular dependency from the previous release, Cosmic Cuttlefish, over at pkgs.org. I'm assuming you're 64-bit with this, yes?

The download is further down that page. You can install this directly, by clicking on the .deb, but I'd advise installing it via gDebi. You can get gDebi from the repos:-

Code:
sudo apt-get install gdebi
gDebi just seems to handle dependencies of .deb packages better than anything else.

This is the 'manual' way we often resort to in 'Puppy' Linux, and is the one thing that always astounds me about the package management system in mainstream distros. The package you very often need is available, quite freely, in another repo somewhere.....but because it's not an 'official' repo, use of such is frowned upon. The system won't let you use something from a foreign repository, because that's not kosher!

Give it a try. Can't hurt. It may not be the 'officially approved' way of doing things, but it'll get you what you want. Of course, you may end up going on a 'lib-chase', as further dependencies are uncovered.....but pkgs.org is a very good resource for all this.

(If it's a weather app you're after, you could do worse than to give this a try:-

https://jackd248.github.io/temps/

'Temps' - an Electron-based weather app, that looks very like a mobile phone app. It works very, very well, though; I've been using it for a couple of years now.)

It's a single binary, which you can run from literally anywhere.....


Mike.

Last edited by Mike_Walsh; 06-18-2019 at 07:08 AM.
 
Old 06-18-2019, 07:11 AM   #5
system001
Member
 
Registered: Nov 2018
Location: Portland Oregon Canada
Distribution: Kubuntu 19.04 - Manjaro 18.0
Posts: 199

Original Poster
Rep: Reputation: 15
alright i took your suggestion on gdebi and still nothing from the looks of it. going to try to install my weather indicator again to see if your suggestion did install wed kit. thanks


thanks for the app suggestion, but looking to avoid git if possible.

Last edited by system001; 06-19-2019 at 07:20 AM.
 
Old 06-18-2019, 07:34 AM   #6
system001
Member
 
Registered: Nov 2018
Location: Portland Oregon Canada
Distribution: Kubuntu 19.04 - Manjaro 18.0
Posts: 199

Original Poster
Rep: Reputation: 15
i'm our of ideas gi1.2 must just not like 19.04 or kubuntu itself. manually installed every other file synaptic said my weather indicator needs including a slightly older version of gir1.2 2.4 instead of 3.0 and when i try mwi after installing those files i still get the below even though i've done what's suggested to install it.

Code:
my-weather-indicator:
 Depends: gir1.2-webkit-3.0  but it is not installable

Last edited by system001; 06-18-2019 at 08:41 AM.
 
Old 06-19-2019, 06:32 AM   #7
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,297

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
You have the option [Shock, horror) to manually compile things if you're familiar with that. You download the source, and it's usually configure, make, & make install with maybe a few options. Best to put it in /usr/local, so you can get rid opf it when the time comes. Good also to do a backup before, so if it goes pear-shaped, you can sort yourself out. The distro will hate you for this but if you're a weatherman, sailor or something and need this, you could try it.
 
Old 06-19-2019, 07:31 AM   #8
system001
Member
 
Registered: Nov 2018
Location: Portland Oregon Canada
Distribution: Kubuntu 19.04 - Manjaro 18.0
Posts: 199

Original Poster
Rep: Reputation: 15
@Mike_Walsh any way to force install gir1.2-webkit-3.0 that my weather indicator insist on, and any idea why in the bleep bleep would any os builder block installing a file that installs just fine in an older version of the os? meaning i have my weather indicator working perfectly in kde neon, which means gir1.2-webkit-3.0 has to be in kde neon which is buit on ubuntu 18.10 yet is not in kubuntu based on 19.04, but will install gir1.2-webkit-2.4 without issue.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Weather App catering for IRISH weather? business_kid Linux - General 30 10-26-2017 02:25 PM
LXer: Ubuntu Kylin 16.04 LTS Alpha 2 Rewrites the China Weather Indicator's UI in CSS LXer Syndicated Linux News 0 01-30-2016 12:12 AM
[SOLVED] gnome shell weather extension no longer loads, says 'loading current weather' sdowney717 Linux - Software 3 10-16-2015 12:23 PM
LXer: Weather Trek - Weather planning for Trips LXer Syndicated Linux News 0 01-07-2015 12:21 PM
LXer: Install Google Reader Indicator On Ubuntu 11.10 Oneiric Ocelot LXer Syndicated Linux News 0 10-16-2011 08:10 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:19 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration