Forums

installation of softwares via git

Hello All, Can we run apt-get install in the bash. I have created an application on my local machine. I am trying to do the same here but I am unable to do so. For example I have a package of python which requires sudo apt-get install automake sudo apt-get install libtool sudo apt-get install bison sudo apt-get install swig sudo apt-get install make sudo apt-get install pkg-config These kind of packages. when I am trying to run these on bash. I am getting an error. Any help would be appreciated. Thanks in advance

You do not have permissions to run apt-get install. We do however have many packages installed already.

We do have the gcc toolchain already installed though- so you could try to build/make/install whatever package you want if you understand how to do that.