No command 'apt' found, did you mean:

When I try to run:

apt –get install vsftpd 

I get the error:

No command 'apt' found, did you mean:
 Command 'aptd' from package 'aptdaemon' (main)
 Command 'xapt' from package 'xapt' (universe)
 Command 'opt' from package 'llvm' (universe)
 Command 'apm' from package 'apmd' (main)
 Command 'atp' from package 'atp' (universe)
 Command 'ppt' from package 'bsdgames' (universe)
 Command 'apf' from package 'apf-firewall' (universe)
 Command 'apg' from package 'apg' (main)
 Command 'gpt' from package 'gpt' (universe)
 Command 'ant' from package 'ant' (main)
 Command 'ant' from package 'ant1.7' (universe)
 Command 'at' from package 'at' (main)
 Command 'pat' from package 'dist' (universe)
 Command 'aft' from package 'aft' (universe)
apt: command not found

What gives? -.-


Try running

apt-get install vsftpd 

There shouldn't be a space after the "apt" ...


As stated, the correct command is apt-get. However, you are more than likely going to need to sudo install it as the root user.. so if installing doesn't work, try sudo apt-get install vfghty and enter your password when it asks. Hopefull that works, good luck!