Ubuntu – How to install remastersys on ubuntu 14.04 LTS

14.04remastersys

I have install ubuntu 14.04 LTS on my HP laptop. Now, I want to get back up my Ubuntu OS along with the installed packages of Ubuntu . I want to do this with the help of remastersys software. Now, while I installing the same by using these commands ,

1) wget https://transfer.sh/Zf0OF/remastersys-gui.tar.gz

2) tar -zxvf remastersys-gui.tar.gz

3) cd remastersys-gui

4) sudo dpkg -i *.deb

5) sudo apt-get install -f

What can I do ? Please help.

Best Answer

The documentation about remastersys can be found here.

Here is how to install remastersys, type the following in a terminal:

sudo add-apt-repository ppa:mutse-young/remastersys
sudo apt-get update
sudo apt-get install remastersys remastersys-gtk

Then to open the application, type in remastersys-gtk followed by Enter.

Related Question