For years I installed stuff over apt install, but sometimes I just started the mx package installer by typing "sudo mx-pack[TAB][ENTER]" to start the MX Package Manager, if I needed something from testing or backports.
It looks like it's gone, now. Was it renamed or is there a new software for it?
I even can't find it in the mx-tools list.
Where is MX Package Installer/Manager? [Solved]
- Eadwine Rose
- Administrator
- Posts: 15217
- Joined: Wed Jul 12, 2006 2:10 am
Re: Where is MX Package Installer/Manager?
MX-23.6_x64 July 31 2023 * 6.1.0-38amd64 ext4 Xfce 4.20.0 * 8-core AMD Ryzen 7 2700
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.247.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.247.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030
- dolphin_oracle
- Developer
- Posts: 22686
- Joined: Sun Dec 16, 2007 12:17 pm
Re: Where is MX Package Installer/Manager?
It shouldn’t have been removed but if so reinstall
Code: Select all
sudo apt install mx-packageinstaller
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/
Re: Where is MX Package Installer/Manager?
I don't have this installed on my computer. Doesn't mxpi mean it is a Raspberry Pi application? But I tried to execute mx-launcher, too, but that isn't on my system.Eadwine Rose wrote: Wed Nov 23, 2022 6:11 am In the menu, search bar. MX and it'll be in the list.
Command is:Code: Select all
mxpi-launcher
This solved the problem, but I don't know why it wasn't there? Is there a cleanup routine, which will delete packages, which aren't used for a long time on MX Linux?dolphin_oracle wrote: Wed Nov 23, 2022 6:13 am It shouldn’t have been removed but if so reinstall
Code: Select all
sudo apt install mx-packageinstaller
Or was it removed, because I am still on MX19?
- dolphin_oracle
- Developer
- Posts: 22686
- Joined: Sun Dec 16, 2007 12:17 pm
Re: Where is MX Package Installer/Manager?
nope, we don't have anything that should have remove mx-packageinstaller. it would be possible if something that it depends on would be removed, but we don't have anything that would do that automatically.
Last edited by dolphin_oracle on Wed Nov 23, 2022 9:19 am, edited 1 time in total.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/
Re: Where is MX Package Installer/Manager?
It's an unfortunate coincidence, it stands for MX Package Installer (MXPI)Doesn't mxpi mean it is a Raspberry Pi application?
- dolphin_oracle
- Developer
- Posts: 22686
- Joined: Sun Dec 16, 2007 12:17 pm
Re: Where is MX Package Installer/Manager? [Solved]
the only thing jumping out at me that would remove mx-packageinstaller in any kind of normal situation would be if the user removed the flatpak package.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/
Re: Where is MX Package Installer/Manager?
That's exactly the reason!dolphin_oracle wrote: Wed Nov 23, 2022 10:46 am the only thing jumping out at me that would remove mx-packageinstaller in any kind of normal situation would be if the user removed the flatpak package.
I uninstalled flatpak with
Code: Select all
apt remove flatpak
I've installed mx-packageinstaller and the backport of flatpak and the flatpak application likes it too.
Everything works again.
Thanks a lot :)