Closed trystant closed 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
Running into this on the Chromebook Flip. These instructions helped.
I've run into this issue when trying to copy/paste in crouton on a new system:
https://github.com/dnschneid/crouton/issues/3538