I typically work on a Mac for development, but unfortunately one of projects I work on is built on Debian and has some library incompatibilities with OSX and won’t build locally. The good news is, I can get around that by using a linux build of Komodo IDE on the remote Debian server and launching it in an X11 window after connecting to the remote server with ssh -X -CY
However, this creates a problem with installing add-ons as it means I can’t just drag-and-drop the xpi file(s) and have them install.
Is there a way to install the xpi file(s) manually (i.e. on a command-line) on the remote Debian installation?
Thanks!
/Stefan