My task is to deploy on AWS Odoo 9. I have already created an instance and connected to it via gitbash. To start installing Odoo 9. I need to use apt-get . When typing this command displays the message command not found . Those. apt-get not in linux? How to install it?
uname -a
-
Linux ip-172-31-21-46 4.1.10-17.31.amzn1.x86_64 #1 SMP Sat Oct 24 01:31:37 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux sudo cat /etc/*-release
NAME="Amazon Linux AMI" VERSION="2015.09" ID="amzn" ID_LIKE="rhel fedora" VERSION_ID="2015.09" PRETTY_NAME="Amazon Linux AMI 2015.09" ANSI_COLOR="0;33" CPE_NAME="cpe:/o:amazon:linux:2015.09:ga" HOME_URL="http://aws.amazon.com/amazon-linux-ami/" Amazon Linux AMI release 2015.09
uname -aandsudo cat /etc/*-releasein the console and enter the output of these commands in question. Different distributions have different versions of the package manager,apt-getmay be completely absent. - andy.37cat /etc/*release*command. - aleksandr barakin