How can I found out a changed Commandin for new Version.... As you now the command are diffrent from Version to another and if I want to install for example (Sudo apt-get install php7.0-mcrypt mysql-server phpmyadmin -->it has worked on ubuntu server 18.02) on the new version ubuntu server 19.04 but I do not found the command because it has been changed
thanks for helping :)
sudo apt-get install php7.0-mcrypt mysql-server phpmyadmin
... small s in sudo, but the php7.0-mcrypt package doesn't exist. Maybe you obtained it elsewhere. So you could dosudo apt-get install mysql-server phpmyadmin
– heynnema Jul 08 '19 at 15:53