indeed, your latest message is actually not a normal behaviour, which leads to ( possible )
" for commands found at internet sites, with ( invisible on the command line!!! ) HTML/BB-CODE - formats.
First, I would clean the cache:
=> apt-get clean
Second, I would update my "
sources.list" ( at : "
/etc/apt/" ):
=> apt-get update
Third, I would check my "
sources.list" ( at : "
/etc/apt/" ) and I would make sure with the help of for example
=> https://debgen.simplylinux.ch/ , that it is correct and sufficient for my operating system.
Fourth, if you made any
changes to your "
sources.list", be sure to run again "
apt-get update".
Fifth, I would make sure, that
ALL packages on my server are
up-to-date and
correctly installed:
=> "
aptitude upgrade"..... followed by :
=> "
apt-get -f install"
OR/
AND "
dpkg --configure -a"
Sixth, I would make sure, that
Plesk and its components are
up-to-date and force the re-installation of possible patches:
=> "
plesk installer --select-product-id plesk --select-release-current --reinstall-patch --install-component base"
Seventh, you are always able to list Plesk components for your current installed Plesk version with the command:
=> "
plesk installer --select-product-id plesk --select-release-current --show-components --show-options"
... which will display as well, if possible updates are available, or/and which components are currently installed and which
could be installed.
I already gave you the correct commands, how to INSTALL and REMOVE Plesk components in my previous post. If you need further help here, or more informations which command options are available for the "
plesk installer", pls. consider to use the command:
=> "plesk installer --help" OR/AND "plesk installer --help-options"
Eighth, pls. be informed, that when you use "
copy&paste" for commands that you found over the internet, that these copied commands might include HTML/BB-CODE - formats, which you can't see, when you paste it directly on your SSH - command line. The ( possible ) command options might be stripped due to these ( invisible ) code(s) and commands might not be successfully executed with all command options. If you experience such issues, pls. consider to
copy the WHOLE commands FIRST into an ASCII - Editor ( "
notepad.exe" for example on Windows systems ), before your
copy them again FROM THERE, to paste them into your SSH - command line.
To avoid such issues/problems completely, pls. consider
TO TYPE the commands, instead of using "
copy&paste".
