编程类APP

gcc:

1
# apt install gcc

g++:

1
# apt install g++

python3:

1
# apt install python3

python2:

1
# apt install python2

php:

1
# apt install php

网络类APP

Lynx:

1
# apt install lynx

Apache2:

1
# apt install apache2

Nginx:

1
# apt install nginx

Net-tools:

1
# apt install net-tools

Mysql Server:

1
# apt install mysql-server

phpMyAdmin:

1
# apt install phpmyadmin
1
$ wget https://files.phpmyadmin.net/phpMyAdmin/5.2.0/phpMyAdmin-5.2.0-all-languages.zip

日用类APP

7-zip:

1
# apt install p7zip-full

gimp:

1
# apt install gimp