Failed rustdesk install how to clean leftover files

Instead of searching I would just look for it (make sure you have Show Hidden Files enabled)

1 Like

I honestly can’t answer this now, way too wavy in the head. Someone else should be able to answer this for you though

thank you for your help, every bit counts :slightly_smiling_face:

1 Like

You’re welcome, sorry I couldn’t be of more help

It didn’t install, so from a terminal:

rm -rf ~/.config/yay/rustdesk  (or rustdesk-git)

Then run:

sudo pacman -Rs $(pacman -Qqdt) 

to remove the dependecies no longer required.

1 Like

This is what I was trying to remember/find in my notes

i did the first command and nothing happened…
if i do: yay rm -rf ~/.config/yay/rustdesk-git then i get this…
→ unable to CreateHandle: could not find or read directory

It probably never downloaded then

so do i do sudo pacman -Rs $(pacman -Qqdt) then… or is it just one of those
sudo pacman -Rs or pacman -Qqdt

I would honestly not worry about it, you could use yay - Yc or *sudo pacman -Rsn $(pacman -Qdtq)
But if it were me I would just leave it be

1 Like

thanks…

You’re welcome sorry I couldn’t be more helpful

This:

rm -rf ~/.config/yay/rustdesk-git

Don’t add yay in front, yay is a package manager!

i appreciate the help… i made linux my primary os(was a long time win user)…

1 Like

i copy pasted it and nothing happened… now contemplating just deleting those extras with (yay -R maybe)i posted up there and do the lower command you suggested then

File/directory deletion does not give a response, unless it errors.

2 Likes

Yer I switched over years ago now and initially it was a bit of a learning curve but these days I tend to be able to get myself out of trouble pretty easily if I encounter any. My best advise would probably be patient, take notes on what works and ask for help like you’ve done when you need it

1 Like

yep, im definitely taking notes for future reference… :grinning:

1 Like

@enioentity to understand the commands, open a terminal and type:

man <command-name>

e.g.:

man rm
1 Like

It’s always helpful, I would also say keep them on an external USB so you can refer to them easier when needed. As @xircon mentioned man can be very useful also, and if you do have trouble understanding make a post and someone will point you the right way