I downloaded Lubuntu 18.04 iso file into my flash drive and make the flash drive into a bootable device.
I inserted the flash drive into a laptop and booted into Lubuntu without actually installing it.
If I need some program not already in the Lubuntu 18.04 iso file, do I need to actually install Lubuntu on the laptop? Is it possible to install some programs like google chrome browser without actually installing Lubuntu on the laptop?
Thanks.
Which one below is the limit on the total sizes of the programs that I can install?
$ df -h
Filesystem Size Used Avail Use% Mounted on
udev 1.7G 0 1.7G 0% /dev
tmpfs 340M 1.4M 338M 1% /run
/dev/sdb 1.1G 1.1G 0 100% /cdrom
/dev/loop0 968M 968M 0 100% /rofs
/cow 1.7G 367M 1.3G 22% /
tmpfs 1.7G 32M 1.7G 2% /dev/shm
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 1.7G 0 1.7G 0% /sys/fs/cgroup
tmpfs 1.7G 4.0K 1.7G 1% /tmp
tmpfs 340M 20K 340M 1% /run/user/999
dd
to copy Lubuntu 18.04 iso file to the entire flash drive – Tim Feb 16 '19 at 05:33mkusb
differ fromdd
way? Doesdd
not make a persistent drive? I useddd
, because that is the only way I know under Ubuntu to create a bootable flash drive from an iso file. For the flash drive see the second 4GB "disk" listed bylshw
in https://askubuntu.com/q/1118684/1471 – Tim Feb 16 '19 at 05:41