You are not logged in.

#1 2024-08-09 21:43:08

LadyBoyThug
Member
Registered: 2024-08-06
Posts: 3

Git Cloning Question

I cloned the git repo for yay and I was wondering how to get rid of the repo clone without deleting yay itself.
I used the command

git clone

and it made a folder in my computer for the cloned repo. That is what I want to get rid of, not the actual program.

Last edited by LadyBoyThug (2024-08-09 21:45:15)

Offline

#2 2024-08-09 22:00:26

loqs
Member
Registered: 2014-03-06
Posts: 18,893

Re: Git Cloning Question

Use rm to remove the directory created with git clone. The PKGBUILD directory is not connected to a package after it is installed.

Offline

#3 2024-08-10 17:40:22

gcb
Member
Registered: 2014-02-12
Posts: 212

Re: Git Cloning Question

if it was for a local tool you can get rid of the dir.

If you installed a service or something that uses the network in any way, you probably want to keep it around and update from time to time to avoid vulnerabilities...

Offline

Board footer

Powered by FluxBB