dpkg install of 0.37.1-7947 not recognizing update
See original GitHub issueBug
Started up LBRY, and was prompted to update. package was installed using
sudo dpkg -i /tmp/c343lF/LBRY_0.37.1.deb
and LBRY was restarted, but it still complains there’s an update.
looking at the dpkg listing, the correct version shows and was installed
drock@mojojojo:~$ dpkg -l | grep -i LBRY
ii lbry 0.37.1-7947 amd64
but the version listed in the About page is 0.35.3
I even uninstalled with dpkg -r lbry
and tried a reinstall, with the same results.
To Reproduce Steps to reproduce the behavior:
- Start LBRY
- Click on “install now” in the “Upgrade is Ready” banner
- copy and run the “sudo dpkg -i” message to install
- restart and get prompted to upgrade again
Expected behavior running upgrade process should upgrade LBRY so I’m not prompted to upgrade again
System Configuration
About A newer version of LBRY is available. Download now!
App 0.35.3 Daemon (lbrynet) 0.40.0 Update mailing preferences Reward Eligible Yes Platform Linux (Linux-5.2.0-3-amd64-x86_64-with-debian-bullseye-sid)
drock@mojojojo:~$ curl ‘http://localhost:5279’ --data ‘{“method”:“version”}’ { “jsonrpc”: “2.0”, “result”: { “build”: “release”, “desktop”: “X-Cinnamon”, “distro”: { “codename”: “n/a”, “id”: “debian”, “like”: “”, “version”: “testing/unstable”, “version_parts”: { “build_number”: “”, “major”: “”, “minor”: “” } }, “lbrynet_version”: “0.40.0”, “os_release”: “5.2.0-3-amd64”, “os_system”: “Linux”, “platform”: “Linux-5.2.0-3-amd64-x86_64-with-debian-bullseye-sid”, “processor”: “”, “python_version”: “3.7.1”, “torba_version”: “0.5.7” } }
- LBRY Installation ID: bFmQHiwM8Js5o4ZMZznUKXcahkpjBHh4sAokCASw6SsPzAA8RC5sprkSQuBs9wV7M
Issue Analytics
- State:
- Created 4 years ago
- Comments:12 (6 by maintainers)
Top GitHub Comments
sounds great.
I did get a better view of the issue on my system doing this update, too. I was able to verify that LBRY is shutting itself down, and I can see what package manager is being used (GDebi 0.9.5.7+nmu3). It’s showing the details of the .deb, but when I click “Install Package,” it doesn’t look like GDebi is doing what it’s supposed to (ie, the dialog just goes away and the updated version is not installed).
I then proceeded to install manually with dpkg, which worked fine this time because I made sure all parts of LBRY were shut down first.
Obviously, the issue I have to address now is why GDebi is not installing properly. That has nothing to do with LBRY, because the .deb that gets downloaded worked fine manually.
Thanks!
Thanks for the feedback and information!