<div dir="ltr">Hi Jimi,<div><br></div><div>Since I have more or less the same problem, I did like this:</div><div><br></div><div><ol><li>Set to use the ubuntu repo in your APT:<br><font face="monospace">deb <a href="https://qgis.org/ubuntu">https://qgis.org/ubuntu</a> bionic main<br>deb-src <a href="https://qgis.org/ubuntu">https://qgis.org/ubuntu</a> bionic main</font><br></li><li><font face="arial, sans-serif">Try to install QGIS or any packages that you need.</font></li><li><font face="arial, sans-serif">If you get the `</font><font face="monospace">The following packages have unmet dependencies.</font>` problem, just remove the package. For example in your case `<font face="monospace">libgdal20</font>` (sudo apt remove <span style="font-family:monospace">libgdal20</span>).</li><li>If the package is not found, try to find the package name, for example by using `<font face="monospace">dpkg -l | grep gdal`. Remove the packages.</font></li><li><font face="arial, sans-serif">Try again to install your package (from step 2), see if the problem persists.</font></li></ol><div><font face="arial, sans-serif">In my case, I got this </font><font face="monospace">The following packages have unmet dependencies </font><font face="arial, sans-serif">when I want to install QGIS, then QGIS requirement for building from source. I got missing saga-common, gdalabi, and </font>libopencv-calib3d3.2.</div></div><div><br></div><div>I did the steps above, and now it works fine.</div><div><br></div><div>Basically, what I understand is, there is a problem in the package, so remove it, and the package manager will re-install it while you are installing QGIS. CMIIW.</div><div><br></div><div>I hope it helps.</div><div><br></div><div>Best regards.</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Feb 27, 2020 at 11:58 PM J. M <<a href="mailto:jimimckay@gmail.com">jimimckay@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi there guys,<div><br></div><div>I think I've done everything that people have suggested, including Andre's last suggestion:</div><div>sudo apt-get install libgdal20=2.2.3+dfsg-2, which returned this, similar to last time:<br></div><div><br></div><div><font face="monospace">sudo apt-get install libgdal20=2.2.3+dfsg-2<br>Reading package lists... Done<br>Building dependency tree       <br>Reading state information... Done<br>Some packages could not be installed. This may mean that you have<br>requested an impossible situation or if you are using the unstable<br>distribution that some required packages have not yet been created<br>or been moved out of Incoming.<br>The following information may help to resolve the situation:<br><br>The following packages have unmet dependencies.<br> libgdal20 : Depends: libogdi3.2 (>= 3.2.0) but it is not going to be installed<br>E: Unable to correct problems, you have held broken packages.</font><br></div><div><br></div><div>As I can't get beyond that point I have no idea what else to try, to be honest. As Ben suggested I edited the etc file to include this:</div><div><font face="monospace">deb <a href="https://qgis.org/ubuntu-ltr" target="_blank">https://qgis.org/ubuntu-ltr</a> bionic main</font>, because Ubuntu 18.04 LTS doesn't yet support QGIS 3.12. If you can install QGIS and run it, then how do you simply remove the entire program and all its dependencies so that you can start from scratch? If I run <font face="monospace">purge X </font>on any other program I think my system removes it completely, though I'm not sure.</div><div><br></div><div>Fernando Moxo suggested the following, but I've already run <font face="monospace">sudo apt-get autoremove qgis</font> (as QGIS wasn't the last program I installed and I don't want this process to randomly erase vital dependencies and leave me with half an OS) and there are fewer unmet dependencies now than the first time, but I don't know what 'installed prereq.' means, or 'Id those prereq'. Sorry, I can't act on that line because I don't understand it.</div><div><br></div><div><font face="monospace">sudo apt autoremove</font></div><br><font color="#8e7cc3">Should uninstall all dangling installed prereq.   Id those prereq are<br>being kept due to some other package requiring them, or some remaining<br>from previous Qgis install it can take a bit more effort to fix.</font><div><div><br></div><div><br></div><div>I don't know how to erase individual dependencies, so without specific commands I wouldn't know where to start. I ran autoremove and I thought it took out everything, even dependencies unrelated to QGIS. Out of curiosity, are the majority of QGIS users software developers as well? I've never experienced this level of technical difficulty associated with the installation of a piece of software on Linux before (I've been a dedicated Ubuntu user since 12.04 LTS).</div><div><br></div><div>Could someone recommend where to start from scratch, and suggest what to do step-by-step, so I'm not cluttering up the group email with the same queries for ages? I had it working perfectly (albeit briefly) before I accidentally installed the ubuntugis-unstable PPA, so I know it's not a problem with my OS.</div><div>Many thanks again,</div><div>Jimi.<br></div><div><br></div><div><br></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Feb 27, 2020 at 1:10 PM Fernando M. Roxo da Motta <<a href="mailto:petro@roxo.org" target="_blank">petro@roxo.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Wed, 26 Feb 2020 12:33:24 +0800, Ben Hur Pintor <<a href="mailto:bnhr.dev@gmail.com" target="_blank">bnhr.dev@gmail.com</a>><br>
wrote:<br>
<br>
<br>
> Hi!<br>
> <br>
> It looks like your machine is trying to install 3.12.<br>
<br>
  This kind of error usually indicates that 3.12 is already<br>
installed.  Prossibly a previous install brought in the 3.12 version as<br>
a pre-requirement.   If that is so, a command like:<br>
<br>
$ sudo apt autoremove<br>
<br>
Should uninstall all dangling installed prereq.   Id those prereq are<br>
being kept due to some other package requiring them, or some remaining<br>
from previous Qgis install it can take a bit more effort to fix.<br>
<br>
  Try to remove directly each of those dependencies.<br>
<br>
<br>
  HTH<br>
<br>
> <br>
> As I mentioned in the last part of my previous message, right now you<br>
> can't install QGIS 3.12 on Ubuntu 18.04 because 3.12 needs PROJ 6.3.1<br>
> which currently isn't available in Bionic -- via the main canonical<br>
> repo or even with the ubuntugis-unstable PPA. Therefore, I suggest<br>
> installing from the LTR branch and not the LR branch. When I use the<br>
> LTR branch with ubuntugis dependencies, I get QGIS 3 10.2 no problem.<br>
> <br>
> I run the same machine as you and actually faced the same problem<br>
> when I tried to install the Latest Release (3.12) on Bionic. Try<br>
> using the repos for the LTR (the ones with -ltr in the end). Maybe<br>
> that will help.<br>
> <br>
> Don't worry about it, we've all been there.<br>
> <br>
> <br>
> All the best,<br>
> Ben Hur<br>
> <br>
> On Wed, Feb 26, 2020, 07:12 J. M <<a href="mailto:jimimckay@gmail.com" target="_blank">jimimckay@gmail.com</a>> wrote:<br>
> <br>
> > Hi Ben,<br>
> ><br>
> > No joy, I'm afraid. I think I did everything you recommended. I'm<br>
> > going to run through it in case I missed something obvious:<br>
> ><br>
> >    - I ran sudo apt remove qgis grass qgis-plugin-grass, then ran<br>
> > sudo apt-get update<br>
> >    - The /etc/apt/sources file contains the correct info because I<br>
> >    modified it for the last installation<br>
> >    - I ran autoremove on QGIS and erased over a gigabyte of<br>
> >    dependencies (which seemed like a *lot*..)<br>
> >    - I ran sudo apt-key list to check if the ubuntugis-unstable PPA<br>
> > was still listed as trusted, and it didn't appear<br>
> >    - I added the ubuntugis stable PPA as recommended on<br>
> >    <a href="https://trac.osgeo.org/ubuntugis/wiki/UbuntuGISRepository" rel="noreferrer" target="_blank">https://trac.osgeo.org/ubuntugis/wiki/UbuntuGISRepository</a>, with<br>
> > sudo add-apt-repository ppa:ubuntugis/ppa, and it appeared to<br>
> > duplicate your command sudo apt-key adv --keyserver<br>
> > <a href="http://keyserver.ubuntu.com" rel="noreferrer" target="_blank">keyserver.ubuntu.com</a> --recv-key 51F523511C7028C3. Is that possible<br>
> > when they appear to reference two different PPA's?<br>
> >    - I ran sudo apt-get install qgis qgis-plugin-grass and received<br>
> > the following error message, similar to before:<br>
> ><br>
> > The following packages have unmet dependencies.<br>
> >  qgis : Depends: gdal-abi-2-2-3<br>
> >         Depends: libqgis-analysis3.12.0 but it is not going to be<br>
> > installed Depends: libqgis-app3.12.0 but it is not going to be<br>
> > installed Depends: libqgis-core3.12.0 but it is not going to be<br>
> > installed Depends: libqgis-gui3.12.0 but it is not going to be<br>
> > installed Depends: python3-qgis (= 1:3.12.0+28bionic) but it is not<br>
> > going to be installed<br>
> >         Depends: qgis-providers (= 1:3.12.0+28bionic) but it is not<br>
> > going to be installed<br>
> >  qgis-plugin-grass : Depends: qgis-provider-grass (=<br>
> > 1:3.12.0+28bionic) but it is not going to be installed<br>
> >                      Depends: grass740<br>
> >                      Depends: libqgis-app3.12.0 but it is not going<br>
> > to be installed<br>
> >                      Depends: libqgis-core3.12.0 but it is not<br>
> > going to be installed<br>
> >                      Depends: libqgis-gui3.12.0 but it is not going<br>
> > to be installed<br>
> >                      Depends: libqgisgrass7-3.12.0 but it is not<br>
> > going to be installed<br>
> > E: Unable to correct problems, you have held broken packages.<br>
> ><br>
> > I must be missing something. Do I have to open the UI via terminal<br>
> > (sudo nautilus) and manually remove every file which makes<br>
> > reference to QGIS and ubuntugis-unstable? As formatting my machine<br>
> > isn't an option there must be a simple way of completely removing<br>
> > the program and its dependencies.. right?!<br>
> ><br>
> > I don't even know what Gdal is or does, because I can't even get<br>
> > started learning QGIS because I'm finding it impossible to have a<br>
> > version running for long enough to start with tutorials! Is it to<br>
> > allow you to overlay raster info onto GIS projects or something? I<br>
> > googled it but the explanation must have been written by a robot<br>
> > (no offence intended, to robots I mean). Gdal was the reason I<br>
> > installed the ubuntugis-unstable PPA, because Blender gave me the<br>
> > helpful error message: Please install gdal to enable raster<br>
> > projection support. As my crystal ball was clouded up when I read<br>
> > that I came here to bug you guys for help!<br>
> ><br>
> ><br>
> > Thanks again to everyone who has had a go at helping me. Keep those<br>
> > ideas coming!!<br>
> > Cheers,<br>
> > Jimi.<br>
> ><br>
> > On Tue, Feb 25, 2020 at 11:39 PM J. M <<a href="mailto:jimimckay@gmail.com" target="_blank">jimimckay@gmail.com</a>> wrote:<br>
> >  <br>
> >> Hi Ben!<br>
> >><br>
> >> Thanks a lot for that, really helpful; I'll give it a go. It was<br>
> >> actually the ubuntugis unstable PPA which caused the current<br>
> >> problem I'm having, so I'm keen to avoid that PPA if I can. I'll<br>
> >> try your steps again and let you know what the outcome is.<br>
> >><br>
> >> Cheers,<br>
> >> Jimi.<br>
> >><br>
> >> On Tue, Feb 25, 2020 at 4:44 AM Ben Hur Pintor <<a href="mailto:bnhr.dev@gmail.com" target="_blank">bnhr.dev@gmail.com</a>><br>
> >> wrote:<br>
> >>  <br>
> >>> Hi!<br>
> >>><br>
> >>> First of all, make sure that you add the <a href="http://qgis.org" rel="noreferrer" target="_blank">qgis.org</a> repo public key<br>
> >>> via sudo apt-key adv --keyserver <a href="http://keyserver.ubuntu.com" rel="noreferrer" target="_blank">keyserver.ubuntu.com</a> --recv-key<br>
> >>> 51F523511C7028C3. Make sure that the library versions in your<br>
> >>> computer (specially GDAL and PROJ) are the same libraries that<br>
> >>> QGIS is built against.<br>
> >>><br>
> >>> The links in<br>
> >>> <a href="https://www.qgis.org/en/site/forusers/alldownloads.html#debian-ubuntu" rel="noreferrer" target="_blank">https://www.qgis.org/en/site/forusers/alldownloads.html#debian-ubuntu</a><br>
> >>> determine which versions of QGIS will be installed. You add these<br>
> >>> as sources in the Software Center or you can add them directly in<br>
> >>> your /etc/apt/sources.list file as instructed in<br>
> >>> <a href="https://qgis.org/en/site/forusers/alldownloads.html#debian-ubuntu" rel="noreferrer" target="_blank">https://qgis.org/en/site/forusers/alldownloads.html#debian-ubuntu</a>.<br>
> >>> If you want 3.12 (Latest Release), you can use/add the following<br>
> >>> in your /etc/apt/sources.list file <a href="https://qgis.org/ubuntu" rel="noreferrer" target="_blank">https://qgis.org/ubuntu</a> or<br>
> >>> <a href="https://qgis.org/ubuntugis" rel="noreferrer" target="_blank">https://qgis.org/ubuntugis</a> (if with ubuntugis-unstable<br>
> >>> dependencies). If you want the LTR branch (3.10.3), simply use<br>
> >>> <a href="https://qgis.org/ubuntu-ltr" rel="noreferrer" target="_blank">https://qgis.org/ubuntu-ltr</a> or <a href="https://qgis.org/ubuntugis-ltr" rel="noreferrer" target="_blank">https://qgis.org/ubuntugis-ltr</a> (if<br>
> >>> with ubuntugis-unstable dependencies) in<br>
> >>> your /etc/apt/sources.list file.<br>
> >>><br>
> >>> Also, don't forget to remove/purge all previous QGIS or GRASS<br>
> >>> installations (e.g. sudo apt remove qgis grass qgis-plugin-grass)<br>
> >>> and do an update (sudo apt update) before trying to install QGIS<br>
> >>> again.<br>
> >>><br>
> >>> I run Pop! OS 18.04 (based on Ubuntu 18.04). Unfortunately, the<br>
> >>> libraries in the main (universe) repo of Bionic are a bit<br>
> >>> outdated (GDAL 2.2.3, PROJ 4.9, etc.). The newer versions of QGIS<br>
> >>> use GDAL 3.0.X and PROJ 6.X. Using the ubuntugis-unstable (<br>
> >>> <a href="https://launchpad.net/~ubuntugis/+archive/ubuntu/ubuntugis-unstable" rel="noreferrer" target="_blank">https://launchpad.net/~ubuntugis/+archive/ubuntu/ubuntugis-unstable</a>)<br>
> >>> PPA remedies the problem of some outdated libraries. If you will<br>
> >>> use the ubuntugis-unstable libraries, don't forget to add the PPA<br>
> >>> to your sources as well. On another note, PROJ 6.3.1, which QGIS<br>
> >>> 3.10.3 and 3.12 use, isn't available yet in Bionic even when<br>
> >>> using the ubuntugis PPA so even if I want, I can only install<br>
> >>> 3.10.2 right now on my machine. Trying to install 3.12 via the<br>
> >>> ubuntu or ubuntugis repo fails.<br>
> >>><br>
> >>><br>
> >>> All the best,<br>
> >>> Ben Hur<br>
> >>><br>
> >>> On Tue, Feb 25, 2020, 07:25 J. M <<a href="mailto:jimimckay@gmail.com" target="_blank">jimimckay@gmail.com</a>> wrote:<br>
> >>>  <br>
> >>>> Hi Ismail,<br>
> >>>><br>
> >>>> Well, I've tried everything I can think of, everything people<br>
> >>>> have recommended and everything I've googled, but there seems to<br>
> >>>> be no earthly way to get rid of the following error messages:<br>
> >>>><br>
> >>>> sudo apt-get install qgis qgis-plugin-grass<br>
> >>>> Reading package lists... Done<br>
> >>>> Building dependency tree<br>
> >>>> Reading state information... Done<br>
> >>>> Some packages could not be installed. This may mean that you have<br>
> >>>> requested an impossible situation or if you are using the<br>
> >>>> unstable distribution that some required packages have not yet<br>
> >>>> been created or been moved out of Incoming.<br>
> >>>> The following information may help to resolve the situation:<br>
> >>>><br>
> >>>> The following packages have unmet dependencies.<br>
> >>>>  qgis : Depends: python3-qgis (= 1:3.12.0+28bionic) but it is<br>
> >>>> not going to be installed<br>
> >>>> E: Unable to correct problems, you have held broken packages.<br>
> >>>><br>
> >>>> I've tried this:<br>
> >>>><br>
> >>>> sudo apt-get purge qgis<br>
> >>>> sudo apt-get autoremove qgis<br>
> >>>> sudo apt-get --purge remove qgis<br>
> >>>> sudo apt-get update<br>
> >>>><br>
> >>>>  but it returned the following:<br>
> >>>><br>
> >>>> sudo apt-get update<br>
> >>>><br>
> >>>><br>
> >>>> Hit:6 <a href="http://qgis.org/debian" rel="noreferrer" target="_blank">http://qgis.org/debian</a> bionic InRelease<br>
> >>>><br>
> >>>>   The following signatures couldn't be verified because the<br>
> >>>> public key is not available: NO_PUBKEY 76F1A20FF987672F<br>
> >>>> Hit:18<br>
> >>>> <a href="http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu" rel="noreferrer" target="_blank">http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu</a><br>
> >>>> bionic InRelease Err:18<br>
> >>>> <a href="http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu" rel="noreferrer" target="_blank">http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu</a><br>
> >>>> bionic InRelease The following signatures couldn't be verified<br>
> >>>> because the public key is not available: NO_PUBKEY<br>
> >>>> 089EBE08314DF160 Reading package lists... Done<br>
> >>>> W: GPG error: <a href="https://dl.winehq.org/wine-builds/ubuntu" rel="noreferrer" target="_blank">https://dl.winehq.org/wine-builds/ubuntu</a> bionic<br>
> >>>> InRelease: The following signatures couldn't be verified because<br>
> >>>> the public key is not available: NO_PUBKEY 76F1A20FF987672F<br>
> >>>> E: The repository '<a href="https://dl.winehq.org/wine-builds/ubuntu" rel="noreferrer" target="_blank">https://dl.winehq.org/wine-builds/ubuntu</a><br>
> >>>> bionic InRelease' is not signed.<br>
> >>>> N: Updating from such a repository can't be done securely, and is<br>
> >>>> therefore disabled by default.<br>
> >>>> N: See apt-secure(8) manpage for repository creation and user<br>
> >>>> configuration details.<br>
> >>>> W: An error occurred during the signature verification. The<br>
> >>>> repository is not updated and the previous index files will be<br>
> >>>> used. GPG error:<br>
> >>>> <a href="http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu" rel="noreferrer" target="_blank">http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu</a><br>
> >>>> bionic InRelease: The following signatures couldn't be verified<br>
> >>>> because the public key is not available: NO_PUBKEY<br>
> >>>> 089EBE08314DF160<br>
> >>>><br>
> >>>><br>
> >>>> I can't think of anything else. Any suggestions about what I<br>
> >>>> might be doing wrong? I don't actually understand what this link<br>
> >>>> is for:<br>
> >>>> <a href="https://www.qgis.org/en/site/forusers/alldownloads.html#debian-ubuntu" rel="noreferrer" target="_blank">https://www.qgis.org/en/site/forusers/alldownloads.html#debian-ubuntu</a><br>
> >>>> If you download via the terminal by typing 'sudo apt-get install<br>
> >>>> qgis' then how do you make use of all the folders in this link?<br>
> >>>> I mean, how do I differentiate if I want to download version<br>
> >>>> 3.10 or 3.12 of QGIS?<br>
> >>>><br>
> >>>> Sorry team, I just can't get this to work and I'm worried I do<br>
> >>>> irreparable damage to my system with this process.<br>
> >>>> Please help me out, guys!<br>
> >>>> Cheers,<br>
> >>>> Jimi.<br>
> >>>><br>
> >>>><br>
> >>>><br>
> >>>> On Mon, Feb 24, 2020 at 6:58 PM J. M <<a href="mailto:jimimckay@gmail.com" target="_blank">jimimckay@gmail.com</a>> wrote:<br>
> >>>>  <br>
> >>>>> Hi Ismail!<br>
> >>>>><br>
> >>>>> Many thanks for your advice; I'll check it out. I haven't<br>
> >>>>> actually had a chance to sit down and try to purge QGIS and<br>
> >>>>> start again. Andre was trying to help me but I wasn't sure<br>
> >>>>> where to start so I haven't tried since I last inquired about<br>
> >>>>> the process!<br>
> >>>>><br>
> >>>>> Thanks a lot,<br>
> >>>>> Jimi.<br>
> >>>>><br>
> >>>>> On Sun, Feb 23, 2020 at 8:59 AM Ismail Sunni<br>
> >>>>> <<a href="mailto:imajimatika@gmail.com" target="_blank">imajimatika@gmail.com</a>> wrote:<br>
> >>>>>  <br>
> >>>>>> Hi Jimi,<br>
> >>>>>><br>
> >>>>>> I have a similar problem. I fix it by reinstalling gdal<br>
> >>>>>> (libgdal20). I can install QGIS again after that. But, I am<br>
> >>>>>> not an expert with this package manager thing, so perhaps it<br>
> >>>>>> can work for you also, or perhaps not :)<br>
> >>>>>><br>
> >>>>>> While trying to fix my problem, I found this<br>
> >>>>>> <a href="https://askubuntu.com/questions/140246/how-do-i-resolve-unmet-dependencies-after-adding-a-ppa" rel="noreferrer" target="_blank">https://askubuntu.com/questions/140246/how-do-i-resolve-unmet-dependencies-after-adding-a-ppa</a><br>
> >>>>>> which probably useful for you.<br>
> >>>>>><br>
> >>>>>> Best regards<br>
> >>>>>><br>
> >>>>>> On Thu, Feb 20, 2020 at 1:22 PM J. M <<a href="mailto:jimimckay@gmail.com" target="_blank">jimimckay@gmail.com</a>><br>
> >>>>>> wrote: <br>
> >>>>>>> Hi again Andre,<br>
> >>>>>>><br>
> >>>>>>> Thanks for that, I more or less get what you mean. The<br>
> >>>>>>> problem is that when I ran autoremove it came back with<br>
> >>>>>>> almost a gig of dependencies it wanted to remove, so I<br>
> >>>>>>> cancelled it! QGIS wasn't the last program I installed so I<br>
> >>>>>>> have no idea how to purge only the dependencies directly<br>
> >>>>>>> related to the previous version of it I was running. If I run<br>
> >>>>>>> autoremove and it damages other applications or makes my<br>
> >>>>>>> system unusable then I won't be able to fix it (I'm only a<br>
> >>>>>>> user, I've got no background in programming). I read around<br>
> >>>>>>> and people warned strongly against doing this unless you're<br>
> >>>>>>> sure what you want to remove. How can I be sure I only remove<br>
> >>>>>>> the right dependencies? Does QGIS have a list or something I<br>
> >>>>>>> can use as a guide?<br>
> >>>>>>><br>
> >>>>>>> If anyone could explain how to use Synaptic package manager<br>
> >>>>>>> then I'd be really grateful! It must have the most<br>
> >>>>>>> unintuitive interface of any piece of software I've ever<br>
> >>>>>>> tried to use..<br>
> >>>>>>><br>
> >>>>>>> I edited the source file last time I installed it, so that<br>
> >>>>>>> part is done. Incidentally, I don't see the 'other Software'<br>
> >>>>>>> tab in the Ubuntu Software Center, so I just edited it<br>
> >>>>>>> manually. Any idea what that package is called? I'm happy<br>
> >>>>>>> enough using the terminal if I know (roughly) what I'm doing!<br>
> >>>>>>><br>
> >>>>>>> Thanks a lot team,<br>
> >>>>>>> Jimi.<br>
> >>>>>>><br>
> >>>>>>> On Wed, Feb 19, 2020 at 8:18 PM Andre Joost <  <br>
> >>>>>>> <a href="mailto:andre%2Bjoost@nurfuerspam.de" target="_blank">andre+joost@nurfuerspam.de</a>> wrote:  <br>
> >>>>>>>  <br>
> >>>>>>>> Am 18.02.20 um 23:58 schrieb J. M:  <br>
> >>>>>>>> > Hi again Andre,<br>
> >>>>>>>> ><br>
> >>>>>>>> > I don't actually understand what to do with this, because<br>
> >>>>>>>> > I can't  <br>
> >>>>>>>> run 'sudo  <br>
> >>>>>>>> > apt-get install qgis qgis-plugin-grass' as it keeps giving<br>
> >>>>>>>> > me the  <br>
> >>>>>>>> same  <br>
> >>>>>>>> > error messages about broken packages.  <br>
> >>>>>>>><br>
> >>>>>>>> Yes, because you have packages that are compiled against a<br>
> >>>>>>>> set of libraries that does not match your computer. You have<br>
> >>>>>>>> to remove, autoremove and purge those QGIS packages to force<br>
> >>>>>>>> a download from the<br>
> >>>>>>>> right folder.<br>
> >>>>>>>><br>
> >>>>>>>>  <br>
> >>>>>>>> > When you say this, I don't get what this link does. I<br>
> >>>>>>>> > click on it  <br>
> >>>>>>>> and it  <br>
> >>>>>>>> > just takes me into a file hierarchy. Are users supposed to<br>
> >>>>>>>> > obtain  <br>
> >>>>>>>> the  <br>
> >>>>>>>> > downloads from here, or is it purely informative?<br>
> >>>>>>>> > Try<br>
> >>>>>>>> > deb <a href="https://qgis.org/ubuntugis" rel="noreferrer" target="_blank">https://qgis.org/ubuntugis</a> bionic main  <br>
> >>>>>>>><br>
> >>>>>>>> That should go into your sources list, to replace the QGIS<br>
> >>>>>>>> download source you used before. The Ubuntu Software center<br>
> >>>>>>>> has a tab for "other<br>
> >>>>>>>> Software" that holds the same information, so no need to<br>
> >>>>>>>> edit the sources file manually.<br>
> >>>>>>>><br>
> >>>>>>>> HTH,<br>
> >>>>>>>> Andre Joost<br>
> >>>>>>>><br>
> >>>>>>>><br>
> >>>>>>>> _______________________________________________<br>
> >>>>>>>> Qgis-user mailing list<br>
> >>>>>>>> <a href="mailto:Qgis-user@lists.osgeo.org" target="_blank">Qgis-user@lists.osgeo.org</a><br>
> >>>>>>>> List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
> >>>>>>>> Unsubscribe:<br>
> >>>>>>>> <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-user</a>  <br>
> >>>>>>><br>
> >>>>>>> _______________________________________________<br>
> >>>>>>> Qgis-user mailing list<br>
> >>>>>>> <a href="mailto:Qgis-user@lists.osgeo.org" target="_blank">Qgis-user@lists.osgeo.org</a><br>
> >>>>>>> List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
> >>>>>>> Unsubscribe:<br>
> >>>>>>> <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-user</a>  <br>
> >>>>>><br>
> >>>>>><br>
> >>>>>><br>
> >>>>>> --<br>
> >>>>>> Ismail Sunni<br>
> >>>>>> Software Engineer<br>
> >>>>>> <a href="http://ismailsunni.id" rel="noreferrer" target="_blank">ismailsunni.id</a><br>
> >>>>>> <a href="http://ismailsunni.wordpress.com" rel="noreferrer" target="_blank">ismailsunni.wordpress.com</a><br>
> >>>>>>  <br>
> >>>>> _______________________________________________  <br>
> >>>> Qgis-user mailing list<br>
> >>>> <a href="mailto:Qgis-user@lists.osgeo.org" target="_blank">Qgis-user@lists.osgeo.org</a><br>
> >>>> List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
> >>>> Unsubscribe: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-user</a>  <br>
> >>><br>
> >>>  <br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
  Roxo<br>
<br>
-- <br>
---------------- Non luctari, ludare -------------------+ WYSIWYG<br>
Fernando M. Roxo da Motta <<a href="mailto:petro@roxo.org" target="_blank">petro@roxo.org</a>>              | Editor?<br>
Except where explicitly stated I speak on my own behalf.|  VI !!<br>
                PU5RXO                                  | I see text,<br>
------------ Quis custodiet ipsos custodes?-------------+ I get text!<br>
<br>
_______________________________________________<br>
Qgis-user mailing list<br>
<a href="mailto:Qgis-user@lists.osgeo.org" target="_blank">Qgis-user@lists.osgeo.org</a><br>
List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
Unsubscribe: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-user</a></blockquote></div>
_______________________________________________<br>
Qgis-user mailing list<br>
<a href="mailto:Qgis-user@lists.osgeo.org" target="_blank">Qgis-user@lists.osgeo.org</a><br>
List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
Unsubscribe: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-user</a></blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div>Ismail Sunni</div><div>Software Engineer</div><div><a href="http://ismailsunni.id" target="_blank">ismailsunni.id</a><br><div><a href="http://ismailsunni.wordpress.com" target="_blank">ismailsunni.wordpress.com</a></div></div></div></div>