how to uninstall iTerm2 - uninstallation

After searcher for about an hour and only getting install options I have to ask. How to uninstall iTerm2.
So some how I passed a big load of JSON into it (don't ask) and now it has lost the plot some what. So I want to kill it and start over, profile and all.

If it's installed by Homebrew then you could use brew cask uninstall iterm2.
If it's installed by a manually downloaded DMG file then
you could goto the /Applications folder in Finder, find the iTerm
Icon, right-click it and then move to trash.

Moving iTerm2 from Applications to Trash or performaning a brew uninstall --cask iterm2 may not be enough as it leaves behind Finder Context Menu Items:
There's FAQ entry covering how to remove all settings:
defaults delete com.googlecode.iterm2
However, running the above command does not remove the items from the Finder Context Menu even after a killall Finder.
I opened an issue on the iTerm repo on GitLab: https://gitlab.com/gnachman/iterm2/issues/8459.
Look there for updates on how to uninstall iTerm2 completely.

To completely remove in using terminal:
Quit the app.
Open Terminal and execute the following.
sudo rm ~/Library/Preferences/com.googlecode.iterm2.plist
sudo rm -r ~/Library/Application\ Support/iTerm2
sudo rm -r /Applications/iTerm.app

Use the free drag-and-drop AppCleaner app
Doing so will locate and remove all iTerm files like so:

Search iterm globally to ensure that all executable programs named iterm on your Mac are deleted. Then right-click the context menu and select open with iterm once. At this time, it will report an error. Click OK. Right click again to view the context menu, and you will find that iterm has disappeared from your list.

Related

How to modifiy path for JDK for NeurophStudio

I tried do install NeurophStudio on Win 10, but when i try to run it i got this message
I installed this program on my hard drive, but my windows is installed on my SSD.
How can i change --jdkhome destination on NeurophStudio, because i didnt install any NetBeans?
What do i need to run to enter that --jdkhome instrunction, and how to I enter my path like C:\bla\bla\jdk12 or C:/bla/bla/jdk12
UPDATE:
I tried installing it on my SSD, but same result as before.
When i run javac --version in cmd, i get this:
I have java jkd path in JAVA_HOME aswell:
In windows try this: (Works for some people)
First install latest version
https://www.oracle.com/java/technologies/javase-downloads.html
Find the instalation Neuroph Studio folder and when look for a neurophstudio\etc\neurophstudio.conf file.
Open it with e.g notepad++ and search this property#jdkhome="/usr/local/java/jdk1.8.0_20"
Update it for your actual path like this jdkhome="C:\Program Files\Java\jdk-15.0.1" and remove #.
Save and exit.
If this solution remove initial error messege box, but program after launch quit immediately probably you didn't update your JDK (latest version).
It says it can't find the JDK, but it's actually looking for the JRE. Install that, and you should be good.

macOS Catalina: trying to install content to the system volume

I have apps that I distribute as .pkg files created using pkgbuild and productbuild. With macOS Catalina, this doesn't work any more. The installer complains that I'm trying to install content to the system volume.
I posted three weeks ago thinking the error had to do with bundling a Java runtime. It turns out it has nothing to do with Java.
To test it I have the smallest possible project called Hello with a main window and a button to click. In XCode, I do Product -> Archive, then Distribute App, and Copy App. This creates a directory Hello 2019-12-18 15-01-07 with contents Hello.app. The app works fine. I then
pkgbuild --root *7 Hello.pkg
which creates Hello.pkg.
When I double-click Hello.pkg in the finder the installer presents me with screens for Introduction, Destination Select (only one option is offered), and Installation type ("Standard Install on Macintosh HD"), then asks me for my password. It then says, "This package is incompatible with this version of macOS. The package is trying to install content to the system volume. Contact the software manufacturer for assistance."
It makes no difference if I codesign and notarize. Productbuild only adds one more layer to the failing process.
What am I missing?
We could fix the issue by using the option
--install-location
of the pkgbuild command.
If the
--install-location
option is not used, pkgbuild uses / as the default install location in many cases.
In macOS Catalina, only certain folders are writable. Refer this link for more details.
In our case, the package installation succeeded only when we specified one of the writable folders such as
/usr/local
/opt
/Applications
as the default install location.

How to install cocos-2d templates in Xcode 5?

When i am trying to execute following command from Terminal in Maverick os(Xcode 5) to install templates of cocos2d 3.0 rc-1, I am getting following message.
-bash: install.sh: command not found
What could be the reason ?
Please help by giving some meaningful comments/hint...
Download Latest Cocos2d.
Open the terminal (Don't type anything).
Drag the install file (install-templates.sh/install.sh) into the terminal.
Finally press enter only.
Now,you check the Xcode->New Project there you get cocos2d.
To install cocos2d to Xcode on Mavericks, in terminal type in the following commands. Also you should move the cocos2d folder to your desktop just for simplicity.
cd ~\Desktop\[Cocos2d Folder];
sudo install.sh //I think you are missing the 'sudo'
Then enter in your password when you are prompted. Text will not show up even if you are typing. After terminal finishes you can open up you xcode and you should see a cocos2d template option on the left navigation bar.
Tutorial: http://iphonedevsdk.com/forum/ad-hoc-beta-testing/75910-how-to-install-cocos2d-in-xcode.html
Cocos2d: http://www.cocos2d-iphone.org/download/
Simply use Cocos2d installer that they provide on there website
http://www.cocos2d-iphone.org/blog/wp-content/uploads/2014/01/Cocos2D-3.0.dmg
The link will start the download and them install the dmg, the program takes care of the rest :D
If you'd like to read up on it go to http://www.cocos2d-iphone.org/download/ and look at the section marked 1)

Installing Python 2.7 on Windows 8

So I'm trying python 2.7 on my Windows. It is running Windows 8. I cannot add it to my path. I've done the usual: using the advanced system settings, environment variables, adding C:\Python27 in system variables.
However, when I type Python in command prompt it says 'python is not recognized ..'
I think that the essence of this question is how to install Python and be able to use it from the command line. The steps below show how to get all that working. Check that you didn't miss anything:
From https://www.python.org/download/releases/2.7.6 download appropriate Python 2.7.6 Windows Installer. (If that link doesn't work, check https://www.python.org/downloads/)
Run the file
Select install for all users or install just for me, click Next
You'll see it installs under the C:\Python27 folder, click Next
Click Next again for the 'Customize Python' step
Click Finish
Open Control Panel, then System
Click 'Advanced system settings' on the left
Click the 'Environment Variables' button
Under 'System variables' click the variable called 'Path' then the 'Edit...' button. (This will set it for all users, you could instead choose to edit the User variables to just set python as a command prompt command for the current user)
Without deleting any other text, add C:\Python27; (include the semi-colon) to the beginning of the 'Variable value' and click OK.
Click OK on the 'Environment Variables' window.
Open a new command prompt window type python, you will have python running in the command prompt. Note: command prompt windows open prior to setting the Environment Variable will not have the python command available.
Easiest way is to open CMD or powershell as administrator and type
set PATH=%PATH%;C:\Python27
System variables usually require a restart to become effective. Does it still not work after a restart?
Make sure you don't put a space between the semi-colon and the new folder location that you are adding to the path.
For example it should look like...
{last path entry};C:\Python27;C:\Python27\Scripts;
...not...
{last path entry}; C:\Python27; C:\Python27\Scripts;
How to install Python / Pip on Windows Steps
Visit the official Python download page and grab the Windows installer for the latest version of Python 3.
python.org/downloads/
Run the installer. Be sure to check the option to add Python to your PATH while installing.
Open PowerShell as admin by right clicking on the PowerShell icon and selecting ‘Run as Admin’
To solve permission issues, run the following command:
Set-ExecutionPolicy Unrestricted
Next, set the system’s PATH variable to include directories that include Python components and packages we’ll add later. To do this:
C:\Python35-32;C:\Python35-32\Lib\site-packages\;C:\Python35-32\Scripts\
download the bootstrap scripts for easy_install and pip from https://bootstrap.pypa.io/
ez_setup.py
get-pip.py
Save both the files in Python Installed folder
Go to Python folder and run following:
Python ez_setup.py
Python get-pip.py
To create a Virtual Environment, use the following commands:
cd c:\python
pip install virtualenv
virtualenv test
.\test\Scripts\activate.ps1
pip install IPython
ipython3
Now You can install any Python package with pip
That’s it !!
happy coding
Visit This link for Easy steps of Installation python and pip in windows http://rajendralora.com/?p=183
Type this in Windows PowerShell or CMD:
"[Environment]::SetEnvironmentVariable("Path", "$env:Path;C:\Python27", "User")"
After running the command, please restart PowerShell or CMD. If it still doesn't work, restart your PC.
there is a simple procedure to do it go to controlpanel->system and security ->system->advanced system settings->advanced->environment variables
then add new path enter this in your variable path and values
i'm using python 2.7 in win 8 too but no problem with that. maybe you need to reastart your computer like wclear said, or you can run python command line program that included in python installation folder, i think below IDLE program. hope it help.
GUI Option:
Open System Properties
a. Type it in the Start Menu
b. Use the keyboard shortcut Win+Pause)
c. From Windows Explorer address bar go to
%windir%\System32\SystemPropertiesProtection.exe
d. Write SystemPropertiesProtection in run window and press Enter
Switch to the Advanced tab
Click Environment Variables
Select PATH in the System variables section
Click Edit
Add python's path to the end of the list (the paths are separated by semicolons).
For example:
C:\Windows;C:\Windows\System32;C:\Python27
Command Line Option:
Run Command Prompt as administrator
Check existing paths under PATH variable (the paths are separated by semicolons). If your python folder already listed then no need to add again. Default python folder is C:\Python27
C:\Windows\system32>path or C:\Windows\system32>echo %PATH%
Append python path using setx command. The /M option sets the variable at SYSTEM scope.
The default behavior is to set it for the USER.
C:\Windows\system32>setx /M PATH "%PATH%;C:\Python27"

How can perform a silent uninstall with installjammer

I am trying to get silent install and uninstall using InstallJammer.
I was able to install silently by changing Default Install Mode to silent under platform information . But how can I specify the uninstall to be silent?
Thanks in advance,
Srirekha
InstallJammer will create uninstall.exe in the root directory of the installed product. Do
uninstall.exe /s
from a command prompt for a silent uninstall.
You can see all possible options by doing:
uninstall.exe /?