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

Is Rpi4(ARM64) running Ubuntu20.04LTS supported? #124

Open
ageek opened this issue Apr 26, 2021 · 9 comments
Open

Is Rpi4(ARM64) running Ubuntu20.04LTS supported? #124

ageek opened this issue Apr 26, 2021 · 9 comments

Comments

@ageek
Copy link

ageek commented Apr 26, 2021

First of all, thanks for this wonderful utility.
I understand that Ubuntu20.04LTS (for standard x86, x64 PCs) supports reptyr and it can be installed via apt-get, but I could not get it via apt for RPi4. Is it available via some PPA or Is there anyway I can compile it on RPi4 platform and use? Thanks for your time.

@nelhage
Copy link
Owner

nelhage commented Apr 26, 2021

I haven't tested it, but arm64 is supported and it should work if you build from source.

@ageek
Copy link
Author

ageek commented Apr 27, 2021

Thanks, will try it out and share my findings.

@ageek
Copy link
Author

ageek commented Apr 27, 2021

Compilation was straight forward and now it works like a charm. Thanks !

@Puzzak
Copy link

Puzzak commented Sep 25, 2021

I'm noob totally, throw me into any good doc or please tell simply how to compile this package? Would be appreciated.

@tarikaltuncu
Copy link

sudo apt-get update -y && sudo apt-get install -y reptyr does not work on my raspoberry running ubuntu 22.04.
Error is E: Unable to locate package reptyr

@huyz
Copy link

huyz commented Feb 2, 2023

Yeah it's not in the apt repository for aarch64

@ebroder
Copy link
Collaborator

ebroder commented Feb 2, 2023

reptyr is available on 22.10 and later for the arm64 architecture (I don't think Debian or Ubuntu use "aarch64" for their 64-bit ARM architecture). Now that 22.04 has been released, it's not possible to update the packages in the release, but you could request a backport into the separate backports repository. (I don't have any reason to expect it to go badly)

@Snuupy
Copy link

Snuupy commented May 11, 2024

I'm noob totally, throw me into any good doc or please tell simply how to compile this package? Would be appreciated.

@Puzzak necro but for anyone else out there:

I am running 22.04 LTS on my Oracle Cloud ARM instance, so it should be the same. Just git clone the repo, run make or make install. You can execute reptyr by running ./reptyr <PID>.

Take a look at https://github.com/nelhage/reptyr/blob/master/Makefile for more details.

@Puzzak
Copy link

Puzzak commented May 11, 2024

@Puzzak necro but for anyone else out there:
I am very well alive :)

This is quite a blast from the past, but still many thanks for the how-to ♥️

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

7 participants