Results 1 to 5 of 5

Thread: what is a minimal ubuntu os?

  1. #1
    Join Date
    Jan 2013
    Beans
    3

    what is a minimal ubuntu os?

    Hello,

    I am looking for a bare bone ubuntu OS version. I want nothing else other than my OS, and then i would like to get only the programs i want. the desktop i would like is cinnamon.

    could you help how i can do this.

    i downloaded ubuntu mini, but when i do sudo apt-add-repository ppa something something, it says command not found.

    all help appreciated. also i had another q. is there a prg where in a terminal like window i can see what the scripts are being executed in real time and then can save the entire log to a text file.

    thank you, thank you and cheers.

  2. #2
    Join Date
    Oct 2006
    Beans
    58,286

    Re: what is a minimal ubuntu os?

    Quote Originally Posted by anonu View Post
    i downloaded ubuntu mini, but when i do sudo apt-add-repository ppa something something, it says command not found.
    try...

    Code:
    sudo add-apt-repository ppa something something
    of course substituting "ppa something something" with the real ppa you want to add.

  3. #3
    Join Date
    Nov 2006
    Location
    The green
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: what is a minimal ubuntu os?

    Quote Originally Posted by anonu View Post
    also i had another q. is there a prg where in a terminal like window i can see what the scripts are being executed in real time and then can save the entire log to a text file.
    You mean like top?

    Code:
    top -b -n1 > output.txt

  4. #4
    Join Date
    Jan 2013
    Location
    Another Dimension
    Beans
    164
    Distro
    Kubuntu 12.10 Quantal Quetzal

    Re: what is a minimal ubuntu os?

    Try just installing ubuntu with xfce desktop (it's quite minimal) or lbuntu (never tried that one though)

    Should also add you can install more than one desktop so if you installed xfce you could install the other desktop you want then uninstall xfce. You may find using the gui interface and synaptic package manager much easier than installing things via apt-get.
    Last edited by furything; January 23rd, 2013 at 01:11 PM.

  5. #5
    ibjsb4 is offline Ubuntu addict and loving it
    Join Date
    Sep 2012
    Beans
    4,987

    Re: what is a minimal ubuntu os?

    You really need a understanding of packages.

    http://www.googlubuntu.com/results/?...Search&lang=en

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
  •