hello everyone,

I'm fairly new to linux. I want to install Anaconda so I looked through the software center and it isn't there. Triedsudo eopkg install Anacondaand I got Repo item anaconda not found. So I went to their website to download Anaconda, which is a bash file. I tried running bash ./anaconda-etcetc but I got command not found. Why did I get that error? And how can I install Anaconda? Thanks in advance.

there is no anaconda package in the repo
for your bash script try chmod +x anaconda-etcetc
then run ./anaconda-etcetc