Hi!
First, I made this new installation of Ubuntu with the help of ubuntu-server image. The reason was purely educational; I wanted to do a network installation. As I much more prefer KDE Plasma over whatever it is Ubuntu uses per default, and Kubuntu iuses the same repositories, I though the same end result should be achieved. After installation, I noticed there is no kubuntu-full - maybe it has been removed on more recent releaces? So, I proceeded to install kubuntu-desktop only.
Now, there may be something left over from the server installation which prevents things to work correctly? I can not install steam-installer, since there is not steam package at all:
However, I can clearly see it should be in multiverse.
It seems I have multiverse in sources.list, but apt update never fetches multiverse. Thinking maybe my sources.list syntax is wrong for some reason, I tried to change the sources via GUI. Software-properties-qt wants to be run with pkexec or lxqt-sudo. However:
(after typing my password in the dialog)... uh oh.
Well, plain sudo works for software-properties. I've disabled and re-enabled all software sources. Now multiverse get's synced, but steam package is still not found.
sources.list:
Any ideas what is going on?
If this is caused by installation from ubuntu-server image, then any ideas on what it is it could have done differently than installing from desktop image are welcome. I've already set up many things the way I like and would rather not go trough another re-install and juggling my home dir files around. Also, this could be a nice educational exercise ;-)
Thanks!
p.s. As a sidenote: the installation created a netplan file in /etc/netplan for my Wifi, for which I gave credentials during installation. I'm not sure if this is the reason, but I can not manage WiFi at all trough KDE Plasma at the moment. Should KDE Plasma integrate netplan currently? I hope this a fluke left by the server installation (which presumes the user will not install a GUI - it would make sense) - which I can fix by deleting the netplan files - but if not, that is another issue in another thread...
First, I made this new installation of Ubuntu with the help of ubuntu-server image. The reason was purely educational; I wanted to do a network installation. As I much more prefer KDE Plasma over whatever it is Ubuntu uses per default, and Kubuntu iuses the same repositories, I though the same end result should be achieved. After installation, I noticed there is no kubuntu-full - maybe it has been removed on more recent releaces? So, I proceeded to install kubuntu-desktop only.
Now, there may be something left over from the server installation which prevents things to work correctly? I can not install steam-installer, since there is not steam package at all:
Code:
$ LANG=C sudo apt install steam-installer Reading package lists... Done Building dependency tree... Done Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: steam-installer : Depends: steam (>= 1:1.0.0.70-2ubuntu1) but it is not installable E: Unable to correct problems, you have held broken packages.
It seems I have multiverse in sources.list, but apt update never fetches multiverse. Thinking maybe my sources.list syntax is wrong for some reason, I tried to change the sources via GUI. Software-properties-qt wants to be run with pkexec or lxqt-sudo. However:
Code:
$ pkexec software-properties-kde qt.qpa.xcb: could not connect to display qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found. This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem. Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, xcb. Aborted (core dumped)
Well, plain sudo works for software-properties. I've disabled and re-enabled all software sources. Now multiverse get's synced, but steam package is still not found.
Code:
$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 21.10 Release: 21.10 Codename: impish
Code:
$ cat sources.list # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to # newer versions of the distribution. # deb-src http://fi.archive.ubuntu.com/ubuntu impish main restricted ## Major bug fix updates produced after the final release of the ## distribution. # deb-src http://fi.archive.ubuntu.com/ubuntu impish-updates main restricted ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team. Also, please note that software in universe WILL NOT receive any ## review or updates from the Ubuntu security team. # deb-src http://fi.archive.ubuntu.com/ubuntu impish universe # deb-src http://fi.archive.ubuntu.com/ubuntu impish-updates universe ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team, and may not be under a free licence. Please satisfy yourself as to ## your rights to use the software. Also, please note that software in ## multiverse WILL NOT receive any review or updates from the Ubuntu ## security team. # deb-src http://fi.archive.ubuntu.com/ubuntu impish multiverse # deb-src http://fi.archive.ubuntu.com/ubuntu impish-updates multiverse ## N.B. software from this repository may not have been tested as ## extensively as that contained in the main release, although it includes ## newer versions of some applications which may provide useful features. ## Also, please note that software in backports WILL NOT receive any review ## or updates from the Ubuntu security team. # deb-src http://fi.archive.ubuntu.com/ubuntu impish-backports main restricted universe multiverse ## Uncomment the following two lines to add software from Canonical's ## 'partner' repository. ## This software is not part of Ubuntu, but is offered by Canonical and the ## respective vendors as a service to Ubuntu users. deb http://archive.canonical.com/ubuntu impish partner # deb-src http://archive.canonical.com/ubuntu impish partner # deb-src http://fi.archive.ubuntu.com/ubuntu impish-security main restricted # deb-src http://fi.archive.ubuntu.com/ubuntu impish-security universe # deb-src http://fi.archive.ubuntu.com/ubuntu impish-security multiverse deb http://archive.ubuntu.com/ubuntu impish main universe restricted multiverse
If this is caused by installation from ubuntu-server image, then any ideas on what it is it could have done differently than installing from desktop image are welcome. I've already set up many things the way I like and would rather not go trough another re-install and juggling my home dir files around. Also, this could be a nice educational exercise ;-)
Thanks!
p.s. As a sidenote: the installation created a netplan file in /etc/netplan for my Wifi, for which I gave credentials during installation. I'm not sure if this is the reason, but I can not manage WiFi at all trough KDE Plasma at the moment. Should KDE Plasma integrate netplan currently? I hope this a fluke left by the server installation (which presumes the user will not install a GUI - it would make sense) - which I can fix by deleting the netplan files - but if not, that is another issue in another thread...
Comment