If I need some program not in live installation, can I install the program without actually installing...
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
boot lubuntu live-usb
|
show 2 more comments
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
boot lubuntu live-usb
Possible duplicate of Input/output errors when running some programs in Lubuntu started from a bootable flash drive
– user535733
2 hours ago
Yep. However note that the / fs (file-system) used by 'live-mode' is created in memory & is a set size (the amount of memory allocated is fixed @ boot & can't be adjusted), it will fill up if you add too many programs, or updates & your system can become unstable. You'll unlikely reach this in testing the system (as expected), but can be reached if you try & use it as if it's an installed system.
– guiverc
2 hours ago
I could have worded my last comment better sorry. It can become unstable if you 'fill' the / fs created in memory (write errors on / due to lack of space). I've been doing QA-tests on Lubuntu 19.04 system last 90+ minutes with no issues, even added apps for one part of test & didn't expect issues. But I was using a daily live. I'd expect a 18.04 (~9 months old) to be slightly different, as adding apps to that may require/cause updates to libs/packages that chew far more space than the single app installed. These deps need to be considered, but it's still predictable.
– guiverc
1 hour ago
Most Live installs can be modified into Persistent installs that will save settings, data and installed programs.It is a usualy a simple matter of creating a casper-rw file and adding the word persistence to boot. A casper-rw file can add up to 4GB persistence, a home-rw file can add an extra 4GB persistence. What method did you use to create the Live pendrive?
– C.S.Cameron
45 mins ago
@C.S.Cameron I remember usingdd
to copy Lubuntu 18.04 iso file to the entire flash drive
– Tim
36 mins ago
|
show 2 more comments
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
boot lubuntu live-usb
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
boot lubuntu live-usb
boot lubuntu live-usb
edited 52 mins ago
Tim
asked 2 hours ago
TimTim
8,13142104177
8,13142104177
Possible duplicate of Input/output errors when running some programs in Lubuntu started from a bootable flash drive
– user535733
2 hours ago
Yep. However note that the / fs (file-system) used by 'live-mode' is created in memory & is a set size (the amount of memory allocated is fixed @ boot & can't be adjusted), it will fill up if you add too many programs, or updates & your system can become unstable. You'll unlikely reach this in testing the system (as expected), but can be reached if you try & use it as if it's an installed system.
– guiverc
2 hours ago
I could have worded my last comment better sorry. It can become unstable if you 'fill' the / fs created in memory (write errors on / due to lack of space). I've been doing QA-tests on Lubuntu 19.04 system last 90+ minutes with no issues, even added apps for one part of test & didn't expect issues. But I was using a daily live. I'd expect a 18.04 (~9 months old) to be slightly different, as adding apps to that may require/cause updates to libs/packages that chew far more space than the single app installed. These deps need to be considered, but it's still predictable.
– guiverc
1 hour ago
Most Live installs can be modified into Persistent installs that will save settings, data and installed programs.It is a usualy a simple matter of creating a casper-rw file and adding the word persistence to boot. A casper-rw file can add up to 4GB persistence, a home-rw file can add an extra 4GB persistence. What method did you use to create the Live pendrive?
– C.S.Cameron
45 mins ago
@C.S.Cameron I remember usingdd
to copy Lubuntu 18.04 iso file to the entire flash drive
– Tim
36 mins ago
|
show 2 more comments
Possible duplicate of Input/output errors when running some programs in Lubuntu started from a bootable flash drive
– user535733
2 hours ago
Yep. However note that the / fs (file-system) used by 'live-mode' is created in memory & is a set size (the amount of memory allocated is fixed @ boot & can't be adjusted), it will fill up if you add too many programs, or updates & your system can become unstable. You'll unlikely reach this in testing the system (as expected), but can be reached if you try & use it as if it's an installed system.
– guiverc
2 hours ago
I could have worded my last comment better sorry. It can become unstable if you 'fill' the / fs created in memory (write errors on / due to lack of space). I've been doing QA-tests on Lubuntu 19.04 system last 90+ minutes with no issues, even added apps for one part of test & didn't expect issues. But I was using a daily live. I'd expect a 18.04 (~9 months old) to be slightly different, as adding apps to that may require/cause updates to libs/packages that chew far more space than the single app installed. These deps need to be considered, but it's still predictable.
– guiverc
1 hour ago
Most Live installs can be modified into Persistent installs that will save settings, data and installed programs.It is a usualy a simple matter of creating a casper-rw file and adding the word persistence to boot. A casper-rw file can add up to 4GB persistence, a home-rw file can add an extra 4GB persistence. What method did you use to create the Live pendrive?
– C.S.Cameron
45 mins ago
@C.S.Cameron I remember usingdd
to copy Lubuntu 18.04 iso file to the entire flash drive
– Tim
36 mins ago
Possible duplicate of Input/output errors when running some programs in Lubuntu started from a bootable flash drive
– user535733
2 hours ago
Possible duplicate of Input/output errors when running some programs in Lubuntu started from a bootable flash drive
– user535733
2 hours ago
Yep. However note that the / fs (file-system) used by 'live-mode' is created in memory & is a set size (the amount of memory allocated is fixed @ boot & can't be adjusted), it will fill up if you add too many programs, or updates & your system can become unstable. You'll unlikely reach this in testing the system (as expected), but can be reached if you try & use it as if it's an installed system.
– guiverc
2 hours ago
Yep. However note that the / fs (file-system) used by 'live-mode' is created in memory & is a set size (the amount of memory allocated is fixed @ boot & can't be adjusted), it will fill up if you add too many programs, or updates & your system can become unstable. You'll unlikely reach this in testing the system (as expected), but can be reached if you try & use it as if it's an installed system.
– guiverc
2 hours ago
I could have worded my last comment better sorry. It can become unstable if you 'fill' the / fs created in memory (write errors on / due to lack of space). I've been doing QA-tests on Lubuntu 19.04 system last 90+ minutes with no issues, even added apps for one part of test & didn't expect issues. But I was using a daily live. I'd expect a 18.04 (~9 months old) to be slightly different, as adding apps to that may require/cause updates to libs/packages that chew far more space than the single app installed. These deps need to be considered, but it's still predictable.
– guiverc
1 hour ago
I could have worded my last comment better sorry. It can become unstable if you 'fill' the / fs created in memory (write errors on / due to lack of space). I've been doing QA-tests on Lubuntu 19.04 system last 90+ minutes with no issues, even added apps for one part of test & didn't expect issues. But I was using a daily live. I'd expect a 18.04 (~9 months old) to be slightly different, as adding apps to that may require/cause updates to libs/packages that chew far more space than the single app installed. These deps need to be considered, but it's still predictable.
– guiverc
1 hour ago
Most Live installs can be modified into Persistent installs that will save settings, data and installed programs.It is a usualy a simple matter of creating a casper-rw file and adding the word persistence to boot. A casper-rw file can add up to 4GB persistence, a home-rw file can add an extra 4GB persistence. What method did you use to create the Live pendrive?
– C.S.Cameron
45 mins ago
Most Live installs can be modified into Persistent installs that will save settings, data and installed programs.It is a usualy a simple matter of creating a casper-rw file and adding the word persistence to boot. A casper-rw file can add up to 4GB persistence, a home-rw file can add an extra 4GB persistence. What method did you use to create the Live pendrive?
– C.S.Cameron
45 mins ago
@C.S.Cameron I remember using
dd
to copy Lubuntu 18.04 iso file to the entire flash drive– Tim
36 mins ago
@C.S.Cameron I remember using
dd
to copy Lubuntu 18.04 iso file to the entire flash drive– Tim
36 mins ago
|
show 2 more comments
1 Answer
1
active
oldest
votes
Yes.
However note that the / fs (file-system) used by 'live-mode' is created in memory & is a set size (the amount of memory allocated is fixed at boot-time and cannot be adjusted during operation). It can fill up if you add too many programs, or updates & your system can become unstable (primarily slow, but also unable to write to / as out-of-space). You'll unlikely reach this in testing the system, but it can be reached if you try & use it as if it's an installed system.
I've been doing QA-tests on Lubuntu 19.04 system(s) last 90+ minutes with no issues, even added apps for one part of test & didn't expect issues. But I was using a daily live. I'd expect a 18.04 (~9 months old) to be slightly different, as adding apps to that may require/cause updates to libs/packages that chew far more space than the single app installed (the 19.04 daily being different as it was created <24 hours ago & I'd expect less library changes even though [active] development release). These deps. need to be considered, but it's still predictable. If I add apps on a live system, I always use terminal so I can assess the dependencies being pulled in, whether new, or upgrades required & thus how it will effect my running system.
Thanks. Updated with output ofdf
. Which one is the limit on the total sizes of the programs that I can install?
– Tim
52 mins ago
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1118674%2fif-i-need-some-program-not-in-live-installation-can-i-install-the-program-witho%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Yes.
However note that the / fs (file-system) used by 'live-mode' is created in memory & is a set size (the amount of memory allocated is fixed at boot-time and cannot be adjusted during operation). It can fill up if you add too many programs, or updates & your system can become unstable (primarily slow, but also unable to write to / as out-of-space). You'll unlikely reach this in testing the system, but it can be reached if you try & use it as if it's an installed system.
I've been doing QA-tests on Lubuntu 19.04 system(s) last 90+ minutes with no issues, even added apps for one part of test & didn't expect issues. But I was using a daily live. I'd expect a 18.04 (~9 months old) to be slightly different, as adding apps to that may require/cause updates to libs/packages that chew far more space than the single app installed (the 19.04 daily being different as it was created <24 hours ago & I'd expect less library changes even though [active] development release). These deps. need to be considered, but it's still predictable. If I add apps on a live system, I always use terminal so I can assess the dependencies being pulled in, whether new, or upgrades required & thus how it will effect my running system.
Thanks. Updated with output ofdf
. Which one is the limit on the total sizes of the programs that I can install?
– Tim
52 mins ago
add a comment |
Yes.
However note that the / fs (file-system) used by 'live-mode' is created in memory & is a set size (the amount of memory allocated is fixed at boot-time and cannot be adjusted during operation). It can fill up if you add too many programs, or updates & your system can become unstable (primarily slow, but also unable to write to / as out-of-space). You'll unlikely reach this in testing the system, but it can be reached if you try & use it as if it's an installed system.
I've been doing QA-tests on Lubuntu 19.04 system(s) last 90+ minutes with no issues, even added apps for one part of test & didn't expect issues. But I was using a daily live. I'd expect a 18.04 (~9 months old) to be slightly different, as adding apps to that may require/cause updates to libs/packages that chew far more space than the single app installed (the 19.04 daily being different as it was created <24 hours ago & I'd expect less library changes even though [active] development release). These deps. need to be considered, but it's still predictable. If I add apps on a live system, I always use terminal so I can assess the dependencies being pulled in, whether new, or upgrades required & thus how it will effect my running system.
Thanks. Updated with output ofdf
. Which one is the limit on the total sizes of the programs that I can install?
– Tim
52 mins ago
add a comment |
Yes.
However note that the / fs (file-system) used by 'live-mode' is created in memory & is a set size (the amount of memory allocated is fixed at boot-time and cannot be adjusted during operation). It can fill up if you add too many programs, or updates & your system can become unstable (primarily slow, but also unable to write to / as out-of-space). You'll unlikely reach this in testing the system, but it can be reached if you try & use it as if it's an installed system.
I've been doing QA-tests on Lubuntu 19.04 system(s) last 90+ minutes with no issues, even added apps for one part of test & didn't expect issues. But I was using a daily live. I'd expect a 18.04 (~9 months old) to be slightly different, as adding apps to that may require/cause updates to libs/packages that chew far more space than the single app installed (the 19.04 daily being different as it was created <24 hours ago & I'd expect less library changes even though [active] development release). These deps. need to be considered, but it's still predictable. If I add apps on a live system, I always use terminal so I can assess the dependencies being pulled in, whether new, or upgrades required & thus how it will effect my running system.
Yes.
However note that the / fs (file-system) used by 'live-mode' is created in memory & is a set size (the amount of memory allocated is fixed at boot-time and cannot be adjusted during operation). It can fill up if you add too many programs, or updates & your system can become unstable (primarily slow, but also unable to write to / as out-of-space). You'll unlikely reach this in testing the system, but it can be reached if you try & use it as if it's an installed system.
I've been doing QA-tests on Lubuntu 19.04 system(s) last 90+ minutes with no issues, even added apps for one part of test & didn't expect issues. But I was using a daily live. I'd expect a 18.04 (~9 months old) to be slightly different, as adding apps to that may require/cause updates to libs/packages that chew far more space than the single app installed (the 19.04 daily being different as it was created <24 hours ago & I'd expect less library changes even though [active] development release). These deps. need to be considered, but it's still predictable. If I add apps on a live system, I always use terminal so I can assess the dependencies being pulled in, whether new, or upgrades required & thus how it will effect my running system.
answered 1 hour ago
guivercguiverc
4,62321522
4,62321522
Thanks. Updated with output ofdf
. Which one is the limit on the total sizes of the programs that I can install?
– Tim
52 mins ago
add a comment |
Thanks. Updated with output ofdf
. Which one is the limit on the total sizes of the programs that I can install?
– Tim
52 mins ago
Thanks. Updated with output of
df
. Which one is the limit on the total sizes of the programs that I can install?– Tim
52 mins ago
Thanks. Updated with output of
df
. Which one is the limit on the total sizes of the programs that I can install?– Tim
52 mins ago
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1118674%2fif-i-need-some-program-not-in-live-installation-can-i-install-the-program-witho%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Possible duplicate of Input/output errors when running some programs in Lubuntu started from a bootable flash drive
– user535733
2 hours ago
Yep. However note that the / fs (file-system) used by 'live-mode' is created in memory & is a set size (the amount of memory allocated is fixed @ boot & can't be adjusted), it will fill up if you add too many programs, or updates & your system can become unstable. You'll unlikely reach this in testing the system (as expected), but can be reached if you try & use it as if it's an installed system.
– guiverc
2 hours ago
I could have worded my last comment better sorry. It can become unstable if you 'fill' the / fs created in memory (write errors on / due to lack of space). I've been doing QA-tests on Lubuntu 19.04 system last 90+ minutes with no issues, even added apps for one part of test & didn't expect issues. But I was using a daily live. I'd expect a 18.04 (~9 months old) to be slightly different, as adding apps to that may require/cause updates to libs/packages that chew far more space than the single app installed. These deps need to be considered, but it's still predictable.
– guiverc
1 hour ago
Most Live installs can be modified into Persistent installs that will save settings, data and installed programs.It is a usualy a simple matter of creating a casper-rw file and adding the word persistence to boot. A casper-rw file can add up to 4GB persistence, a home-rw file can add an extra 4GB persistence. What method did you use to create the Live pendrive?
– C.S.Cameron
45 mins ago
@C.S.Cameron I remember using
dd
to copy Lubuntu 18.04 iso file to the entire flash drive– Tim
36 mins ago