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

Doesn't seem to work on ubuntu 21.04 #77

Closed
danielkrajnik opened this issue Aug 24, 2021 · 1 comment
Closed

Doesn't seem to work on ubuntu 21.04 #77

danielkrajnik opened this issue Aug 24, 2021 · 1 comment

Comments

@danielkrajnik
Copy link

danielkrajnik commented Aug 24, 2021

running this:
wget -q https://packages.microsoft.com/config/ubuntu/$(lsb_release -rs)/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
sudo dpkg -i packages-microsoft-prod.deb

gives this
E: Unable to locate package procmon

on ubuntu 21.04

Says it still can't find procmon after following the installation instruction for the .deb package

@danielkrajnik danielkrajnik changed the title Doens't seem to work on ubuntu 21.04 Doesn't seem to work on ubuntu 21.04 Aug 24, 2021
@jahabibi
Copy link
Collaborator

jahabibi commented Sep 3, 2021

Hey @danielkrajnik at this point in time for the preview of Procmon for Linux we only officially support Ubuntu 18.04 and 20.04. With that there is no package available in the Microsoft package repositories for Ubuntu 21.04 which is why apt errors out.

If you would like you can manually install the Ubuntu 20.04 package on 21.04 via wget & dpkg. Those instructions would look like the following:

wget http://packages.microsoft.com/ubuntu/20.04/prod/pool/main/p/procmon/procmon_1.0.1-339_amd64.deb
dpkg -i procmon_1.0.1-339_amd64.deb

However at this point in time Procmon is untested on Ubuntu 21.04 and unsupported. As we move forward we are working attentively to resolve the dependency issue we have so that we can support more distributions. Please follow #70 for further updates.

@jahabibi jahabibi closed this as completed Sep 3, 2021
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

2 participants