Unable to locate package tcc:i386
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)
• 2,973 views
•
link
0 answers
No answers yet.
Log in to answer this question.
That means the package
tcc:i386is 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!!