Adding Bodhi Repos to Ubuntu
Revision for “Adding Bodhi Repos to Ubuntu” created on August 21, 2021 @ 18:39:30
Title | Adding Bodhi Repos to Ubuntu |
---|---|
Content | <h3>Bodhi Repos</h3>
This page details how to install Bodhi's Moksha desktop on an existing Ubuntu [library term="ubuntu-version"] install. Please note that this method is not tested with and will not be supported with non-[library term="ubuntu-version"] versions of Ubuntu.
<h4>Step 1: Add the Bodhi Repo to your Sources</h4>
Open a terminal and run:
<div>
<pre>sudo nano /etc/apt/sources.list</pre>
</div>
<div></div>
<div>At the bottom of the file that is opened, add the line:</div>
<div></div>
<div>
<pre>deb [trusted=yes] http://packages.bodhilinux.com/bodhi/ [library term="ubuntu-name"] [library term="bodhi-apt-component"]</pre>
</div>
<div></div>
<h4>Step 2: Sync package lists</h4>
<div><b> </b></div>
<div>Next, you will need to sync your package lists with the command:</div>
<div></div>
<div>
<pre>sudo apt update</pre>
</div>
<div><b> </b></div>
<h4>Step 3: Install the Bodhi Desktop</h4>
<div><b> </b></div>
<div>Install Bodhi's Desktop with the command:</div>
<div></div>
<div>
<pre>sudo apt install bodhi-desktop</pre>
</div>
<div>
<div></div>
Then log out and select the Bodhi session from your login manager.
</div> |
Excerpt |