Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu .deb file not present in the latest release #1175

Open
bilalqv opened this issue Nov 25, 2023 · 8 comments
Open

Ubuntu .deb file not present in the latest release #1175

bilalqv opened this issue Nov 25, 2023 · 8 comments

Comments

@bilalqv
Copy link

bilalqv commented Nov 25, 2023

I try to install watchman on my Ubuntu 22.04 OS. I followed the steps given here.

image

But, the .deb file is not present in the given release.

What steps should I follow for the installation?

@georgedayiv
Copy link

Hopefully you sorted this out already. I ran into the same issue. My solution was to look at previous releases until I discovered that rpms and debs were attached. v2023.10.09.00 had a deb attached which I was able to get installed once I sorted out the dependancies it wanted.

@bilalqv
Copy link
Author

bilalqv commented Dec 10, 2023

Yeah, I did the same thing. Thanks.

@schrodingersca8
Copy link

Hopefully you sorted this out already. I ran into the same issue. My solution was to look at previous releases until I discovered that rpms and debs were attached. v2023.10.09.00 had a deb attached which I was able to get installed once I sorted out the dependancies it wanted.

Hi, I am trying to sort out the dependencies but can't find the installation candidate, e.g. for libgoogle-glog0v5.
Can you help me out? Thanks

@peterkyle01
Copy link

If on Ubuntu first sudo apt install watchman which will come will all those dependencies that are required and no longer maintained.Then from this version,download the .deb and finally sudo dpgk -i watchman_ubuntu22.04_v2023.10.09.00.deb .This worked for me after going through all the processes of even building from source.Note that now you have the 2023 version .

@shaw91
Copy link

shaw91 commented Mar 4, 2024

@peterkyle01 It doesn't work for me. Getting this error. Oh I see you are using ubuntu 22.04 not a different version

sudo dpkg -i watchman_ubuntu22.04_v2023.10.09.00.deb
(Reading database ... 21330 files and directories currently installed.)
Preparing to unpack watchman_ubuntu22.04_v2023.10.09.00.deb ...
Unpacking watchman (20231008.002904.0) over (4.9.0-7build1) ...
dpkg: dependency problems prevent configuration of watchman:
 watchman depends on libgoogle-glog0v5; however:
  Package libgoogle-glog0v5 is not installed.
 watchman depends on libboost-context1.74.0; however:
  Package libboost-context1.74.0 is not installed.
 watchman depends on libdouble-conversion3; however:
  Package libdouble-conversion3 is not installed.
 watchman depends on libevent-2.1-7; however:
  Package libevent-2.1-7 is not installed.
 watchman depends on libsnappy1v5; however:
  Package libsnappy1v5 is not installed.

dpkg: error processing package watchman (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 watchman

@uiolee
Copy link

uiolee commented Apr 2, 2024

Yes, such documents are misleading.

@aromot
Copy link

aromot commented May 3, 2024

The v2023.10.09.00 release contains a .deb package named "watchman_ubuntu22.04_v2023.10.09.00.deb". Can I use it to upgrade my watchman installed on my Ubuntu 20?

@elgeokareem
Copy link

could install it with no problems thanks to this thread but why aren't there deb files with new releases?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants