Re: MX Modified - Latest MX KDE 5.22 Using MX21 beta
Posted: Thu Aug 26, 2021 5:57 am
Should be fixed now
Support for MX and antiX Linux distros
http://www.forum.mxlinux.org/
Code: Select all
$ sudo apt-get install kio-gdrive
[sudo] password for dcihon:
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:
kio-gdrive : Depends: libkpimgapicore5-20.08 but it is not installable
Depends: libkpimgapidrive5-20.08 but it is not installable
E: Unable to correct problems, you have held broken packages.
Code: Select all
apt policy libkpimgapicore5
Code: Select all
apt policy libkpimgapicore5abi1
Code: Select all
libkpimgapicore5-20.08, libkpimgapicore5abi1 (>= 20.08.3), libkpimgapidrive5 (>= 20.08.3), libkpimgapidrive5-20.08,
Code: Select all
$ apt policy libkpimgapicore5
N: Unable to locate package libkpimgapicore5
dcihon@mx-kde-sid:~
$ sudo apt policy libkpimgapicore5
[sudo] password for dcihon:
N: Unable to locate package libkpimgapicore5
dcihon@mx-kde-sid:~
$ apt policy libkpimgapicore5abi1
libkpimgapicore5abi1:
Installed: 21.08.0-1
Candidate: 21.08.0-1
Version table:
*** 21.08.0-1 500
500 http://ftp.us.debian.org/debian unstable/main amd64 Packages
100 /var/lib/dpkg/status
21.08.0-1~np1 500
500 https://download.opensuse.org/repositories/home:/npreining:/debian-kde:/apps2108/Debian_Unstable ./ Packages
Code: Select all
Package: kio-gdrive
Version: 21.08.0-1~np2
Architecture: amd64
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Installed-Size: 533
Depends: kaccounts-integration, kio, libaccounts-qt5-1 (>= 1.13), libc6 (>= 2.14), libkaccounts2 (>= 4:21.07.80~), libkf5coreaddons5 (>= 4.99.0), libkf5i18n5 (>= 5.71.0~), libkf5kiocore5 (>= 5.71.0~), libkf5kiogui5 (>= 5.74.0), libkf5kiowidgets5 (>= 5.71.0~), libkf5notifications5 (>= 5.71.0~), libkf5widgetsaddons5 (>= 4.96.0), libkpimgapicore5-21.08, libkpimgapicore5abi1 (>= 21.08.0), libkpimgapidrive5 (>= 21.08.0), libkpimgapidrive5-21.08, libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.7.0) | libqt5gui5-gles (>= 5.7.0), libqt5widgets5 (>= 5.2.0~), libstdc++6 (>= 4.1.1)
Enhances: dolphin
Filename: ./amd64/kio-gdrive_21.08.0-1~np2_amd64.deb
Size: 107932
MD5sum: 6ff614a4d24b8314e32a74308bd37535
SHA1: 8b88bb19d3ffdfdc427f772acf87af34343ad546
SHA256: 1be53087b16735e2a74523d1d8df41256ca579d930f60056013a18536ef4b4ec
Section: kde
Priority: optional
Homepage: https://invent.kde.org/network/kio-gdrive
Description-en: KIO access for GDrive
KIO GDrive enables KIO-aware applications (such as Dolphin, Kate
or Gwenview) to access and edit Google Drive files in the cloud.
Description-md5: f5412023114ff968cfc1f7c112157bda
Wonder why @MAYBL8's system wasn't pulling it from your repo?norbert wrote: Thu Aug 26, 2021 6:56 pm I have
and can install it ...Code: Select all
Package: kio-gdrive Version: 21.08.0-1~np2 Architecture: amd64 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Installed-Size: 533 Depends: kaccounts-integration, kio, libaccounts-qt5-1 (>= 1.13), libc6 (>= 2.14), libkaccounts2 (>= 4:21.07.80~), libkf5coreaddons5 (>= 4.99.0), libkf5i18n5 (>= 5.71.0~), libkf5kiocore5 (>= 5.71.0~), libkf5kiogui5 (>= 5.74.0), libkf5kiowidgets5 (>= 5.71.0~), libkf5notifications5 (>= 5.71.0~), libkf5widgetsaddons5 (>= 4.96.0), libkpimgapicore5-21.08, libkpimgapicore5abi1 (>= 21.08.0), libkpimgapidrive5 (>= 21.08.0), libkpimgapidrive5-21.08, libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.7.0) | libqt5gui5-gles (>= 5.7.0), libqt5widgets5 (>= 5.2.0~), libstdc++6 (>= 4.1.1) Enhances: dolphin Filename: ./amd64/kio-gdrive_21.08.0-1~np2_amd64.deb Size: 107932 MD5sum: 6ff614a4d24b8314e32a74308bd37535 SHA1: 8b88bb19d3ffdfdc427f772acf87af34343ad546 SHA256: 1be53087b16735e2a74523d1d8df41256ca579d930f60056013a18536ef4b4ec Section: kde Priority: optional Homepage: https://invent.kde.org/network/kio-gdrive Description-en: KIO access for GDrive KIO GDrive enables KIO-aware applications (such as Dolphin, Kate or Gwenview) to access and edit Google Drive files in the cloud. Description-md5: f5412023114ff968cfc1f7c112157bda
I was doing some research on problems similar to mine and one solution was to check /etc/resolv.confMAYBL8 wrote: Fri Aug 13, 2021 5:32 pmCode: Select all
dcihon@mx-kde-sid:~ $ Active apt repos in: /etc/apt/sources.list.d/debian.list 1: deb http://ftp.us.debian.org/debian/ unstable main contrib non-free ^C dcihon@mx-kde-sid:~ $ apt list network-manager Listing... Done network-manager/unstable,now 1.30.0-2 amd64 [installed] network-manager/unstable 1.30.0-2 i386
According to the Debian wiki, dhclient is the daemon which most commonly overwrites /etc/resolv.conf. Do you have dhclient installed? Could be that Sid is set up a bit differently in that regard than Debian stable.MAYBL8 wrote: Sun Aug 29, 2021 12:18 pmI was doing some research on problems similar to mine and one solution was to check /etc/resolv.confMAYBL8 wrote: Fri Aug 13, 2021 5:32 pmCode: Select all
dcihon@mx-kde-sid:~ $ Active apt repos in: /etc/apt/sources.list.d/debian.list 1: deb http://ftp.us.debian.org/debian/ unstable main contrib non-free ^C dcihon@mx-kde-sid:~ $ apt list network-manager Listing... Done network-manager/unstable,now 1.30.0-2 amd64 [installed] network-manager/unstable 1.30.0-2 i386
I didn't have this file so I created it and put in there
nameserver 8.8.8.8
now it is working.
So my questions is why i didn't have that file.
How would it normally get there and what should be in that file?
Code: Select all
$ apt policy dhclient
N: Unable to locate package dhclient