Where do I find a package [Solved]
Where do I find a package [Solved]
Hy guys, I have uninstalled NetworkManager, and can not connect to internet, is there some server where I can download only this package for my Mx Linux 19 - Patito Feo? Thanks in advance.
Re: Where do I find a package
https://packages.debian.org/search?suit ... rk-manager
You need:
network-manager-gnome
network-manager-openconnect-gnome
network-manager-openconnect
network-manager-openvpn-gnome
network-manager-openvpn
network-manager-pptp
network-manager-vpnc
network-manager
__________________________________
But, rather than searching / picking one by one, here's the simplest: Live-session
If you can prepare an MX19 or 21 live usb (that can also be your previous snapshot iso created when internet was ok) :
Either download with:
Or even simpler: Once you're connected to internet on live session:
Menu => "Chroot Rescue Scan" ...
Proceed (it'll chroot to your installed MX19)
issue:
install them all.
__________________________________
Or, in that chroot terminal, directly:
You need:
network-manager-gnome
network-manager-openconnect-gnome
network-manager-openconnect
network-manager-openvpn-gnome
network-manager-openvpn
network-manager-pptp
network-manager-vpnc
network-manager
__________________________________
But, rather than searching / picking one by one, here's the simplest: Live-session
If you can prepare an MX19 or 21 live usb (that can also be your previous snapshot iso created when internet was ok) :
Either download with:
Code: Select all
apt download network-manager-gnome network-manager-openconnect-gnome network-manager-openconnect network-manager-openvpn-gnome network-manager-openvpn network-manager-pptp network-manager-vpnc network-manager
Menu => "Chroot Rescue Scan" ...
Proceed (it'll chroot to your installed MX19)
issue:
Code: Select all
mx-packageinstaller
__________________________________
Or, in that chroot terminal, directly:
Code: Select all
apt install network-manager-gnome network-manager-openconnect-gnome network-manager-openconnect network-manager-openvpn-gnome network-manager-openvpn network-manager-pptp network-manager-vpnc network-manager -y
Last edited by Huckleberry Finn on Mon Nov 29, 2021 5:32 am, edited 1 time in total.
Re: Where do I find a package
The problem is that I do not have any program to manage connection so I have to download from windows to pen-drive and then install with "sudo dpkg -i package.deb". I will try to find those packages on the repo. Thanks!
Re: Where do I find a package
Yes, but, I mean, if you already have ; or can download (on Windows) any MX / antiX iso, you can prepare a live usb (even on Windows with Rufus) and network will be working on live session.
________________________________
Meanwhile, you can simply click the downloaded files to install, or gather them all in a folder, then "open terminal here", finally:
________________________________
Meanwhile, you can simply click the downloaded files to install, or gather them all in a folder, then "open terminal here", finally:
Code: Select all
sudo dpkg -i *.deb
Re: Where do I find a package
Problem solved in this way: enable bluetooth tethering on android phone to share phone's internet connection, enable bluetooth on my MX linux, connect to android phone and eh voilá, I updated packages with "apt update" and install again "Network Manager", wifi working again. Thanks friends,I have MX 19, and I will stay with it for a time, or do you think does it worths to update to MX 21? Thanks!
Re: Where do I find a package
Glad you solved it. So:
You do not have the required permissions to view the files attached to this post.