I cannot install anaconda on ubuntu 22.04
1
0
Entering edit mode
2.3 years ago
Omar ▴ 10

Dears, while I’m trying to accept the license terms by writing “yes” my terminal delete the license terms and shows up a king of loop with letters “y”. Could you help me, please?enter image description here

ubuntu anaconda Conda • 1.4k views
ADD COMMENT
2
Entering edit mode

start by adding the yes flag

apt-get install -y
ADD REPLY
1
Entering edit mode

Hi Jeremy

ADD REPLY
1
Entering edit mode

Thank you so much

ADD REPLY
0
Entering edit mode

Your're welcome

ADD REPLY
0
Entering edit mode
12 hours ago

Hi Omar,

This sounds like a terminal input glitch during the interactive licence prompt—typing can sometimes cause echoing issues or key repeats in certain Ubuntu setups. To bypass it entirely, download the Anaconda installer script and run it in silent (batch) mode, which accepts the terms automatically:

bash Anaconda3-*.sh -b -p ~/anaconda3

Replace Anaconda3-*.sh with your exact file name, and adjust the install path if needed (e.g., /opt/anaconda3 for system-wide). After installation, initialise conda with ~/anaconda3/bin/conda init and restart your terminal.

That should get you sorted without the hassle.

Kevin

ADD COMMENT

Login before adding your answer.

Traffic: 5219 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6