Page 1 of 1
Any options other than Muon for KDE?
Posted: Mon Jun 14, 2021 4:42 am
by Sparky
I mean Muon isn't bad, but I was just wondering what other options are there and If you have experience with.
Re: Any options other than Muon for KDE?
Posted: Mon Jun 14, 2021 4:59 am
by malspa
apt?

Re: Any options other than Muon for KDE?
Posted: Mon Jun 14, 2021 5:13 am
by richb
Discover, a graphical package manager
https://apps.kde.org/discover/
Re: Any options other than Muon for KDE?
Posted: Mon Jun 14, 2021 9:34 am
by asqwerth
Return to synaptic.
Re: Any options other than Muon for KDE? [Solved]
Posted: Mon Jun 14, 2021 1:05 pm
by dolphin_oracle
when I use a gui, I use synaptic and mx-packageinstaller, depending on task. no matter what DE I'm in.
Re: Any options other than Muon for KDE?
Posted: Mon Jun 14, 2021 1:28 pm
by LionelZaylan
Ignore all these if you are not looking forward to extremely advanced things with a lot of programming to do .
Try linux mint's mintinstall ( such a superb GUI which is especially easy for newbies ) . Installing it on MX linux is risky and an advanced thing.
I could get it to work ( experimentally ) on a throwaway install .
Please don't do it on your valuable system . It is experimental and may break your system .
You could try fiddling with the mintinstall code ( it is in python ) and removing / replacing its many fancy dependencies while retaining its GUI . ( This is also highly experimental )
This is how I experimentally installed it:
Code: Select all
#!/bin/bash
# Note: this is EXPERIMENTAL code and may break your system
mkdir ~/mintinstall-files
cd ~/mintinstall-files
# Get mintinstall , mint-common , mint-translations from Linux Mint repository
wget http://packages.linuxmint.com/pool/main/m/mintinstall/mintinstall_8.0.5_all.deb
wget http://packages.linuxmint.com/pool/main/m/mint-common/mint-common_2.1.4_all.deb
wget http://packages.linuxmint.com/pool/main/m/mint-translations/mint-translations_2021.01.02_all.deb
# Get its dependencies that are not in debian repos - they are present in ubuntu repos
wget http://archive.ubuntu.com/ubuntu/pool/main/a/aptdaemon/aptdaemon_1.1.1+bzr982-0ubuntu32_all.deb
wget http://archive.ubuntu.com/ubuntu/pool/main/a/aptdaemon/aptdaemon-data_1.1.1+bzr982-0ubuntu32_all.deb
wget http://archive.ubuntu.com/ubuntu/pool/main/a/aptdaemon/python3-aptdaemon_1.1.1+bzr982-0ubuntu32_all.deb
wget http://archive.ubuntu.com/ubuntu/pool/main/a/aptdaemon/python3-aptdaemon.gtk3widgets_1.1.1+bzr982-0ubuntu32_all.deb
wget http://archive.ubuntu.com/ubuntu/pool/main/a/app-install-data-ubuntu/app-install-data_15.10_all.deb
# Install its dependencies present in debian repos
sudo apt install python3-setproctitle python3-configobj gir1.2-appstream-1.0
# Install all debs downloaded before
sudo dpkg -i *.deb
# Fix missing dependencies, if any
sudo apt install -f
exit 0
Re: Any options other than Muon for KDE?
Posted: Mon Jun 14, 2021 1:42 pm
by figueroa
@LionelZaylan
Nuts. Some things should be kept to oneself. Bad advice, leading to grief.
Re: Any options other than Muon for KDE?
Posted: Mon Jun 14, 2021 2:07 pm
by LionelZaylan
@figueroa I agree that I was not so practical in this post (: That's why I added loud and clear disclaimers that these are just experimental .
Nevertheless, I don't think it is OK to call someone "nuts" in a respectable public forum .
We are all friends anyway .
Re: Any options other than Muon for KDE?
Posted: Mon Jun 14, 2021 2:22 pm
by figueroa
LionelZaylan wrote: ↑Mon Jun 14, 2021 2:07 pm
@figueroa I agree that I was not so practical in this post (: That's why I added loud and clear disclaimers that these are just experimental .
Nevertheless, I don't think it is OK to call someone "nuts" in a respectable public forum .
With apologies, I wasn't calling you nuts and didn't mean for anyone to take it that way. It was the idea (highly imaginative, but dangerous, and that anyone should consider it) is nuts. It was a way of doubling down on your disclaimers.
You are obviously imaginative and interesting and some of you ideas are clearly worthy of taking seriously.
Re: Any options other than Muon for KDE?
Posted: Mon Jun 14, 2021 3:00 pm
by Sparky
I had no idea I could use Synaptic to replace Muon, I thought it 'saw' other containers. That and MX Install will do the job for me, thanks
Re: Any options other than Muon for KDE?
Posted: Mon Jun 14, 2021 3:02 pm
by Stevo
The world needs a few mad scientists every now and then, IMO!
Re: Any options other than Muon for KDE?
Posted: Mon Jun 14, 2021 5:51 pm
by uncle mark
Sparky wrote: ↑Mon Jun 14, 2021 3:00 pm
I had no idea I could use Synaptic to replace Muon, I thought it 'saw' other containers. That and MX Install will do the job for me, thanks
Both are simply GUI front ends for apt.
Re: Any options other than Muon for KDE?
Posted: Tue Jun 15, 2021 2:06 am
by LionelZaylan
@figueroa It is OK my friend . My idea was a bit too much . We are friends anyway .