[GH-ISSUE #4683] [bug]: Cannot install .deb in Ubuntu 24 #1741

Closed
opened 2026-03-16 21:35:00 +03:00 by kerem · 2 comments
Owner

Originally created by @abhi-hkmci on GitHub (Jan 20, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4683

Is there an existing issue for this?

  • I have searched the existing issues

Current behavior

When i downloaded and tried to install Hoppscotch_linux_x64.deb on

Distributor ID: Ubuntu
Description: Ubuntu 24.04 LTS
Release: 24.04
Codename: noble

I got this error :
Package libwebkit2gtk-4.0-37 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

I tried to install the lib but got this error in ubuntu :

E: Package 'libwebkit2gtk-4.0-37' has no installation candidate

Thanks

Steps to reproduce

  1. download the .deb file
  2. try to install it on ubuntu 24.04

Environment

Deploy preview

Version

Local

Originally created by @abhi-hkmci on GitHub (Jan 20, 2025). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4683 ### Is there an existing issue for this? - [x] I have searched the existing issues ### Current behavior When i downloaded and tried to install Hoppscotch_linux_x64.deb on Distributor ID: Ubuntu Description: Ubuntu 24.04 LTS Release: 24.04 Codename: noble I got this error : Package libwebkit2gtk-4.0-37 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source I tried to install the lib but got this error in ubuntu : E: Package 'libwebkit2gtk-4.0-37' has no installation candidate Thanks ### Steps to reproduce 1. download the .deb file 2. try to install it on ubuntu 24.04 ### Environment Deploy preview ### Version Local
kerem 2026-03-16 21:35:00 +03:00
Author
Owner

@0xi4o commented on GitHub (Jan 20, 2025):

I see this too on Ubuntu 24.04:

sudo dpkg -i Hoppscotch_linux_x64.deb
Selecting previously unselected package hoppscotch.
(Reading database ... 196484 files and directories currently installed.)
Preparing to unpack Hoppscotch_linux_x64.deb ...
Unpacking hoppscotch (24.12.1-0) ...
dpkg: dependency problems prevent configuration of hoppscotch:
 hoppscotch depends on libwebkit2gtk-4.0-37; however:
  Package libwebkit2gtk-4.0-37 is not installed.

dpkg: error processing package hoppscotch (--install):
 dependency problems - leaving unconfigured
Processing triggers for gnome-menus (3.36.0-1.1ubuntu3) ...
Processing triggers for desktop-file-utils (0.27-2build1) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Errors were encountered while processing:
 hoppscotch

But this is an issue with Tauri:
https://github.com/tauri-apps/tauri/issues/9662

<!-- gh-comment-id:2602135382 --> @0xi4o commented on GitHub (Jan 20, 2025): I see this too on Ubuntu 24.04: ``` sudo dpkg -i Hoppscotch_linux_x64.deb Selecting previously unselected package hoppscotch. (Reading database ... 196484 files and directories currently installed.) Preparing to unpack Hoppscotch_linux_x64.deb ... Unpacking hoppscotch (24.12.1-0) ... dpkg: dependency problems prevent configuration of hoppscotch: hoppscotch depends on libwebkit2gtk-4.0-37; however: Package libwebkit2gtk-4.0-37 is not installed. dpkg: error processing package hoppscotch (--install): dependency problems - leaving unconfigured Processing triggers for gnome-menus (3.36.0-1.1ubuntu3) ... Processing triggers for desktop-file-utils (0.27-2build1) ... Processing triggers for hicolor-icon-theme (0.17-2) ... Errors were encountered while processing: hoppscotch ``` But this is an issue with Tauri: https://github.com/tauri-apps/tauri/issues/9662
Author
Owner

@liyasthomas commented on GitHub (Mar 4, 2025):

Thanks for your patience and valuable feedback. We’ve fixed this bug in the latest release.
Download the latest builds and provide your valuable feedback.

Closing this ticket as this bug is now fixed in the recent version. Please feel free to reach out if you have any other concerns.

<!-- gh-comment-id:2696970712 --> @liyasthomas commented on GitHub (Mar 4, 2025): Thanks for your patience and valuable feedback. We’ve fixed this bug in the latest release. [Download the latest builds](https://hoppscotch.com/download) and provide your valuable feedback. Closing this ticket as this bug is now fixed in the recent version. Please feel free to reach out if you have any other concerns.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#1741
No description provided.