We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6661ebc commit ba8bcf7Copy full SHA for ba8bcf7
hacker-help/main.go
@@ -78,16 +78,6 @@ var commands = []Command{
78
Description: "Placeholder for removing packages",
79
Details: "Currently a placeholder; will print a message about the package.",
80
},
81
- {
82
- Name: "hacker apt-install <package>",
83
- Description: "Run apt install -y <package>",
84
- Details: "Uses sudo apt install -y to install the specified Debian package.",
85
- },
86
87
- Name: "hacker apt-remove <package>",
88
- Description: "Run apt remove -y <package>",
89
- Details: "Uses sudo apt remove -y to remove the specified Debian package.",
90
91
{
92
Name: "hacker flatpak-install <package>",
93
Description: "Run flatpak install -y flathub <package>",
0 commit comments