mnyon-grandkru / knowledgebase

An issue tracker of error messages discovered while developing as well as their solution.
https://github.com/mnyon-grandkru/knowledgebase/issues
MIT License
2 stars 0 forks source link

/usr/local/bin/croutonclip: 269: /usr/local/bin/croutonclip: xsel: not found #13

Closed trystant closed 6 years ago

trystant commented 6 years ago

I've run into this issue when trying to copy/paste in crouton on a new system:

https://github.com/dnschneid/crouton/issues/3538

trystant commented 6 years ago

One solution is to install xsel (github repo is here)

trystant commented 6 years ago

I managed to install xsel with the following commands:

> cd code
> git clone git@github.com:kfish/xsel.git
> cd xsel
> aclocal
> autoconf
> automake --add-missing
> ./configure
> make
> make check
> sudo make install
trystant commented 6 years ago

Running into this on the Chromebook Flip. These instructions helped.