I am trying to use apt-get on AWS EC2 with Ubuntu 10.04, but got the following error.
sudo: apt-get: command not found
So I will need to install apt-get. Is there a tutorial for this? I did a search on the Internet, but only found an installation guide for other Linux releases. Thanks.
I think you are using the command incorrectly! apt-get is built into every version of Ubuntu. If, for example, you want to install vim, you would type
sudo apt-get install vim
To check the documentation like apt-get:
man apt-get
Source: https://habr.com/ru/post/1396013/More articles:Creating assembly code from C # code? - assemblyPython algorithm for counting the occurrence of a specific word in csv - pythonIs it possible in C ++ to execute a function in the main thread from a function that works in the secondary thread? - c ++How to install Android NDK on Windows? without any unix-linux files an easy way? - androidHow to implement tail recursive fast sort in Scala - algorithmTeam Foundation Server - Troubleshoot Problem Solving - tfsCustom Text Box Management - c #Forging a UDP packet with a given TTL - pythonCall the system command inside Python and get its output result, not the exit status - pythonHow can I enable / disable WiFi programmatically on WP7 - windows-phone-7All Articles