Ubuntu Help

3 comments:

  1. How to install remastersys for creating .iso file of ubuntu

    ReplyDelete
    Replies
    1. The Remastersys repository needs to be added to your /etc/apt/sources.list file. Open a terminal window and type:
      ---------------------------
      sudo nautilus
      -------------------------------
      to launch the file browser with root privileges. Navigate to the /etc/apt/ folder and right click the sources.list file and choose "Open with text editor".

      Paste the following into the sources.list file and save it.
      -------------------------------------
      # Remastersys
      deb http://www.remastersys.klikit-linux.com/repository remastersys/
      ------------------OR-try--------------------------
      #Remastersys Quantal
      deb http://www.remastersys.com/ubuntu quantal main

      -----------------------------------------------
      Open a terminal window and type:
      -----------------------------------------------
      sudo apt-get update
      sudo apt-get install remastersys
      ----------------------------------------------------
      You will find Remastersys Backup installed in the System » Administration menu in the Ubuntu Desktop.

      Or you can try it on terminal as root by typing

      --------------------------------------------------
      # remastersys
      -------------------------------------------------

      Delete
  2. Thank you sir for your reply..

    ReplyDelete