Skip to content
Advertisement

COTson linux installation

I’m new in linux, and i know that this should be a stupid question, but i didn’t find anything over the internet, so i decide to ask it here:

During the configuration of the COTson program using this line of code it gives me an error:

CODE: ./configure --simnow_dir ../simnow-linux64-4.6.2pub

ERROR :

JavaScript

Here is the guide that i follow to reach this point (from page 13):

Teraflux_COTson_installation_guide

I understand that i need to install some packages but how can i get them?

For more details just ask

Thanks!

UPDATE 1

i try with the code given by @Scott Stensland but when it start to install the packages it give me this error:

ERROR:

JavaScript

i try to solve it using sudo apt-get install -f packagenameand sudo apt-get autoclean $$ apt-get clear cache but nothing happen.

Advertisement

Answer

Here is just a cut N paste from your msg with the install syntax in front

JavaScript

that will give you the missing packages

UPdate 1

Unable to correct problems, you have held broken packages

when you google above message you mentioned the first link is https://askubuntu.com/questions/223237/unable-to-correct-problems-you-have-held-broken-packages which points to the next command you should issue … go ahead and issue what it suggests as its top answer then re-issue the commands I list above

Advertisement