We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The output of thefuck --version:
thefuck --version
The Fuck 3.29 using Python 3.10.12 and Bash 5.1.16(1)-release
Your system (Debian 7, ArchLinux, Windows, etc.):
Ubuntu 22.04.4 LTS for wsl
How to reproduce the bug:
root@QWQ:/# yum install mysql-server Unable to find command 'yum' root@QWQ:/# fuck yum.sh install mysql-server [enter/↑/↓/ctrl+c]
Press the ↓ key
apt install openssh-server [enter/↑/↓/ctrl+c]
Where does openssh-server come from? I think at this point, the output should be apt install mysql-server.
openssh-server
apt install mysql-server
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The output of
thefuck --version
:Your system (Debian 7, ArchLinux, Windows, etc.):
How to reproduce the bug:
Press the ↓ key
Where does
openssh-server
come from? I think at this point, the output should beapt install mysql-server
.The text was updated successfully, but these errors were encountered: