Skip to content
Tyler887 edited this page Apr 2, 2022 · 2 revisions
  1. Search for and remove any aliases starting with eat that you have in your .bashrc:
    alias eat="python[3] ~/Eat-PKG-Manager/eat.py"
    alias eatinst="python[3] ~/Eat-PKG-Manager/eat-install.py"
    alias eathelp="man ~/Eat-PKG-Manager/eat.1"
  2. Run python -c "import shutil,os;dir=os.path.expanduser('~');shutil.rmtree(f'{dir}/Eat-PKG-Manager')".
  3. Unalias the current commands by running unalias eat eatinst eathelp.
Clone this wiki locally