Hello!
I've booted MX 19.4 from a live USB. I can see the SSD of my computer, where some package is missing (wifi and network settings): can I download them from the live USB and install them on the SSD?
Thank you!
Installing missing packages from a live USB [Solved]
Re: Installing missing packages from a live USB
If I'm not wrong there's also an installed MX on SSD, right?
If yes: On live-session : Menu => "Chroot Rescue Scan" , hit Enter when it finds your MX..
It'll turn into a terminal with this prompt
chroot>
issue this:
Using that gui you can install/remove as if you're on that installed MX..
Also (other than mx-packageinstaller) you can use commands directly, like apt update , apt install, apt remove, apt purge xxx
etc..
If yes: On live-session : Menu => "Chroot Rescue Scan" , hit Enter when it finds your MX..
It'll turn into a terminal with this prompt
chroot>
issue this:
Code: Select all
mx-packageinstaller
Also (other than mx-packageinstaller) you can use commands directly, like apt update , apt install, apt remove, apt purge xxx
etc..
Re: Installing missing packages from a live USB
Thank you so much!!!
Everything is ok now!
Everything is ok now!
Re: Installing missing packages from a live USB [Solved]
You're welcome. Glad to hear that.
You can (and please) mark the thread like this:
You can (and please) mark the thread like this:
You do not have the required permissions to view the files attached to this post.
Re: Installing missing packages from a live USB
Burning issue is; how did wifi and network settings not get installed in the first place? What packages were missing? Is the problem repeatable?
Re: Installing missing packages from a live USB
I had two versions of the same library (I don't remember the name), and one of those caused me some problem... so I deleted it, but when I launched the command, it removed a lot of other files, libraries and programs too (i.e. Gimp, network-manager, etc.).
Re: Installing missing packages from a live USB
Just by the way, you could also see the last changes on either installed MX and on that chroot terminal with:
(Hoping you don't need again ) :)
Code: Select all
apt-history
Re: Installing missing packages from a live USB
Thanks again Huckleberry Finn, you saved me! :-)