Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: Installing Ubuntu Mini with e17

  1. #11
    Join Date
    Sep 2012
    Beans
    47

    Re: Installing Ubuntu Mini with e17

    Quote Originally Posted by zombifier25 View Post
    e17, full name Enlightenment version 17, is a lightweight desktop environment.


    As for those deb lines, like Bucky Ball suggested, put them at the end of /etc/apt/sources.list . But they provide a PPA, so don't go through the pain of manually editing the file and do this:
    Code:
    sudo add-apt-repository ppa:hannes-janetzek/enlightenment-svn
    How do I add it to the end of that though? Also, when I put that command I get
    Code:
    sudo: add-apt-repository: command not found

  2. #12
    Join Date
    Feb 2008
    Location
    Land of fire and drought
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: Installing Ubuntu Mini with e17

    I'm presuming you have apt installed ...

    Wben doing the minimal install it is always a good idea to research then make a list of what you are going to need installed prior to beginning. You can then install everything as part of the process. This includes essential stuff, like apt, and apps you use regularly. You will also need gcc somewhere along the line.
    Last edited by Bucky Ball; November 21st, 2012 at 04:42 AM.

  3. #13
    Join Date
    Jul 2008
    Location
    The Left Coast of the USA
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Installing Ubuntu Mini with e17

    Just a note...

    Jeff Hoogland over at Bodhi Linux gave some instructions (I think) about how to install E17 in Ubuntu. Bodhi Linux 2.0 uses E17 and is based on Ubuntu 12.04.

    You might have to dig around bodhilinux.com a bit to find it.
    Please read The Forum Rules and The Forum Posting Guidelines

    A thing discovered and kept to oneself must be discovered time and again by others. A thing discovered and shared with others need be discovered only the once.
    This universe is crazy. I'm going back to my own.

  4. #14
    Join Date
    Sep 2012
    Beans
    47

    Re: Installing Ubuntu Mini with e17

    Quote Originally Posted by QIII View Post
    Just a note...

    Jeff Hoogland over at Bodhi Linux gave some instructions (I think) about how to install E17 in Ubuntu. Bodhi Linux 2.0 uses E17 and is based on Ubuntu 12.04.

    You might have to dig around bodhilinux.com a bit to find it.

    Thank you for your straightforward answer, a rare thing to find on linux help forums... I will begin my search once I get off work. Until then, I will have to settle with Bodhi.

  5. #15
    Join Date
    Mar 2006
    Beans
    8,348

    Re: Installing Ubuntu Mini with e17

    Code:
    sudo: add-apt-repository: command not found
    That is wrong command.It should be

    Code:
    sudo add-apt-repository ppa:hannes-janetzek/enlightenment-svn
    EDIT: You can try Bodhi linux if you want.E17 is very well integrated there.
    Last edited by zvacet; November 22nd, 2012 at 11:22 AM.
    There is no greater religion than a truth.

  6. #16
    Join Date
    Jan 2008
    Location
    Manchester UK
    Beans
    13,573
    Distro
    Ubuntu

    Re: Installing Ubuntu Mini with e17

    the command add-apt-repository is not included in the mini install

    Code:
    sudo apt-get install python-software-properties
    sudo add-apt-repository ppa:hannes-janetzek/enlightenment-svn
    sudo apt-get update

Page 2 of 2 FirstFirst 12

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •