Install Claude on Ubuntu 24.04

Posted on Wednesday, March 4, 2026


 


I recently set up a Claude Code Organization https://www.whiteboardcoder.com/2026/03/claude-creating-account-and-setting-up.html [1]

And now I want to get Claude Code installed and running on Ubuntu 24.04

 

Claude creating an account and setting up limits

Posted on Tuesday, March 3, 2026


 

In this article I am going to set up Claude code on the cmd line in Ubuntu 24.04.

WSL and Docker Desktop


 


I have been setting up Ubuntu in WSL on windows and I want to set up a pbcopy/pbpaste command for it. 

If you are not familiar with these commands, they are very useful command in Mac OS X terminal. 
pbcopy can copy information piped to it to your clipboard.  pbpaste can copy information from the clipboard and pipe it to the next command.

WSL and Docker Desktop

Posted on Monday, March 2, 2026


 


I have been setting up Ubuntu in WSL on windows and I want to set up docker on it.  I could set it up within Ubuntu itself but I have found a few folks suggest installing Docker Desktop and getting it connected to the WSL.

So let’s try it. 

WSL open command


 


In Cygwin I have a nice open command that I can use to open directories or files.  What are the options in WSL ubuntu to replicate this?