Skip to content
Christopher edited this page Jun 5, 2015 · 27 revisions

Generic way

You need to install requirements:

  • pip
  • python
  • python-dev

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 thefuck

Arch

sudo pacman -S thefuck

fuck is available!

Clone this wiki locally