Friday, March 7, 2014

HOWTO: Add Bodhi's Enlightenment Desktop to Ubuntu 14.04

One question we often had users ask us in the past was if it was possible to convert an existing Ubuntu LTS install into Bodhi Linux. Previously the answer to this question had always been "No", but with our 3.0.0 release built on top of Ubuntu 14.04 we are finally looking to change this. The following is how you can add the latest Bodhi desktop to your existing Ubuntu 14.04 install.

Step 1: Add the Bodhi Repo to your Sources

Open a terminal and run:

sudo nano /etc/apt/sources.list

At the bottom of the file that is opened, add the line:

deb http://packages.bodhilinux.com/bodhi trusty main 

Step 2: Sync package lists

Next you will need to sync your package lists with the command:

sudo apt-get update

Step 3: Install the Bodhi Desktop

Install Bodhi's E19 Desktop with the command:

sudo apt-get install packagekit && sudo apt-get install bodhi-desktop

If you have an older computer or just prefer E17 you can install that instead with the command:

sudo apt-get install bodhi-desktop-e17

After this completes an "enlightenment" session should now be available in your login manager. 

Enjoy your new enlightenment powered Ubuntu!

~Jeff Hoogland

26 comments:

  1. I get this responce after adding the extra line:
    mixalis@mixalis-Aspire-E1-531 ~ $ sudo apt-get update
    E: Type 'http://packages.bodhilinux.com/bodhi' is not known on line 2 in source list /etc/apt/sources.list
    E: The list of sources could not be read.

    ReplyDelete
    Replies
    1. Looks like you missed the trusty main after the URL.

      Delete
    2. I think the deb is missing:
      deb http://packages.bodhilinux.com/bodhi trusty main

      Delete
  2. Something is broken. I get an error when installing esudo:

    Errors were encountered while processing:
    esudo
    E: Sub-process /usr/bin/dpkg returned an error code (1)

    It also blows up in the efl installation with a similar error

    ReplyDelete
    Replies
    1. This is far from an ideal place to post bug reports. Please open a thread in the pre-release section of our user forums.

      Delete
    2. If the how-to is broken ...then this is the right place... FIX IT!

      Delete
    3. The HOWTO isn't broken, this works fine on a clean Ubuntu 14.04 system. The issue the above user is having is something specific to their system configuration.

      Delete
  3. HI Jeff!

    Does this works in Debian too?

    Thanks

    ReplyDelete
    Replies
    1. Possibly, but this will not be tested or supported.

      Delete
  4. A little more noobie friendly please. I'm trying to follow your instructions but I had no idea that I had to save and exit after the deb file nor that I needed the to install the nano command.

    ReplyDelete
    Replies
    1. If you need more instructions that what is provided here I'd recommend just doing a clean install of Bodhi Linux from our ISO image instead of trying to modify your existing install.

      Delete
    2. Anonymous, did u enter the password after sudo command?

      Delete
  5. Thank you, finally I can get my hands on Bodhi repo from Ubuntu. But still, there is one problem: without key Bodhi repo is untrusted. Where can I get the key?

    ReplyDelete
  6. Did you follow the steps listed above? There are 64bit packages in the repo.

    ReplyDelete
  7. I wanted to do for 17 LINUXMINT. Error:
    E: / var/cache/apt/archives/bodhi-skel_0.81_all.deb: trying to overwrite «/ etc / skel / .config / Trolltech.conf», which is also in package mint-artwork-gnome 2.6.33

    ReplyDelete
    Replies
    1. A package from mint is conflicting with a package from Bodhi. You'll need to remove the package mint-artwork-gnome from the looks of that error message.

      Delete
  8. It doesn't work for me. it says:

    The following packages have unmet dependencies:
    bodhi-desktop : Depends: packagekit
    E: Unable to correct problems, you have held broken packages.

    What should I do now?

    ReplyDelete
    Replies
    1. Open a support request thread on our user forums.

      Delete
    2. I had the same issue, resolved it by issuing
      sudo apt-get install packagekit
      sudo aptget install bodhi-desktop

      Delete
    3. I had the same issue on 14.10
      sudo apt-get install packagekit sudo aptget install bodhi-desktop didn`t help

      Delete
    4. This repository is only compatible with Ubuntu LTS releases.

      Delete
    5. is this why u called this "HOWTO: Add Bodhi's Enlightenment Desktop to Ubuntu 14.04" ?
      ;)
      it works for 14.04.1 as well, both x32 and x64 editions.

      thx for the nice how-to

      Delete
    6. Trying to download from the instruction using copy and paste of your instructions and keep getting this far. Will not connect to the packages

      [Connecting to packages.bodhilinux.com (69.64.93.41)]

      Err http://packages.bodhilinux.com trusty InRelease

      Err http://packages.bodhilinux.com trusty Release.gpg
      Unable to connect to packages.bodhilinux.com:http:
      Reading package lists... Done
      W: Failed to fetch http://packages.bodhilinux.com/bodhi/dists/trusty/InRelease

      W: Failed to fetch http://packages.bodhilinux.com/bodhi/dists/trusty/Release.gpg Unable to connect to packages.bodhilinux.com:http:

      W: Some index files failed to download. They have been ignored, or old ones used instead.
      colin@Colin:~$

      I thought if I copied and pasted your commands into my terminal all should be good. Perhaps I have an issue. This is a really recent install of Ubuntu 14.04 only a week.

      Thanks

      Delete
    7. The repository was offline for a short while earlier this week. Try refreshing the packages again now.

      Delete
  9. Awesome find! After e17 broke for me, I was stuck browsing with links. Great howto.

    ReplyDelete