Issues in Talend in UBUNTU - talend

I have downloaded talend 5.3.2 studio in Ubuntu 12.04 LTS.
When I am opening the TOS_DI-win-x86_64.exe as my system is 64 bit, the studio is not opening. since I am new to ubuntu I am not sure which application should I open with kindly help.

TOS_DI-win-x86_64.exe is the Windows executable.
The appropriate file for your Ubuntu system is TOS_DI-linux-gtk-x86_64

Related

stataRun extension of VSCode for Ubuntu 22.04

I have been using the "stataRun" extension of VSCode which allowed me to send code from VSCode to Stata and execute it using shortcuts. Since I have upgraded my system from Ubuntu 20.04 to Ubuntu 22.04, this is not working anymore. Has anybody encountered the same problem and/or does anybody know a solution?

Building Flutter Engine on Ubuntu

I use Ubuntu 20.04. When I run https://github.com/flutter/flutter/wiki/Setting-up-the-Engine-development-environment step 7
sudo ./build/install-build-deps-android.sh
ERROR: Only Ubuntu 12.04 (precise), 14.04 (trusty), 14.10 (utopic), 15.04 (vivid), 16.04 (xenial), 18.04 (bionic), and Debian (rodete and stretch) are currently supported
And the doc says:
If you're on Linux, run the following. Note: These scripts are distro- and version-specific, so are not guaranteed to work on every configuration. If they fail, you may need to find comparable packages to the ones that weren't found.
Based on the documentation, How do I know which packages are not compatible.
Maybe you can modify that install-build-deps-android.sh script and force 20.04 and try to go on the building process?

Is any application for MongoDB browser in ubuntu 16.04 32 bit processor

I trying to install Mongo DB browser for Ubuntu 16.04 32 bit version but none of application installing to the machine
If you are talking about robo3t, you can download the .tar.gz file for Linux (https://robomongo.org/download), unpack it and run the bin/robo3t executable.
You don't even need to install it.

Easyphp : msvcr110.dll is missing

I've installed easyphp-devserver on windows 10. When I launch easyphp, the message "msvcr110.dll is missing" appears.
I've searched on internet and found out I must install the Redistribuable Visual C++ for Visual Studio 2015 [https://www.microsoft.com/en-us/download/details.aspx?id=48145][1]
After that, I installed Visual C++ and reboot my computer.
But that doesn"t work. There is the same error message.
Have you any idea to solve the problem ?
I assume you're referring to the Windows 7/8/10 VC14 version with PHP 7 support (v16.1.1 at the time of this post).
The EasyPHP Devserver download page states that Visual C++ Redistributable for Visual Studio 2015 x86 or x64 is required, which should come installed on Windows 10 already.
What it doesn't mention is that apparently Visual C++ Redistributable for Visual Studio 2012 is also required, and doesn't come installed on Windows 10. Here's the download link for that one:
https://www.microsoft.com/en-us/download/details.aspx?id=30679
Installing the x86 executable got it working for me. No need for the x64 one it seems.
As highlighted by Adam C try downloading the 32bit (e.g. x86) version of Visual C++ Redistributable for Visual Studio 2012 it should resolve the issue... as I had the 64bit Win7 installed I tried to use the 64bit Redistributable file and it did not help fix the issue... but, used the 32bit version and vola it worked.

Install linux mint inside on windows 7 64 bit machine using mint4win

I got a error while installing ubuntu 12.04 in my windows7 64bit machine using wubi later i found the issue, that it needs amd64 ubuntu in win7 64bit machines, now i want to install linux mint 15 on my windows 7 machine(64 bit OS) using mint4win tool is there any issues installing linux mint using mint4win, as mentioned above? plz reply...
Have a look at https://github.com/linuxmint/mint4win for detailed instructions and procedure.