-
| Whenever I try to execute  How do I install this tool? | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            kris3713
          
      
      
        Apr 25, 2025 
      
    
    Replies: 1 comment 4 replies
-
| Hello? Can ANYONE please help me? I could really use some help! | 
Beta Was this translation helpful? Give feedback.
                  
                    4 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Ok, I have found a solution for Fedora users (including users of other Fedora-based distributions).
To acquire
dotnet user-jwts, you need to also the ASP.NET Core Targeting Pack, which can be done with the following command(s).sudo dnf install aspnetcore-targeting-pack-9.0 # Or use the other command if you are using dotNET 8.0+ sudo dnf install aspnetcore-targeting-pack-8.0After running either command, you should be able to execute
dotnet user-jwtswith no errors.