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

add sbomqs installation support for debian apk and rpm #291

Merged
merged 1 commit into from
Jul 16, 2024

Conversation

viveksahu26
Copy link
Collaborator

closes: #189

This PR introduces the nfpms section in the GoReleaser configuration, enabling the creation of apk, deb, and rpm packages.

For reference: https://goreleaser.com/customization/nfpm/

@viveksahu26
Copy link
Collaborator Author

For deb package installation:

  1. download the *.deb package. For say: sbomqs_0.1.6_amd64.deb
  2. Install it:
    $ sudo dpkg -i dist/sbomqs_0.1.6_amd64.deb 
    
    Selecting previously unselected package sbomqs.
    (Reading database ... 421095 files and directories currently installed.)
    Preparing to unpack dist/sbomqs_0.1.6_amd64.deb ...
    Unpacking sbomqs (0.1.6) ...
    Setting up sbomqs (0.1.6) ...
    
  3. Check whether installed or not:
    $ dpkg -L sbomqs                                      
    
    /usr
    /usr/bin
    /usr/bin/sbomqs-linux-amd64
    /usr/bin/sbomqs
    
  4. Run the command: $ sbomqs

@riteshnoronha riteshnoronha merged commit d622b86 into interlynk-io:main Jul 16, 2024
2 checks passed
@viveksahu26 viveksahu26 deleted the issue_189 branch July 17, 2024 05:07
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

Successfully merging this pull request may close these issues.

Ability to install sbomqs using yum or apt-get
2 participants