i cant remove evillimiter. i got form github , and typed … git clone GitHub - bitbrute/evillimiter: Tool that monitors, analyzes and limits the bandwidth of devices on the local network without administrative access. , and i was tried to remove this or uninstall but i cant fix , and i tried with ALT + . for hidden files then i found evillimiter and removed , but i can still access , i dont know how to remove evillimiter , or any git clone apps . so anyone help me.
Typically it is sufficient to just delete the directory in which the git repo was cloned.
This is, of course, unless you’ve ran some install script with root privileges, in which case you’ll have to hunt down all the files and delete them manually.
EDIT:
Since this program uses setup.py
to install your program, you can probably list all the files with the command:
python setup.py install --record files.txt
Then delete all these files. Not sure if it will work in this specific case.
This is why you use a package manager to install software, much less hassle that way.
Welcome!
Next time when you want to install something, use either pacman
(for official packages only) or yay
(both official and AUR packages).
For example, evillimiter
can be installed with
yay -S evillimiter
and it is easy to uninstall with yay as well (yay -R package-name
).
To search packages on the command line, you can use command
pacman -Ss word(s) # official
yay -Ss word(s) # AUR
You can also look at AUR packages here and official packages here.
ok thanks, - Could not delete file /home/hello-nahian/.local/share/Trash/files/files name , how to fix this one?
Maybe you don’t have permissions?
To see the file permissions, use command
ls -la /home/hello-nahian/.local/share/Trash/files/
ls -la /home/hello-nahian/.local/share/Trash/files/ 21s
total 16
drwxr-xr-x 4 hello-nahian hello-nahian 4096 Nov 29 19:10 .
drwxr-xr-x 4 hello-nahian hello-nahian 4096 Nov 30 20:32 …
drwxr-xr-x 3 hello-nahian hello-nahian 4096 Nov 29 18:14 bootsplash-theme-manjaro-glitch
drwxr-xr-x 5 hello-nahian hello-nahian 4096 Nov 22 14:15 evillimiter
i want delete all files how to do?
What does this show:
cd ~/.local/share/Trash/files && rm -rf *
Does it work?
cd ~/.local/share/Trash/files && rm -rf *
zsh: sure you want to delete all 2 files in /home/hello-nahian/.local/share/Trash/files [yn]? y
rm: cannot remove ‘bootsplash-theme-manjaro-glitch/bootsplash-theme-manjaro-glitch/README.md’: Permission denied
rm: cannot remove ‘bootsplash-theme-manjaro-glitch/bootsplash-theme-manjaro-glitch/bootsplash-packer.rst’: Permission denied
rm: cannot remove ‘bootsplash-theme-manjaro-glitch/bootsplash-theme-manjaro-glitch/bootsplash.rst’: Permission denied
rm: cannot remove ‘bootsplash-theme-manjaro-glitch/bootsplash-theme-manjaro-glitch/bootsplash-packer’: Permission denied
rm: cannot remove ‘bootsplash-theme-manjaro-glitch/bootsplash-theme-manjaro-glitch/spinner.gif’: Permission denied
rm: cannot remove ‘bootsplash-theme-manjaro-glitch/bootsplash-theme-manjaro-glitch/PKGBUILD’: Permission denied
rm: cannot remove ‘bootsplash-theme-manjaro-glitch/bootsplash-theme-manjaro-glitch/bootsplash-manjaro-glitch.initcpio_install’: Permission denied
rm: cannot remove ‘bootsplash-theme-manjaro-glitch/bootsplash-theme-manjaro-glitch/bootsplash-manjaro-glitch.sh’: Permission denied
rm: cannot remove ‘bootsplash-theme-manjaro-glitch/bootsplash-theme-manjaro-glitch/.SRCINFO’: Permission denied
rm: cannot remove ‘bootsplash-theme-manjaro-glitch/bootsplash-theme-manjaro-glitch/.git/config’: Permission denied
rm: cannot remove ‘bootsplash-theme-manjaro-glitch/bootsplash-theme-manjaro-glitch/.git/logs/HEAD’: Permission denied
rm: cannot remove ‘bootsplash-theme-manjaro-glitch/bootsplash-theme-manjaro-glitch/.git/logs/refs/remotes/origin/HEAD’: Permission denied
rm: cannot remove ‘bootsplash-theme-manjaro-glitch/bootsplash-theme-manjaro-glitch/.git/logs/refs/heads/master’: Permission denied
rm: cannot remove ‘bootsplash-theme-manjaro-glitch/bootsplash-theme-manjaro-glitch/.git/info/exclude’: Permission denied
rm: cannot remove ‘bootsplash-theme-manjaro-glitch/bootsplash-theme-manjaro-glitch/.git/branches’: Permission denied
rm: cannot remove ‘bootsplash-theme-manjaro-glitch/bootsplash-theme-manjaro-glitch/.git/hooks/pre-receive.sample’: Permission denied
rm: cannot remove ‘bootsplash-theme-manjaro-glitch/bootsplash-theme-manjaro-glitch/.git/hooks/pre-merge-commit.sample’: Permission denied
rm: cannot remove ‘bootsplash-theme-manjaro-glitch/bootsplash-theme-manjaro-glitch/.git/hooks/update.sample’: Permission denied
rm: cannot remove ‘bootsplash-theme-manjaro-glitch/bootsplash-theme-manjaro-glitch/.git/hooks/pre-push.sample’: Permission denied
rm: cannot remove ‘bootsplash-theme-manjaro-glitch/bootsplash-theme-manjaro-glitch/.git/hooks/commit-msg.sample’: Permission denied
rm: cannot remove ‘bootsplash-theme-manjaro-glitch/bootsplash-theme-manjaro-glitch/.git/hooks/fsmonitor-watchman.sample’: Permission denied
rm: cannot remove ‘bootsplash-theme-manjaro-glitch/bootsplash-theme-manjaro-glitch/.git/hooks/prepare-commit-msg.sample’: Permission denied
rm: cannot remove ‘bootsplash-theme-manjaro-glitch/bootsplash-theme-manjaro-glitch/.git/hooks/pre-applypatch.sample’: Permission denied
rm: cannot remove ‘bootsplash-theme-manjaro-glitch/bootsplash-theme-manjaro-glitch/.git/hooks/pre-rebase.sample’: Permission denied
rm: cannot remove ‘bootsplash-theme-manjaro-glitch/bootsplash-theme-manjaro-glitch/.git/hooks/post-update.sample’: Permission denied
rm: cannot remove ‘bootsplash-theme-manjaro-glitch/bootsplash-theme-manjaro-glitch/.git/hooks/pre-commit.sample’: Permission denied
rm: cannot remove ‘bootsplash-theme-manjaro-glitch/bootsplash-theme-manjaro-glitch/.git/hooks/applypatch-msg.sample’: Permission denied
rm: cannot remove ‘bootsplash-theme-manjaro-glitch/bootsplash-theme-manjaro-glitch/.git/hooks/push-to-checkout.sample’: Permission denied
rm: cannot remove ‘bootsplash-theme-manjaro-glitch/bootsplash-theme-manjaro-glitch/.git/HEAD’: Permission denied
rm: cannot remove ‘bootsplash-theme-manjaro-glitch/bootsplash-theme-manjaro-glitch/.git/refs/remotes/origin/HEAD’: Permission denied
rm: cannot remove ‘bootsplash-theme-manjaro-glitch/bootsplash-theme-manjaro-glitch/.git/refs/heads/master’: Permission denied
rm: cannot remove ‘bootsplash-theme-manjaro-glitch/bootsplash-theme-manjaro-glitch/.git/refs/tags’: Permission denied
rm: cannot remove ‘bootsplash-theme-manjaro-glitch/bootsplash-theme-manjaro-glitch/.git/objects/info’: Permission denied
rm: cannot remove ‘bootsplash-theme-manjaro-glitch/bootsplash-theme-manjaro-glitch/.git/objects/pack/pack-d807f6975fe6b42072109085102a3d8a075bcf29.idx’: Permission denied
rm: cannot remove ‘bootsplash-theme-manjaro-glitch/bootsplash-theme-manjaro-glitch/.git/objects/pack/pack-d807f6975fe6b42072109085102a3d8a075bcf29.pack’: Permission denied
rm: cannot remove ‘bootsplash-theme-manjaro-glitch/bootsplash-theme-manjaro-glitch/.git/description’: Permission denied
rm: cannot remove ‘bootsplash-theme-manjaro-glitch/bootsplash-theme-manjaro-glitch/.git/index’: Permission denied
rm: cannot remove ‘bootsplash-theme-manjaro-glitch/bootsplash-theme-manjaro-glitch/.git/packed-refs’: Permission denied
rm: cannot remove ‘bootsplash-theme-manjaro-glitch/bootsplash-theme-manjaro-glitch/logo.gif’: Permission denied
rm: cannot remove ‘evillimiter/evillimiter.egg-info/SOURCES.txt’: Permission denied
rm: cannot remove ‘evillimiter/evillimiter.egg-info/dependency_links.txt’: Permission denied
rm: cannot remove ‘evillimiter/evillimiter.egg-info/entry_points.txt’: Permission denied
rm: cannot remove ‘evillimiter/evillimiter.egg-info/requires.txt’: Permission denied
rm: cannot remove ‘evillimiter/evillimiter.egg-info/PKG-INFO’: Permission denied
rm: cannot remove ‘evillimiter/evillimiter.egg-info/top_level.txt’: Permission denied
rm: cannot remove ‘evillimiter/dist/evillimiter-1.5.0-py3.9.egg’: Permission denied
rm: cannot remove ‘evillimiter/build/lib/evillimiter/networking/spoof.py’: Permission denied
rm: cannot remove ‘evillimiter/build/lib/evillimiter/networking/host.py’: Permission denied
rm: cannot remove ‘evillimiter/build/lib/evillimiter/networking/utils.py’: Permission denied
rm: cannot remove ‘evillimiter/build/lib/evillimiter/networking/scan.py’: Permission denied
rm: cannot remove ‘evillimiter/build/lib/evillimiter/networking/init.py’: Permission denied
rm: cannot remove ‘evillimiter/build/lib/evillimiter/networking/limit.py’: Permission denied
rm: cannot remove ‘evillimiter/build/lib/evillimiter/networking/monitor.py’: Permission denied
rm: cannot remove ‘evillimiter/build/lib/evillimiter/networking/watch.py’: Permission denied
rm: cannot remove ‘evillimiter/build/lib/evillimiter/menus/menu.py’: Permission denied
rm: cannot remove ‘evillimiter/build/lib/evillimiter/menus/main_menu.py’: Permission denied
rm: cannot remove ‘evillimiter/build/lib/evillimiter/menus/init.py’: Permission denied
rm: cannot remove ‘evillimiter/build/lib/evillimiter/menus/parser.py’: Permission denied
rm: cannot remove ‘evillimiter/build/lib/evillimiter/init.py’: Permission denied
rm: cannot remove ‘evillimiter/build/lib/evillimiter/common/globals.py’: Permission denied
rm: cannot remove ‘evillimiter/build/lib/evillimiter/common/init.py’: Permission denied
rm: cannot remove ‘evillimiter/build/lib/evillimiter/console/io.py’: Permission denied
rm: cannot remove ‘evillimiter/build/lib/evillimiter/console/banner.py’: Permission denied
rm: cannot remove ‘evillimiter/build/lib/evillimiter/console/init.py’: Permission denied
rm: cannot remove ‘evillimiter/build/lib/evillimiter/console/shell.py’: Permission denied
rm: cannot remove ‘evillimiter/build/lib/evillimiter/console/chart.py’: Permission denied
rm: cannot remove ‘evillimiter/build/lib/evillimiter/evillimiter.py’: Permission denied
rm: cannot remove ‘evillimiter/build/bdist.linux-x86_64’: Permission denied
~/.local/share/Trash/files
Use sudo too:
cd ~/.local/share/Trash/files && sudo rm -rf *
sudo cd ~/.local/share/Trash/files && sudo rm -rf *
[sudo] password for hello-nahian:
sudo: cd: command not found
Please copy my latest command line as is… no sudo in the beginning but later.
cd ~/.local/share/Trash/files && sudo rm -rf * sudo 1 ✘ 6s
[sudo] password for hello-nahian:
~/.local/share/Trash/files
now?
Hard to read your text here because of the special characters …
Run this line only:
sudo rm -rf ~/.local/share/Trash/files/*
It does the same thing as the previous command line.
yes same as previous
So it is OK now?
thanks , it seems like deleted all my file that i can`t remove
rm --help
You should be able to find relevant information there.
Edited. Tanks @Kresimir Sorry. I was pretty sleepy there.
It’s
rm --help
with two dashes for a long (GNU) option. Have to be careful with rm