Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to install thefuck on ubuntu

# copy and paste these 3 lines below to the terminal and press enter
sudo apt update
sudo apt install python3-dev python3-pip python3-setuptools
pip3 install thefuck --user

# then add the following line of code to your .bashrc or .bash_profile or .zshrc file

eval $(thefuck --alias)
eval $(thefuck --alias FUCK)
 
PREVIOUS NEXT
Tagged: #install #thefuck #ubuntu
ADD COMMENT
Topic
Name
2+9 =