Skip to content
Discussion options

You must be logged in to vote

Hi! I too had difficulties when i started with Linux (especially Arch). After some practice I started to understand how Git works, and now it comes naturally to me. These are the commands i followed to use this software, hope they help:

  1. cd ~/Documents/
  2. git clone https://github.com/lenucksi/aur-malware-check
  3. cd aur-malware-check/
  4. python -m aur_check

Now, if you have not installed your dependencies it will give you an error, otherwise it will work. Usually you just have to install python (if you don't have it) using your package manager of choice (for Arch you just use pacman / yay).

When you use the command git clone you are telling git to create a folder with the repository name in the …

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by lenucksi
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants
Converted from issue

This discussion was converted from issue #48 on July 30, 2026 11:32.