I’m very, painfully new to using clearlinux, and I need to use tidy html. Tidy html isn’t on clearlinux by default, so I used rpm2pcio to get the source files. I have them on my clearlinux system. Just to be completely clear, I’m talking about this tidy: https://www.html-tidy.org/
Upon doing this, I realized… I have no idea where to put these files to allow them to be used, as they don’t let tidy work by default. Am I overthinking this, and there’s just some “add to path” type of thing that needs to be done? Am I approaching this wrong/ is there a better way to get nonclearlinux packages on a clearlinux system?
Any help you can offer is greatly appreciated, I have tried google, and it seems that the answer is masked by more popular results, or the answer is obvious and under a different name that I’m not aware of.
I have successfully ‘distrobox created’ an ubuntu container on CL. However, when trying to enter the container, I get: clear@clearLinux/root $ distrobox enter dbUB Container dbUB is not running. Starting container dbUB run this command to follow along:
docker logs -f dbUB*
Error response from daemon: could not copy source hosts file /etc/hosts to /var/lib/docker/containers/05e58adb6ac647848dadf106580c75f7f0c1856110a39630baa47fa1f3dee021/hosts: read /etc/hosts: is a directory Error: failed to start containers: dbUB
What is causing this and how to fix?
I can run the container in ‘rootless’ docker without any problem…