Any options other than Muon for KDE? [Solved]
Any options other than Muon for KDE?
I mean Muon isn't bad, but I was just wondering what other options are there and If you have experience with.
MX Linux Asus F552, 12GB RAM, 500GB WD SSD MX19.2
Dell Inspiron 7559 16GB RAM 1X 256GB SSD & 1TB SSD MX KDE 21.1 & Windows 11
Mini Tower PC 2X 256GB SSD MX KDE21.1
Dell Inspiron 7559 16GB RAM 1X 256GB SSD & 1TB SSD MX KDE 21.1 & Windows 11
Mini Tower PC 2X 256GB SSD MX KDE21.1
Re: Any options other than Muon for KDE?
Forum Rules
Guide - How to Ask for Help
richb Administrator
System: MX 23 KDE
AMD A8 7600 FM2+ CPU R7 Graphics, 16 GIG Mem. Three Samsung EVO SSD's 250 GB
Guide - How to Ask for Help
richb Administrator
System: MX 23 KDE
AMD A8 7600 FM2+ CPU R7 Graphics, 16 GIG Mem. Three Samsung EVO SSD's 250 GB
Re: Any options other than Muon for KDE?
Return to synaptic.
Desktop: Intel i5-4460, 16GB RAM, Intel integrated graphics
Clevo N130WU-based Ultrabook: Intel i7-8550U (Kaby Lake R), 16GB RAM, Intel integrated graphics (UEFI)
ASUS X42D laptop: AMD Phenom II, 6GB RAM, Mobility Radeon HD 5400
Clevo N130WU-based Ultrabook: Intel i7-8550U (Kaby Lake R), 16GB RAM, Intel integrated graphics (UEFI)
ASUS X42D laptop: AMD Phenom II, 6GB RAM, Mobility Radeon HD 5400
- dolphin_oracle
- Developer
- Posts: 22035
- Joined: Sun Dec 16, 2007 12:17 pm
Re: Any options other than Muon for KDE? [Solved]
when I use a gui, I use synaptic and mx-packageinstaller, depending on task. no matter what DE I'm in.
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.
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
-
- Posts: 97
- Joined: Sat May 22, 2021 12:37 am
Re: Any options other than Muon for KDE?
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:
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
-
- Posts: 97
- Joined: Sat May 22, 2021 12:37 am
Re: Any options other than Muon for KDE?
@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 .
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?
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.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 .
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?
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
MX Linux Asus F552, 12GB RAM, 500GB WD SSD MX19.2
Dell Inspiron 7559 16GB RAM 1X 256GB SSD & 1TB SSD MX KDE 21.1 & Windows 11
Mini Tower PC 2X 256GB SSD MX KDE21.1
Dell Inspiron 7559 16GB RAM 1X 256GB SSD & 1TB SSD MX KDE 21.1 & Windows 11
Mini Tower PC 2X 256GB SSD MX KDE21.1