First of all, i am new in Linux. I am using Allwinner F113 (MangoPi MQ-R board) and it includes Tina-Linux. I want to dowloand python but wget keeps giving error response.
root@TinaLinux:/# wget https://www.python.org/ftp/python/3.9.1/Python-3.9.1.tgz
wget: not an http or ftp url: https://www.python.org/ftp/python/3.9.1/Python-3.9.1.tgz
How can install pyhton? How can I download a data from a website with HTTPS ?
And second problem, tina linux has not a package manager. What is the equivalent of the sudo command in debian in tina linux? I heard the OPKG command, but the function is not available.
root@TinaLinux:/# wget 'https://www.python.org/ftp/python/3.9.1/Python-3.9.1.tgz
'
wget: not an http or ftp url: https://www.python.org/ftp/python/3.9.1/Python-3.9.1.tgz
When I want to drag and drop something to the files it does not allow, it is write protected.
How can I remove this?
If I want to manually export the .tgz file to the SD card, which folder do I have to put it in? do you know?