Skip to content
Aidan Harris edited this page Feb 3, 2016 · 27 revisions

Generic way

You need to install requirements:

  • pip
  • python
  • python-dev (or python-devel on some distros: Fedora, CentOS)

And then install thefuck with pip:

sudo pip install thefuck

OS X

brew install thefuck

or

sudo easy_install thefuck

Ubuntu

❗ Do not use sudo easy_install pip, it does not work on Ubuntu.

sudo apt-get install python-pip python-dev
sudo pip install psutil thefuck

Arch

sudo pacman -S thefuck

Fedora

sudo dnf install python-devel
sudo pip install thefuck

fuck is available!

Clone this wiki locally