[Gambas-user] Installation Problem

John Dovey dovey.john at gmail.com
Thu Jun 17 15:11:40 CEST 2021


I have no idea why it's using the server it is. All I did was to follow the
instructions on http://gambaswiki.org/edit/install/ubuntu
Added the PPA, ran update, did install.
I am on a Linux 16 system as I noted, so I have no idea why it's trying to
access a 20.04 repo.

It's not a crisis for me any more because I've installed individually each
package that my app complained about, so there is just enough for it to
run.

JD


On Thu, 17 Jun 2021 at 03:49, Bruce Steers <bsteers4 at gmail.com> wrote:

> why are you using a microsoft ubuntu server not an ubuntu one?
> you are also using a focal 20.04 base when your linux is 16.04??
>
> you should maybe use http://archive.ubuntu.com/ubuntu/
> and set it to xenial 16.04
>
> remove entries from  /etc/apt/sources.list.d and/or /etc/apt/sources.list
> (or modify the lines to use the xenial info below...
>
> then use something like this to add the correct ones for your os (not
> tested, you may need to tweak)
>
> sudo add-apt-repository 'deb http://archive.ubuntu.com/ubuntu xenial main
> restricted universe multiverse'
> sudo add-apt-repository 'deb http://archive.ubuntu.com/ubuntu
> xenial-updates main restricted universe multiverse'
> sudo add-apt-repository 'deb http://archive.ubuntu.com/ubuntu
> xenial-backports main restricted universe multiverse'
>
> sudo add-apt-repository 'deb http://security.ubuntu.com/ubuntu/
> xenial-security main restricted universe multiverse'
> sudo add-apt-repository 'deb http://archive.canonical.com/ubuntu/ xenial
> partner'
>
> BruceS
>
>
> On Thu, 17 Jun 2021 at 05:32, John Dovey <dovey.john at gmail.com> wrote:
>
>> Hi,
>> I wanted to upgrade the version of Gambas on a Linux server. It's running
>> Ubuntu (Ubuntu 16.04.7 LTS (GNU/Linux 4.4.0-210-generic x86_64) which I am
>> unable to upgrade.
>>
>> I ran sudo apt remove gambas3, just to have it clean, then
>> sudo add-apt-repository ppa:gambas-team/gambas3
>> sudo apt-get update
>> sudo apt-get install gambas3
>>
>> Everything goes fine, it starts downloading the packages then the
>> installation aborts. Here are the last few lines:
>> Need to get 511 kB/63.7 MB of archives.
>> After this operation, 226 MB of additional disk space will be used.
>> Do you want to continue? [Y/n]
>> Err:1 https://packages.microsoft.com/ubuntu/20.04/prod focal/main amd64
>> libodbc1
>> amd64 2.3.7
>> 404 Not Found
>> Unable to correct missing packages.
>> E: Failed to fetch
>> https://packages.microsoft.com/ubuntu/20.04/prod/pool/main/u/
>> unixodbc/libodbc1_2.3.7_amd64.deb 404 Not Found
>>
>> E: Aborting install.
>>
>>
>> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
>>
>
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20210617/3e83e5a9/attachment.htm>


More information about the User mailing list