[Gambas-user] Installation Problem

Bruce Steers bsteers4 at gmail.com
Thu Jun 17 10:48:22 CEST 2021


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 ]----
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20210617/8421e3dd/attachment-0001.htm>


More information about the User mailing list