Cannot type password into terminal
When I type my password into terminal on my MacBook Air 2023.the ext does not appear on the screen. After pressing enter I get "sorry try again". What am I doing wrong?
MacBook Air (2018 – 2020)
You can make a difference in the Apple Support Community!
When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.
When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.
When I type my password into terminal on my MacBook Air 2023.the ext does not appear on the screen. After pressing enter I get "sorry try again". What am I doing wrong?
MacBook Air (2018 – 2020)
Hello, the command is:
sudo rm -fr /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin
sudo rm -fr /Library/PreferencePanes/JavaControlPanel.prefPane
sudo rm -fr ~/Library/Application\ Support/Oracle/Java
I got this command from the Java website. I installed Java on my MacBook Air but I am not able to locate the program to open it. In terminal it tells me the version that is installed, but again I have no way to open it.
I want uninstall the program and then try to install it again.
Thanks for that info! Seems legitimate - I found those instructions here: https://www.java.com/en/download/help/mac_uninstall_java.html
Be careful when using those commands to uninstall Java; copy and paste the first line (command) into Terminal, hit Enter (Return), provide your password. Then copy and paste the second command, etc.
Here's what the commands are asking your system to do:
Hi lolly177,
This is normal behaviour. When the key icon appears in Terminal with a password request, it will seem as if you're typing nothing. Just enter your password as normal regardless and hit Enter (Return) to proceed.
Just curious, are you trying to run a command that contains "sudo"? If yes, can you please post the command here? "sudo" grants superuser privileges and can be dangerous if you don't know what you're asking the system to do.
Cannot type password into terminal