1

I know that this is a question for beginners, but I cannot find the nappo command. It's used in the Fedora packaging script for ARM 64 DotNet. I tried to google it, yum search, pkgs.org, repology and GitHub.

The file where the nappo command is used is here: https://src.fedoraproject.org/rpms/dotnet6.0/blob/rawhide/f/build-arm64-bootstrap-tarball

Alex Baranowski
  • 1,171
  • 8
  • 15
  • I am really unaware of such a command. I digged alot, and all I could find is some Pytorch library, that had a github repository but it's been deleted. It's related to machine learning, so this looks like an alias of some sort? – Alex Jan 04 '22 at 00:47

1 Answers1

0

Nappo is a custom command used by the Fedora project to pack dotnet. I e-mailed an author and he was very helpful by sending me this gist:

https://gist.github.com/omajid/c04b6025de49d0b7b18ab4a7e789484e

I decided to patch in for Enterprise Linux 8 in my repo: https://github.com/AlexBaranowski/nappo

Alex Baranowski
  • 1,171
  • 8
  • 15