Results 1 to 6 of 6

Thread: Remastersys Download & Installation Question

  1. #1
    Join Date
    May 2012
    Beans
    1

    Remastersys Download & Installation Question

    Can anyone please share the correct procedure to downloading and installing Remastersys?

  2. #2
    Join Date
    Apr 2012
    Beans
    106

    Re: Remastersys Download & Installation Question

    have you tried simply:

    Code:
    wget http://www.remastersys.com/repository/ubuntu/remastersys_2.0.12-1_all.deb
    
    dpkg -i remastersys_2.0.12-1_all.deb

  3. #3
    Join Date
    Mar 2011
    Location
    Germany
    Beans
    330
    Distro
    Ubuntu Mate 18.04 Bionic Beaver

    Re: Remastersys Download & Installation Question

    Hello, cmont899.

    I am not quite sure whether recommending a manual download and installation of an outdated Remastersys is the best approach.

    Hello, animaguy.

    As stated in the Linux Mint forum before, perhaps following Fragadelic's instruction, Where can I get remastersys?, will be the better way.

    Cheers,
    Karl
    "I killed her in pure self-defense", said the bear after crushing the mouse. "She threatened my life."
    War (What is it good for)

  4. #4
    Join Date
    May 2012
    Beans
    6

    Re: Remastersys Download & Installation Question

    Try this:

    You can install Remastersys in Ubuntu 12.04

    As root - issue

    'sudo su'

    in the terminal window prior to the following command.

    wget -O - http://www.remastersys.com/ubuntu/remastersys.gpg.key | apt-key add -

    sudo gedit /etc/apt/sources.list

    Add the following line

    #Remastersys Precise
    deb http://www.remastersys.com/ubuntu precise main

    Now open the terminal and type

    sudo apt-get update && sudo apt-get install remastersys remastersys-gui

  5. #5
    Join Date
    Jul 2008
    Location
    Northants, UK
    Beans
    272

    Re: Remastersys Download & Installation Question

    http://www.remastersys.com/ubuntu.html

    Scroll down to the bottom of the page to where it says: Important New information for Ubuntu Lucid and newer! and follow the instructions there.

  6. #6
    Join Date
    May 2012
    Beans
    8

    Re: Remastersys Download & Installation Question

    The Manual Method

    As root - issue 'sudo su' in the terminal window prior to the following command.

    Download and apply the repository gpg key.

    wget -O - http://www.remastersys.com/ubuntu/remastersys.gpg.key | apt-key add -

    Add the following line that corresponds to your version of Ubuntu to your /etc/apt/sources.list

    #Remastersys Lucid
    deb http://www.remastersys.com/ubuntu lucid main

    #Remastersys Maverick
    deb http://www.remastersys.com/ubuntu maverick main

    #Remastersys Natty
    deb http://www.remastersys.com/ubuntu natty main

    #Remastersys Oneiric
    deb http://www.remastersys.com/ubuntu oneiric main

    #Remastersys Precise
    deb http://www.remastersys.com/ubuntu precise main

    Now just apt-get update or reload in Synaptic to have the new Remastersys signed repository ready to use!


    source:remastersys.com/

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
  •