In an attempt to further my knowledge and experience in different window managers and operating systems, I am going to install openbox onto my debian machine at school. I first searched for the install using
apt-cache search openbox
which brought up the install package and a few others like themes and dev tools. I attempted to install them, but I had a few unmet dependencies, so I ran
sudo apt-get -f install
in an attempt to fix the dependencies. It worked, so I then installed the different openbox packages using a wildcard.
sudo apt-get install openbox*
Lastly, I logged out and signed in on the openbox manager. It works! Yay!