User Tools

Site Tools


user:jcavalu3:portfolio:hpcexperiment2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

user:jcavalu3:portfolio:hpcexperiment2 [2013/11/07 16:06] – created jcavalu3user:jcavalu3:portfolio:hpcexperiment2 [2013/11/07 16:16] (current) jcavalu3
Line 1: Line 1:
 +=====INSTALLING OPENBOX=====
 +
 +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
 +
 +<cli>apt-cache search openbox</cli>
 +
 +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
 +
 +<cli>sudo apt-get -f install</cli>
 +
 +in an attempt to fix the dependencies. It worked, so I then installed the different openbox packages using a wildcard.
 +
 +<cli>sudo apt-get install openbox*</cli>
 +
 +Lastly, I logged out and signed in on the openbox manager. It works! Yay!
 +