Sysinternals / SysmonForLinux

MIT License
1.71k stars 181 forks source link

Installation on Ubuntu. 22.04 failed #86

Closed ipcis closed 1 year ago

ipcis commented 1 year ago

Followed the steps in the description: 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 sudo apt-get update sudo apt-get install sysmonforlinux

E: Unable to locate package sysmonforlinux

Repo is in the source-list, had run apt update, but didn't worked.

PwndYA commented 1 year ago

There is no Ubuntu 22.04 Support yet. Or am I wrong?

ipcis commented 1 year ago

Maybe thats the issue. Thought I read something about Ubuntu 20 or higher. But I can be wrong.

ipcis commented 1 year ago

The installation instructions are declared "For Ubuntu 20.04 and later".

MarioHewardt commented 1 year ago

We don't have packages for 22.04 (yet) as the preview was released prior to 22.04 releasing. I'm in the process of making some fixes to the eBPF verifier failing to load on some distros and once that is done, we will publish new packages. In the meantime, if possible, you can always build it (or try installing the 20.04 package on 22.04).

PwndYA commented 1 year ago

Hey Mario, i tried installing it on 22.04 but always get stucked. but never mind, i will wait for your guys release. take your time :)

MarioHewardt commented 1 year ago

Closing as I've pushed a fix that should resolve the issue. If you encounter it again, please reopen. Please note that you will have to build Sysmon until we get new packages out.