Issue with using apt-get / sudo: apt-get: command not found
I have an issue with Apt package.
It seems that the apt-get is not installed. could you help me with this problem?
admin@axcf2152:/opt/plcnext/config/System/Um$ sudo apt-get update
Password:
sudo: apt-get: command not found
or
root@axcf2152:/opt/plcnext/config/System/Um# sudo apt-get install gcc python3-dev
sudo: apt-get: command not found
It seems that the apt-get is not installed. could you help me with this problem?
admin@axcf2152:/opt/plcnext/config/System/Um$ sudo apt-get update
Password:
sudo: apt-get: command not found
or
root@axcf2152:/opt/plcnext/config/System/Um# sudo apt-get install gcc python3-dev
sudo: apt-get: command not found
Comments
for example:
I need to install :
sudo apt-get install gcc python3-dev
I'm sorry there's not a simpler solution. You are not the only one who thinks a fully-functioning package manager on PLCnext Control devices would be a good idea, but unfortunately there are no plans for this at the moment.
Thank you for your prompt reply. I will follow your tips.