0

If I install a specific application using "Try Ubuntu", is it necessary to reinstall the application every time I use the "Try Ubuntu" option?

Nmath
  • 12,333

1 Answers1

3

"Try Ubuntu" is also called a "live session" or "live USB".

The live USB is a full Ubuntu system that is loaded into RAM. The live system utilizes a read only SquashFS file system paired with an overlay file system that allows you to make changes during the live session on top of the read only system. However these changes do not survive a reboot.

Any changes you make during the live session are not permanent. The next time you use the "Try Ubuntu" option, it will be just like it was before you made any changes.

If you want changes to persist, you can research setting up "persistence" on the flash drive which allows you to retain the changes you make. This has limitations and performance implications because a liveUSB with persistence is still based on a read only file system with the overlay file system on top of it.

Alternatively, you can install Ubuntu to a USB flash drive. If you choose this type of installation, changes will persist just like they would if you had installed the OS to your hard drive.

Nmath
  • 12,333