Current location - Loan Platform Complete Network - Big data management - The linux I installed uses the wget command, which indicates that I am a novice and there is no wget command. How can I do that?
The linux I installed uses the wget command, which indicates that I am a novice and there is no wget command. How can I do that?
Debian or ubuntu: sudo apt-get install wget
centos : sudo yum -y install wget
The premise is that you have to configure the update server, which is a little more complicated. Download the basic concepts and usage of apt-get or yum yourself.