How to remove a package in sublime text 2

If you installed with package control, search for “Package Control: Remove Package” in the command palette (accessed with Ctrl+Shift+P). Otherwise you can just remove the Emmet directory. If you wish to use a custom caption to access commands, create Default.sublime-commands in your User folder. Then insert something similar to the following. [ { “caption”: “Package … Read more

How to uninstall Jenkins?

These instructions apply if you installed using the official Jenkins Mac installer from http://jenkins-ci.org/ Execute uninstall script from terminal: ‘/Library/Application Support/Jenkins/Uninstall.command’ or use Finder to navigate into that folder and double-click on Uninstall.command. Finally delete last configuration bits which might have been forgotten: sudo rm -rf /var/root/.jenkins ~/.jenkins If the uninstallation script cannot be found … Read more

How to uninstall a Windows Service when there is no executable for it left on the system?

You should be able to uninstall it using sc.exe (I think it is included in the Windows Resource Kit) by running the following in an “administrator” command prompt: sc.exe delete <service name> where <service name> is the name of the service itself as you see it in the service management console, not of the exe. … Read more

Completely uninstall PostgreSQL 9.0.4 from Mac OSX Lion?

The following is the un-installation for PostgreSQL 9.1 installed using the EnterpriseDB installer. You most probably have to replace folder /9.1/ with your version number. If /Library/Postgresql/ doesn’t exist then you probably installed PostgreSQL with a different method like homebrew or Postgres.app. To remove the EnterpriseDB One-Click install of PostgreSQL 9.1: Open a terminal window. … Read more

How to uninstall Anaconda completely from macOS

To remove the configs: conda install anaconda-clean anaconda-clean –yes Once the configs are removed you can delete the anaconda install folder, which is usually under your home dir: rm -rf ~/anaconda3 Also, the anaconda-clean –yes command creates a backup in your home directory of the format ~/.anaconda_backup/<timestamp>. Make sure to delete that one also. EDIT … Read more

How to thoroughly purge and reinstall postgresql on ubuntu? [closed]

Option A If your install isn’t already damaged, you can drop unwanted PostgreSQL servers (“clusters”) using pg_dropcluster. Use that in preference to a full purge and reinstall if you just want to restart with a fresh PostgreSQL instance. $ pg_lsclusters Ver Cluster Port Status Owner Data directory Log file 11 main 5432 online postgres /var/lib/postgresql/11/main … Read more

How to uninstall Python 2.7 on a Mac OS X 10.6.4?

Do not attempt to remove any Apple-supplied system Python which are in /System/Library and /usr/bin, as this may break your whole operating system. NOTE: The steps listed below do not affect the Apple-supplied Python 2.7; they only remove a third-party Python framework, like those installed by python.org installers. The complete list is documented here. Basically, … Read more

What’s the opposite of ‘make install’, i.e. how do you uninstall a library in Linux?

make clean removes any intermediate or output files from your source / build tree. However, it only affects the source / build tree; it does not touch the rest of the filesystem and so will not remove previously installed software. If you’re lucky, running make uninstall will work. It’s up to the library’s authors to … Read more

npm command to uninstall or prune unused packages in Node.js

Note: Recent npm versions do this automatically when running npm install if package-locks are enabled, so this is not necessary except for removing development packages with the –production flag. Run npm prune to remove modules not listed in package.json. From npm help prune: This command removes “extraneous” packages. If a package name is provided, then … Read more

How can I remove a package from Laravel using PHP Composer?

Composer 1.x and 2.x Running the following command will remove the package from vendor (or wherever you install packages), composer.json and composer.lock. Change vendor/package appropriately. composer remove vendor/package Obviously you’ll need to remove references to that package within your app. I’m currently running the following version of Composer: Composer version 1.0-dev (7b13507dd4d3b93578af7d83fbf8be0ca686f4b5) 2014-12-11 21:52:29 Documentation … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)