mirror of
				https://github.com/nvbn/thefuck.git
				synced 2025-11-03 16:42:03 +00:00 
			
		
		
		
	Update installation as thefuck is in ubutu and fedora repos
@@ -33,6 +33,8 @@ sudo port install thefuck
 | 
				
			|||||||
:exclamation: Do not use `sudo easy_install pip`, it does not work on Ubuntu.
 | 
					:exclamation: Do not use `sudo easy_install pip`, it does not work on Ubuntu.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```bash
 | 
					```bash
 | 
				
			||||||
 | 
					sudo apt install thefuck
 | 
				
			||||||
 | 
					# or to get the newest version
 | 
				
			||||||
sudo apt install python3-dev python3-pip python3-setuptools
 | 
					sudo apt install python3-dev python3-pip python3-setuptools
 | 
				
			||||||
sudo pip3 install thefuck
 | 
					sudo pip3 install thefuck
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
@@ -46,6 +48,8 @@ sudo pacman -S thefuck
 | 
				
			|||||||
# Fedora
 | 
					# Fedora
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```bash
 | 
					```bash
 | 
				
			||||||
 | 
					sudo dnf install thefuck
 | 
				
			||||||
 | 
					# or to get the newest version
 | 
				
			||||||
sudo dnf install python-pip python-devel
 | 
					sudo dnf install python-pip python-devel
 | 
				
			||||||
sudo pip install thefuck
 | 
					sudo pip install thefuck
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user