Entering edit mode
6.9 years ago
arsilan324
▴
90
I want to install tcc:i386 in linux for running annocript but it is not helping me.. I get this error
arsilan@js-156-194:~$ sudo apt-get install tcc:i386
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package tcc:i386
Can anyone suggest some solution? Thanks
PS: i already tried updating apt-get (sudo apt-get update)
That means the package
tcc:i386
is not in official Ubuntu repository. Which Ubuntu release are you using?Thanks for the reply! I am using Ubuntu 16.04 Devel and Docker v.1.5 at Jetstream cloud. https://use.jetstream-cloud.org Do you have any suggestions?
Try just
sudo apt-get install tcc
.It worked! thanks a lot!!