Skip to content

Instantly share code, notes, and snippets.

@mtvillwock
Created July 19, 2019 19:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mtvillwock/343b51a9678cfbf5d55ec199e705e253 to your computer and use it in GitHub Desktop.
Save mtvillwock/343b51a9678cfbf5d55ec199e705e253 to your computer and use it in GitHub Desktop.
Can't uninstall postgres
shape [1925-respondents-unable-to-add-their-email] :> ps aux | grep postgres
mvillwock 36557 0.0 0.0 4296440 976 s003 S+ 12:04PM 0:00.01 grep postgres
shape [1925-respondents-unable-to-add-their-email] :> which psql
shape [1925-respondents-unable-to-add-their-email] :> which postgres
shape [1925-respondents-unable-to-add-their-email] :> brew list postgres
Error: No such keg: /usr/local/Cellar/postgresql
shape [1925-respondents-unable-to-add-their-email] :> brew list version
Error: No such keg: /usr/local/Cellar/version
shape [1925-respondents-unable-to-add-their-email] :> brew list
adns gmp libgcrypt msgpack postgresql@10
autoconf gnupg libgpg-error ncurses python
automake gnutls libheif neovim readline
bash-completion graphviz libksba nettle redis
bat heroku libomp node rlwrap
clojure heroku-node libpng node-build shared-mime-info
coreutils htop libtasn1 nodenv sqlite
darksky-weather hub libtermkey npth tldr
elasticsearch icu4c libtiff ocaml unbound
fontconfig ilmbase libtool openexr unibilium
freetype imagemagick libunistring openjpeg webp
gd jemalloc libusb openssl x265
gdbm jpeg libuv openssl@1.1 xz
gettext kibana libvterm p11-kit yamllint
git libassuan libyaml pcre yarn
git-secrets libde265 libzip pcre2
git-standup libevent little-cms2 pinentry
glib libffi luajit pkg-config
shape [1925-respondents-unable-to-add-their-email] :> brew uninstall postgresql@10
Error: No such keg: /usr/local/Cellar/postgresql@10
shape [1925-respondents-unable-to-add-their-email] :>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment