I need Stata on my laptop and I'm new to Ubuntu. I have a folder with some taz files but I'm not sure what to do with them. I installed it given the instructions provided but it won't open, it gives me this error:
error while loading shared libraries: libgtksourceview-1.0.so.0: cannot open shared object file: No such file or directory
Here are the instructions that it came with
Before starting:
sudo apt-get install libgtksourceview-3.0-common
sudo ln -s /usr/lib/libgtksourceview-2.0.so.0 /usr/lib/libgtksourceview-1.0.so.0
sudo apt-get install libgnomeprint2.2-0
- Unzip the file Stata12_Linux
Choose 32-bits or 64-bits
cd YOUR_PATH/Stata12_Linux/linux.32/or
cd YOUR_PATH/Stata12_Linux/linux.64/tar -xzvf docs.taz tar -xzvf base.taz tar -xzvf bins.taz tar -xzvf ado.taz sudo mkdir /usr/local/stata12 mv * /usr/local/stata12/ cd /usr/local/stata12/ sudo chmod -R 755 . sudo sh setrwxp now sudo ./stinit
Use the Serial Number, Code and Authorization given by SloveniaX
Congratulations!! Stata 12 is installed.
./xstata
sudo ldconfigfor it to take effect (i.e. forldto re-read the/usr/libdirectory and cache the link). – steeldriver Oct 25 '16 at 13:42