From f1f6a70023b92ffe099cffb122035a5449600784 Mon Sep 17 00:00:00 2001 From: Andy De George Date: Mon, 27 Jan 2020 10:50:55 -0800 Subject: [PATCH 1/5] Add some info about error with deb packages --- .../includes/package-manager-heading-hack-pkgname.md | 2 +- docs/core/install/linux-package-manager-debian10.md | 8 ++++++++ docs/core/install/linux-package-manager-debian9.md | 8 ++++++++ docs/core/install/linux-package-manager-ubuntu-1604.md | 8 ++++++++ docs/core/install/linux-package-manager-ubuntu-1804.md | 8 ++++++++ docs/core/install/linux-package-manager-ubuntu-1904.md | 8 ++++++++ docs/core/install/linux-package-manager-ubuntu-1910.md | 8 ++++++++ 7 files changed, 49 insertions(+), 1 deletion(-) diff --git a/docs/core/install/includes/package-manager-heading-hack-pkgname.md b/docs/core/install/includes/package-manager-heading-hack-pkgname.md index abbd1f3b9a036..d0caa6fb7dfff 100644 --- a/docs/core/install/includes/package-manager-heading-hack-pkgname.md +++ b/docs/core/install/includes/package-manager-heading-hack-pkgname.md @@ -26,6 +26,6 @@ The version of the SDK or runtime to install. This article will always give the - Install the ASP.NET Core 3.1 runtime: `aspnetcore-runtime-3.1` - Install the .NET Core 2.1 runtime: `dotnet-runtime-2.1` -### Troubleshoot +### Combination failed If the package combination doesn't work, it's not available. For example, there isn't an ASP.NET Core SDK, the SDK components are included with the .NET Core SDK. The value `aspnetcore-sdk-2.2` is incorrect and should be `dotnet-sdk-2.2` diff --git a/docs/core/install/linux-package-manager-debian10.md b/docs/core/install/linux-package-manager-debian10.md index 59484cd76fea9..a46dac4d4ea88 100644 --- a/docs/core/install/linux-package-manager-debian10.md +++ b/docs/core/install/linux-package-manager-debian10.md @@ -69,3 +69,11 @@ sudo apt-get install dotnet-runtime-3.1 ## How to install other versions [!INCLUDE [package-manager-switcher](./includes/package-manager-heading-hack-pkgname.md)] + +## Troubleshoot the package manager + +This section provides information on common errors you may get while using the package manager to install .NET Core. + +### Failed to fetch + +While installing the .NET Core package, you may see an error similar to `Failed to fetch ... File has unexpected size ... Mirror sync in progress?`. In general, this error means that the package feed for .NET Core is being upgraded with newer versions and you should try again later. If you continually receive this error for some time, please file an issue at . diff --git a/docs/core/install/linux-package-manager-debian9.md b/docs/core/install/linux-package-manager-debian9.md index 8d5f170c5b5ea..de05626a84580 100644 --- a/docs/core/install/linux-package-manager-debian9.md +++ b/docs/core/install/linux-package-manager-debian9.md @@ -69,3 +69,11 @@ sudo apt-get install dotnet-runtime-3.1 ## How to install other versions [!INCLUDE [package-manager-switcher](./includes/package-manager-heading-hack-pkgname.md)] + +## Troubleshoot the package manager + +This section provides information on common errors you may get while using the package manager to install .NET Core. + +### Failed to fetch + +While installing the .NET Core package, you may see an error similar to `Failed to fetch ... File has unexpected size ... Mirror sync in progress?`. In general, this error means that the package feed for .NET Core is being upgraded with newer versions and you should try again later. If you continually receive this error for some time, please file an issue at . diff --git a/docs/core/install/linux-package-manager-ubuntu-1604.md b/docs/core/install/linux-package-manager-ubuntu-1604.md index 0771c0e4d8b9c..48f10dfd54fca 100644 --- a/docs/core/install/linux-package-manager-ubuntu-1604.md +++ b/docs/core/install/linux-package-manager-ubuntu-1604.md @@ -77,6 +77,10 @@ sudo apt-get install dotnet-runtime-3.1 ## Troubleshoot the package manager +This section provides information on common errors you may get while using the package manager to install .NET Core. + +### Unable to locate + If you receive an error message similar to **Unable to locate package {the .NET Core package}**, run the following commands. ```bash @@ -99,3 +103,7 @@ sudo apt-get install -y apt-transport-https sudo apt-get update sudo apt-get install {the .NET Core package} ``` + +### Failed to fetch + +While installing the .NET Core package, you may see an error similar to `Failed to fetch ... File has unexpected size ... Mirror sync in progress?`. In general, this error means that the package feed for .NET Core is being upgraded with newer versions and you should try again later. If you continually receive this error for some time, please file an issue at . diff --git a/docs/core/install/linux-package-manager-ubuntu-1804.md b/docs/core/install/linux-package-manager-ubuntu-1804.md index 9ed4b4d17e909..e940163073571 100644 --- a/docs/core/install/linux-package-manager-ubuntu-1804.md +++ b/docs/core/install/linux-package-manager-ubuntu-1804.md @@ -80,6 +80,10 @@ sudo apt-get install dotnet-runtime-3.1 ## Troubleshoot the package manager +This section provides information on common errors you may get while using the package manager to install .NET Core. + +### Unable to locate + If you receive an error message similar to **Unable to locate package {the .NET Core package}**, run the following commands. ```bash @@ -102,3 +106,7 @@ sudo apt-get install -y apt-transport-https sudo apt-get update sudo apt-get install {the .NET Core package} ``` + +### Failed to fetch + +While installing the .NET Core package, you may see an error similar to `Failed to fetch ... File has unexpected size ... Mirror sync in progress?`. In general, this error means that the package feed for .NET Core is being upgraded with newer versions and you should try again later. If you continually receive this error for some time, please file an issue at . diff --git a/docs/core/install/linux-package-manager-ubuntu-1904.md b/docs/core/install/linux-package-manager-ubuntu-1904.md index 7a0c00c685d42..2d62091d98125 100644 --- a/docs/core/install/linux-package-manager-ubuntu-1904.md +++ b/docs/core/install/linux-package-manager-ubuntu-1904.md @@ -77,6 +77,10 @@ sudo apt-get install dotnet-runtime-3.1 ## Troubleshoot the package manager +This section provides information on common errors you may get while using the package manager to install .NET Core. + +### Unable to locate + If you receive an error message similar to **Unable to locate package {the .NET Core package}**, run the following commands. ```bash @@ -99,3 +103,7 @@ sudo apt-get install -y apt-transport-https sudo apt-get update sudo apt-get install {the .NET Core package} ``` + +### Failed to fetch + +While installing the .NET Core package, you may see an error similar to `Failed to fetch ... File has unexpected size ... Mirror sync in progress?`. In general, this error means that the package feed for .NET Core is being upgraded with newer versions and you should try again later. If you continually receive this error for some time, please file an issue at . diff --git a/docs/core/install/linux-package-manager-ubuntu-1910.md b/docs/core/install/linux-package-manager-ubuntu-1910.md index d431a06c3597c..60830fafed9b7 100644 --- a/docs/core/install/linux-package-manager-ubuntu-1910.md +++ b/docs/core/install/linux-package-manager-ubuntu-1910.md @@ -77,6 +77,10 @@ sudo apt-get install dotnet-runtime-3.1 ## Troubleshoot the package manager +This section provides information on common errors you may get while using the package manager to install .NET Core. + +### Unable to locate + If you receive an error message similar to **Unable to locate package {the .NET Core package}**, run the following commands. ```bash @@ -99,3 +103,7 @@ sudo apt-get install -y apt-transport-https sudo apt-get update sudo apt-get install {the .NET Core package} ``` + +### Failed to fetch + +While installing the .NET Core package, you may see an error similar to `Failed to fetch ... File has unexpected size ... Mirror sync in progress?`. In general, this error means that the package feed for .NET Core is being upgraded with newer versions and you should try again later. If you continually receive this error for some time, please file an issue at . From 90c4c0097056b99ca075db6887d43623dc1977d6 Mon Sep 17 00:00:00 2001 From: Andy De George Date: Tue, 28 Jan 2020 09:24:10 -0800 Subject: [PATCH 2/5] adjust wording --- .../install/includes/package-manager-heading-hack-pkgname.md | 4 ++-- docs/core/install/linux-package-manager-debian10.md | 2 +- docs/core/install/linux-package-manager-debian9.md | 2 +- docs/core/install/linux-package-manager-ubuntu-1604.md | 2 +- docs/core/install/linux-package-manager-ubuntu-1804.md | 2 +- docs/core/install/linux-package-manager-ubuntu-1904.md | 2 +- docs/core/install/linux-package-manager-ubuntu-1910.md | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/core/install/includes/package-manager-heading-hack-pkgname.md b/docs/core/install/includes/package-manager-heading-hack-pkgname.md index d0caa6fb7dfff..d0df6ba7d2774 100644 --- a/docs/core/install/includes/package-manager-heading-hack-pkgname.md +++ b/docs/core/install/includes/package-manager-heading-hack-pkgname.md @@ -26,6 +26,6 @@ The version of the SDK or runtime to install. This article will always give the - Install the ASP.NET Core 3.1 runtime: `aspnetcore-runtime-3.1` - Install the .NET Core 2.1 runtime: `dotnet-runtime-2.1` -### Combination failed +### Package missing -If the package combination doesn't work, it's not available. For example, there isn't an ASP.NET Core SDK, the SDK components are included with the .NET Core SDK. The value `aspnetcore-sdk-2.2` is incorrect and should be `dotnet-sdk-2.2` +If the package-version combination doesn't work, it's not available. For example, there isn't an ASP.NET Core SDK, the SDK components are included with the .NET Core SDK. The value `aspnetcore-sdk-2.2` is incorrect and should be `dotnet-sdk-2.2`. diff --git a/docs/core/install/linux-package-manager-debian10.md b/docs/core/install/linux-package-manager-debian10.md index a46dac4d4ea88..62069feb0185e 100644 --- a/docs/core/install/linux-package-manager-debian10.md +++ b/docs/core/install/linux-package-manager-debian10.md @@ -76,4 +76,4 @@ This section provides information on common errors you may get while using the p ### Failed to fetch -While installing the .NET Core package, you may see an error similar to `Failed to fetch ... File has unexpected size ... Mirror sync in progress?`. In general, this error means that the package feed for .NET Core is being upgraded with newer versions and you should try again later. If you continually receive this error for some time, please file an issue at . +While installing the .NET Core package, you may see an error similar to `Failed to fetch ... File has unexpected size ... Mirror sync in progress?`. Generally speaking, this error means that the package feed for .NET Core is being upgraded with newer package versions, and that you should try again later. During an upgrade, the package feed should not be unavailable for more than 2 hours. If you continually receive this error for more than 2 hours, please file an issue at . diff --git a/docs/core/install/linux-package-manager-debian9.md b/docs/core/install/linux-package-manager-debian9.md index de05626a84580..860e2922ced37 100644 --- a/docs/core/install/linux-package-manager-debian9.md +++ b/docs/core/install/linux-package-manager-debian9.md @@ -76,4 +76,4 @@ This section provides information on common errors you may get while using the p ### Failed to fetch -While installing the .NET Core package, you may see an error similar to `Failed to fetch ... File has unexpected size ... Mirror sync in progress?`. In general, this error means that the package feed for .NET Core is being upgraded with newer versions and you should try again later. If you continually receive this error for some time, please file an issue at . +While installing the .NET Core package, you may see an error similar to `Failed to fetch ... File has unexpected size ... Mirror sync in progress?`. Generally speaking, this error means that the package feed for .NET Core is being upgraded with newer package versions, and that you should try again later. During an upgrade, the package feed should not be unavailable for more than 2 hours. If you continually receive this error for more than 2 hours, please file an issue at . diff --git a/docs/core/install/linux-package-manager-ubuntu-1604.md b/docs/core/install/linux-package-manager-ubuntu-1604.md index 48f10dfd54fca..b4b3ede409dab 100644 --- a/docs/core/install/linux-package-manager-ubuntu-1604.md +++ b/docs/core/install/linux-package-manager-ubuntu-1604.md @@ -106,4 +106,4 @@ sudo apt-get install {the .NET Core package} ### Failed to fetch -While installing the .NET Core package, you may see an error similar to `Failed to fetch ... File has unexpected size ... Mirror sync in progress?`. In general, this error means that the package feed for .NET Core is being upgraded with newer versions and you should try again later. If you continually receive this error for some time, please file an issue at . +While installing the .NET Core package, you may see an error similar to `Failed to fetch ... File has unexpected size ... Mirror sync in progress?`. Generally speaking, this error means that the package feed for .NET Core is being upgraded with newer package versions, and that you should try again later. During an upgrade, the package feed should not be unavailable for more than 30 minutes. If you continually receive this error for more than 30 minutes, please file an issue at . diff --git a/docs/core/install/linux-package-manager-ubuntu-1804.md b/docs/core/install/linux-package-manager-ubuntu-1804.md index e940163073571..f59c39d496941 100644 --- a/docs/core/install/linux-package-manager-ubuntu-1804.md +++ b/docs/core/install/linux-package-manager-ubuntu-1804.md @@ -109,4 +109,4 @@ sudo apt-get install {the .NET Core package} ### Failed to fetch -While installing the .NET Core package, you may see an error similar to `Failed to fetch ... File has unexpected size ... Mirror sync in progress?`. In general, this error means that the package feed for .NET Core is being upgraded with newer versions and you should try again later. If you continually receive this error for some time, please file an issue at . +While installing the .NET Core package, you may see an error similar to `Failed to fetch ... File has unexpected size ... Mirror sync in progress?`. Generally speaking, this error means that the package feed for .NET Core is being upgraded with newer package versions, and that you should try again later. During an upgrade, the package feed should not be unavailable for more than 30 minutes. If you continually receive this error for more than 30 minutes, please file an issue at . diff --git a/docs/core/install/linux-package-manager-ubuntu-1904.md b/docs/core/install/linux-package-manager-ubuntu-1904.md index 2d62091d98125..7a49d1a018d09 100644 --- a/docs/core/install/linux-package-manager-ubuntu-1904.md +++ b/docs/core/install/linux-package-manager-ubuntu-1904.md @@ -106,4 +106,4 @@ sudo apt-get install {the .NET Core package} ### Failed to fetch -While installing the .NET Core package, you may see an error similar to `Failed to fetch ... File has unexpected size ... Mirror sync in progress?`. In general, this error means that the package feed for .NET Core is being upgraded with newer versions and you should try again later. If you continually receive this error for some time, please file an issue at . +While installing the .NET Core package, you may see an error similar to `Failed to fetch ... File has unexpected size ... Mirror sync in progress?`. Generally speaking, this error means that the package feed for .NET Core is being upgraded with newer package versions, and that you should try again later. During an upgrade, the package feed should not be unavailable for more than 30 minutes. If you continually receive this error for more than 30 minutes, please file an issue at . diff --git a/docs/core/install/linux-package-manager-ubuntu-1910.md b/docs/core/install/linux-package-manager-ubuntu-1910.md index 60830fafed9b7..90063984744da 100644 --- a/docs/core/install/linux-package-manager-ubuntu-1910.md +++ b/docs/core/install/linux-package-manager-ubuntu-1910.md @@ -106,4 +106,4 @@ sudo apt-get install {the .NET Core package} ### Failed to fetch -While installing the .NET Core package, you may see an error similar to `Failed to fetch ... File has unexpected size ... Mirror sync in progress?`. In general, this error means that the package feed for .NET Core is being upgraded with newer versions and you should try again later. If you continually receive this error for some time, please file an issue at . +While installing the .NET Core package, you may see an error similar to `Failed to fetch ... File has unexpected size ... Mirror sync in progress?`. Generally speaking, this error means that the package feed for .NET Core is being upgraded with newer package versions, and that you should try again later. During an upgrade, the package feed should not be unavailable for more than 30 minutes. If you continually receive this error for more than 30 minutes, please file an issue at . From 42448ed911cca8738fda0a780f630c5e9c02e9cf Mon Sep 17 00:00:00 2001 From: Andy De George Date: Tue, 28 Jan 2020 10:26:18 -0800 Subject: [PATCH 3/5] add the message for all package managers --- docs/core/install/linux-package-manager-centos7.md | 8 ++++++++ docs/core/install/linux-package-manager-debian10.md | 2 +- docs/core/install/linux-package-manager-debian9.md | 2 +- docs/core/install/linux-package-manager-fedora29.md | 8 ++++++++ docs/core/install/linux-package-manager-fedora30.md | 8 ++++++++ docs/core/install/linux-package-manager-fedora31.md | 8 ++++++++ docs/core/install/linux-package-manager-opensuse15.md | 8 ++++++++ docs/core/install/linux-package-manager-sles12.md | 8 ++++++++ docs/core/install/linux-package-manager-sles15.md | 8 ++++++++ 9 files changed, 58 insertions(+), 2 deletions(-) diff --git a/docs/core/install/linux-package-manager-centos7.md b/docs/core/install/linux-package-manager-centos7.md index a3033788653a5..bdbf9df3bd4be 100644 --- a/docs/core/install/linux-package-manager-centos7.md +++ b/docs/core/install/linux-package-manager-centos7.md @@ -55,3 +55,11 @@ sudo yum install dotnet-runtime-3.1 ## How to install other versions [!INCLUDE [package-manager-switcher](./includes/package-manager-heading-hack-pkgname.md)] + +## Troubleshoot the package manager + +This section provides information on common errors you may get while using the package manager to install .NET Core. + +### Failed to fetch + +While installing the .NET Core package, you may see an error similar to `Failed to fetch ... File has unexpected size ... Mirror sync in progress?`. Generally speaking, this error means that the package feed for .NET Core is being upgraded with newer package versions, and that you should try again later. During an upgrade, the package feed should not be unavailable for more than 2 hours. If you continually receive this error for more than 2 hours, please file an issue at . diff --git a/docs/core/install/linux-package-manager-debian10.md b/docs/core/install/linux-package-manager-debian10.md index 62069feb0185e..259710185dbba 100644 --- a/docs/core/install/linux-package-manager-debian10.md +++ b/docs/core/install/linux-package-manager-debian10.md @@ -76,4 +76,4 @@ This section provides information on common errors you may get while using the p ### Failed to fetch -While installing the .NET Core package, you may see an error similar to `Failed to fetch ... File has unexpected size ... Mirror sync in progress?`. Generally speaking, this error means that the package feed for .NET Core is being upgraded with newer package versions, and that you should try again later. During an upgrade, the package feed should not be unavailable for more than 2 hours. If you continually receive this error for more than 2 hours, please file an issue at . +While installing the .NET Core package, you may see an error similar to `Failed to fetch ... File has unexpected size ... Mirror sync in progress?`. Generally speaking, this error means that the package feed for .NET Core is being upgraded with newer package versions, and that you should try again later. During an upgrade, the package feed should not be unavailable for more than 30 minutes. If you continually receive this error for more than 30 minutes, please file an issue at . diff --git a/docs/core/install/linux-package-manager-debian9.md b/docs/core/install/linux-package-manager-debian9.md index 860e2922ced37..b1c02ff81ad73 100644 --- a/docs/core/install/linux-package-manager-debian9.md +++ b/docs/core/install/linux-package-manager-debian9.md @@ -76,4 +76,4 @@ This section provides information on common errors you may get while using the p ### Failed to fetch -While installing the .NET Core package, you may see an error similar to `Failed to fetch ... File has unexpected size ... Mirror sync in progress?`. Generally speaking, this error means that the package feed for .NET Core is being upgraded with newer package versions, and that you should try again later. During an upgrade, the package feed should not be unavailable for more than 2 hours. If you continually receive this error for more than 2 hours, please file an issue at . +While installing the .NET Core package, you may see an error similar to `Failed to fetch ... File has unexpected size ... Mirror sync in progress?`. Generally speaking, this error means that the package feed for .NET Core is being upgraded with newer package versions, and that you should try again later. During an upgrade, the package feed should not be unavailable for more than 30 minutes. If you continually receive this error for more than 30 minutes, please file an issue at . diff --git a/docs/core/install/linux-package-manager-fedora29.md b/docs/core/install/linux-package-manager-fedora29.md index b744f48d4277a..3125cad06fe41 100644 --- a/docs/core/install/linux-package-manager-fedora29.md +++ b/docs/core/install/linux-package-manager-fedora29.md @@ -56,3 +56,11 @@ sudo dnf install dotnet-runtime-3.1 ## How to install other versions [!INCLUDE [package-manager-switcher](./includes/package-manager-heading-hack-pkgname.md)] + +## Troubleshoot the package manager + +This section provides information on common errors you may get while using the package manager to install .NET Core. + +### Failed to fetch + +While installing the .NET Core package, you may see an error similar to `Failed to fetch ... File has unexpected size ... Mirror sync in progress?`. Generally speaking, this error means that the package feed for .NET Core is being upgraded with newer package versions, and that you should try again later. During an upgrade, the package feed should not be unavailable for more than 2 hours. If you continually receive this error for more than 2 hours, please file an issue at . diff --git a/docs/core/install/linux-package-manager-fedora30.md b/docs/core/install/linux-package-manager-fedora30.md index 1185fec3b2181..d78a6b18c0c0d 100644 --- a/docs/core/install/linux-package-manager-fedora30.md +++ b/docs/core/install/linux-package-manager-fedora30.md @@ -56,3 +56,11 @@ sudo dnf install dotnet-runtime-3.1 ## How to install other versions [!INCLUDE [package-manager-switcher](./includes/package-manager-heading-hack-pkgname.md)] + +## Troubleshoot the package manager + +This section provides information on common errors you may get while using the package manager to install .NET Core. + +### Failed to fetch + +While installing the .NET Core package, you may see an error similar to `Failed to fetch ... File has unexpected size ... Mirror sync in progress?`. Generally speaking, this error means that the package feed for .NET Core is being upgraded with newer package versions, and that you should try again later. During an upgrade, the package feed should not be unavailable for more than 2 hours. If you continually receive this error for more than 2 hours, please file an issue at . diff --git a/docs/core/install/linux-package-manager-fedora31.md b/docs/core/install/linux-package-manager-fedora31.md index ba4b21c0e82ac..32c6523474207 100644 --- a/docs/core/install/linux-package-manager-fedora31.md +++ b/docs/core/install/linux-package-manager-fedora31.md @@ -56,3 +56,11 @@ sudo dnf install dotnet-runtime-3.1 ## How to install other versions [!INCLUDE [package-manager-switcher](./includes/package-manager-heading-hack-pkgname.md)] + +## Troubleshoot the package manager + +This section provides information on common errors you may get while using the package manager to install .NET Core. + +### Failed to fetch + +While installing the .NET Core package, you may see an error similar to `Failed to fetch ... File has unexpected size ... Mirror sync in progress?`. Generally speaking, this error means that the package feed for .NET Core is being upgraded with newer package versions, and that you should try again later. During an upgrade, the package feed should not be unavailable for more than 2 hours. If you continually receive this error for more than 2 hours, please file an issue at . diff --git a/docs/core/install/linux-package-manager-opensuse15.md b/docs/core/install/linux-package-manager-opensuse15.md index eb6212789d3c1..907730b95a181 100644 --- a/docs/core/install/linux-package-manager-opensuse15.md +++ b/docs/core/install/linux-package-manager-opensuse15.md @@ -59,3 +59,11 @@ sudo zypper install dotnet-runtime-3.1 ## How to install other versions [!INCLUDE [package-manager-switcher](./includes/package-manager-heading-hack-pkgname.md)] + +## Troubleshoot the package manager + +This section provides information on common errors you may get while using the package manager to install .NET Core. + +### Failed to fetch + +While installing the .NET Core package, you may see an error similar to `Failed to fetch ... File has unexpected size ... Mirror sync in progress?`. Generally speaking, this error means that the package feed for .NET Core is being upgraded with newer package versions, and that you should try again later. During an upgrade, the package feed should not be unavailable for more than 2 hours. If you continually receive this error for more than 2 hours, please file an issue at . diff --git a/docs/core/install/linux-package-manager-sles12.md b/docs/core/install/linux-package-manager-sles12.md index fad5b89817a6e..751b60302663a 100644 --- a/docs/core/install/linux-package-manager-sles12.md +++ b/docs/core/install/linux-package-manager-sles12.md @@ -55,3 +55,11 @@ sudo zypper install dotnet-runtime-3.1 ## How to install other versions [!INCLUDE [package-manager-switcher](./includes/package-manager-heading-hack-pkgname.md)] + +## Troubleshoot the package manager + +This section provides information on common errors you may get while using the package manager to install .NET Core. + +### Failed to fetch + +While installing the .NET Core package, you may see an error similar to `Failed to fetch ... File has unexpected size ... Mirror sync in progress?`. Generally speaking, this error means that the package feed for .NET Core is being upgraded with newer package versions, and that you should try again later. During an upgrade, the package feed should not be unavailable for more than 2 hours. If you continually receive this error for more than 2 hours, please file an issue at . diff --git a/docs/core/install/linux-package-manager-sles15.md b/docs/core/install/linux-package-manager-sles15.md index 6db06ddbe4031..6c59f3a74f8e9 100644 --- a/docs/core/install/linux-package-manager-sles15.md +++ b/docs/core/install/linux-package-manager-sles15.md @@ -55,3 +55,11 @@ sudo zypper install dotnet-runtime-3.1 ## How to install other versions [!INCLUDE [package-manager-switcher](./includes/package-manager-heading-hack-pkgname.md)] + +## Troubleshoot the package manager + +This section provides information on common errors you may get while using the package manager to install .NET Core. + +### Failed to fetch + +While installing the .NET Core package, you may see an error similar to `Failed to fetch ... File has unexpected size ... Mirror sync in progress?`. Generally speaking, this error means that the package feed for .NET Core is being upgraded with newer package versions, and that you should try again later. During an upgrade, the package feed should not be unavailable for more than 2 hours. If you continually receive this error for more than 2 hours, please file an issue at . From bd442ada140b55cf74753ded636264fa41b64355 Mon Sep 17 00:00:00 2001 From: Andy De George Date: Tue, 28 Jan 2020 16:03:22 -0800 Subject: [PATCH 4/5] move to include --- .../install/includes/package-manager-failed-to-fetch-deb.md | 1 + .../install/includes/package-manager-failed-to-fetch-rpm.md | 1 + docs/core/install/linux-package-manager-centos7.md | 2 +- docs/core/install/linux-package-manager-debian10.md | 2 +- docs/core/install/linux-package-manager-debian9.md | 2 +- docs/core/install/linux-package-manager-fedora29.md | 2 +- docs/core/install/linux-package-manager-fedora30.md | 2 +- docs/core/install/linux-package-manager-fedora31.md | 2 +- docs/core/install/linux-package-manager-opensuse15.md | 2 +- docs/core/install/linux-package-manager-sles12.md | 2 +- docs/core/install/linux-package-manager-sles15.md | 2 +- docs/core/install/linux-package-manager-ubuntu-1604.md | 2 +- docs/core/install/linux-package-manager-ubuntu-1804.md | 2 +- docs/core/install/linux-package-manager-ubuntu-1904.md | 2 +- docs/core/install/linux-package-manager-ubuntu-1910.md | 2 +- 15 files changed, 15 insertions(+), 13 deletions(-) create mode 100644 docs/core/install/includes/package-manager-failed-to-fetch-deb.md create mode 100644 docs/core/install/includes/package-manager-failed-to-fetch-rpm.md diff --git a/docs/core/install/includes/package-manager-failed-to-fetch-deb.md b/docs/core/install/includes/package-manager-failed-to-fetch-deb.md new file mode 100644 index 0000000000000..436444875ad0f --- /dev/null +++ b/docs/core/install/includes/package-manager-failed-to-fetch-deb.md @@ -0,0 +1 @@ +While installing the .NET Core package, you may see an error similar to `Failed to fetch ... File has unexpected size ... Mirror sync in progress?`. Generally speaking, this error means that the package feed for .NET Core is being upgraded with newer package versions, and that you should try again later. During an upgrade, the package feed should not be unavailable for more than 30 minutes. If you continually receive this error for more than 30 minutes, please file an issue at . \ No newline at end of file diff --git a/docs/core/install/includes/package-manager-failed-to-fetch-rpm.md b/docs/core/install/includes/package-manager-failed-to-fetch-rpm.md new file mode 100644 index 0000000000000..e171e49b5aa48 --- /dev/null +++ b/docs/core/install/includes/package-manager-failed-to-fetch-rpm.md @@ -0,0 +1 @@ +While installing the .NET Core package, you may see an error similar to `signature verification failed for file 'repomd.xml' from repository 'packages-microsoft-com-prod'`. Generally speaking, this error means that the package feed for .NET Core is being upgraded with newer package versions, and that you should try again later. During an upgrade, the package feed should not be unavailable for more than 2 hours. If you continually receive this error for more than 2 hours, please file an issue at . \ No newline at end of file diff --git a/docs/core/install/linux-package-manager-centos7.md b/docs/core/install/linux-package-manager-centos7.md index bdbf9df3bd4be..17d22b74487a9 100644 --- a/docs/core/install/linux-package-manager-centos7.md +++ b/docs/core/install/linux-package-manager-centos7.md @@ -62,4 +62,4 @@ This section provides information on common errors you may get while using the p ### Failed to fetch -While installing the .NET Core package, you may see an error similar to `Failed to fetch ... File has unexpected size ... Mirror sync in progress?`. Generally speaking, this error means that the package feed for .NET Core is being upgraded with newer package versions, and that you should try again later. During an upgrade, the package feed should not be unavailable for more than 2 hours. If you continually receive this error for more than 2 hours, please file an issue at . +[!INCLUDE [package-manager-failed-to-fetch-rpm](includes/package-manager-failed-to-fetch-rpm.md)] diff --git a/docs/core/install/linux-package-manager-debian10.md b/docs/core/install/linux-package-manager-debian10.md index 259710185dbba..25fb8ae924707 100644 --- a/docs/core/install/linux-package-manager-debian10.md +++ b/docs/core/install/linux-package-manager-debian10.md @@ -76,4 +76,4 @@ This section provides information on common errors you may get while using the p ### Failed to fetch -While installing the .NET Core package, you may see an error similar to `Failed to fetch ... File has unexpected size ... Mirror sync in progress?`. Generally speaking, this error means that the package feed for .NET Core is being upgraded with newer package versions, and that you should try again later. During an upgrade, the package feed should not be unavailable for more than 30 minutes. If you continually receive this error for more than 30 minutes, please file an issue at . +[!INCLUDE [package-manager-failed-to-fetch-deb](includes/package-manager-failed-to-fetch-deb.md)] diff --git a/docs/core/install/linux-package-manager-debian9.md b/docs/core/install/linux-package-manager-debian9.md index b1c02ff81ad73..3f43f7c931031 100644 --- a/docs/core/install/linux-package-manager-debian9.md +++ b/docs/core/install/linux-package-manager-debian9.md @@ -76,4 +76,4 @@ This section provides information on common errors you may get while using the p ### Failed to fetch -While installing the .NET Core package, you may see an error similar to `Failed to fetch ... File has unexpected size ... Mirror sync in progress?`. Generally speaking, this error means that the package feed for .NET Core is being upgraded with newer package versions, and that you should try again later. During an upgrade, the package feed should not be unavailable for more than 30 minutes. If you continually receive this error for more than 30 minutes, please file an issue at . +[!INCLUDE [package-manager-failed-to-fetch-deb](includes/package-manager-failed-to-fetch-deb.md)] diff --git a/docs/core/install/linux-package-manager-fedora29.md b/docs/core/install/linux-package-manager-fedora29.md index 3125cad06fe41..6e284fcc1c257 100644 --- a/docs/core/install/linux-package-manager-fedora29.md +++ b/docs/core/install/linux-package-manager-fedora29.md @@ -63,4 +63,4 @@ This section provides information on common errors you may get while using the p ### Failed to fetch -While installing the .NET Core package, you may see an error similar to `Failed to fetch ... File has unexpected size ... Mirror sync in progress?`. Generally speaking, this error means that the package feed for .NET Core is being upgraded with newer package versions, and that you should try again later. During an upgrade, the package feed should not be unavailable for more than 2 hours. If you continually receive this error for more than 2 hours, please file an issue at . +[!INCLUDE [package-manager-failed-to-fetch-rpm](includes/package-manager-failed-to-fetch-rpm.md)] diff --git a/docs/core/install/linux-package-manager-fedora30.md b/docs/core/install/linux-package-manager-fedora30.md index d78a6b18c0c0d..dcfbed084270d 100644 --- a/docs/core/install/linux-package-manager-fedora30.md +++ b/docs/core/install/linux-package-manager-fedora30.md @@ -63,4 +63,4 @@ This section provides information on common errors you may get while using the p ### Failed to fetch -While installing the .NET Core package, you may see an error similar to `Failed to fetch ... File has unexpected size ... Mirror sync in progress?`. Generally speaking, this error means that the package feed for .NET Core is being upgraded with newer package versions, and that you should try again later. During an upgrade, the package feed should not be unavailable for more than 2 hours. If you continually receive this error for more than 2 hours, please file an issue at . +[!INCLUDE [package-manager-failed-to-fetch-rpm](includes/package-manager-failed-to-fetch-rpm.md)] diff --git a/docs/core/install/linux-package-manager-fedora31.md b/docs/core/install/linux-package-manager-fedora31.md index 32c6523474207..75f50683f4afa 100644 --- a/docs/core/install/linux-package-manager-fedora31.md +++ b/docs/core/install/linux-package-manager-fedora31.md @@ -63,4 +63,4 @@ This section provides information on common errors you may get while using the p ### Failed to fetch -While installing the .NET Core package, you may see an error similar to `Failed to fetch ... File has unexpected size ... Mirror sync in progress?`. Generally speaking, this error means that the package feed for .NET Core is being upgraded with newer package versions, and that you should try again later. During an upgrade, the package feed should not be unavailable for more than 2 hours. If you continually receive this error for more than 2 hours, please file an issue at . +[!INCLUDE [package-manager-failed-to-fetch-rpm](includes/package-manager-failed-to-fetch-rpm.md)] diff --git a/docs/core/install/linux-package-manager-opensuse15.md b/docs/core/install/linux-package-manager-opensuse15.md index 907730b95a181..7ff8f89cd0945 100644 --- a/docs/core/install/linux-package-manager-opensuse15.md +++ b/docs/core/install/linux-package-manager-opensuse15.md @@ -66,4 +66,4 @@ This section provides information on common errors you may get while using the p ### Failed to fetch -While installing the .NET Core package, you may see an error similar to `Failed to fetch ... File has unexpected size ... Mirror sync in progress?`. Generally speaking, this error means that the package feed for .NET Core is being upgraded with newer package versions, and that you should try again later. During an upgrade, the package feed should not be unavailable for more than 2 hours. If you continually receive this error for more than 2 hours, please file an issue at . +[!INCLUDE [package-manager-failed-to-fetch-rpm](includes/package-manager-failed-to-fetch-rpm.md)] diff --git a/docs/core/install/linux-package-manager-sles12.md b/docs/core/install/linux-package-manager-sles12.md index 751b60302663a..43245a57d5493 100644 --- a/docs/core/install/linux-package-manager-sles12.md +++ b/docs/core/install/linux-package-manager-sles12.md @@ -62,4 +62,4 @@ This section provides information on common errors you may get while using the p ### Failed to fetch -While installing the .NET Core package, you may see an error similar to `Failed to fetch ... File has unexpected size ... Mirror sync in progress?`. Generally speaking, this error means that the package feed for .NET Core is being upgraded with newer package versions, and that you should try again later. During an upgrade, the package feed should not be unavailable for more than 2 hours. If you continually receive this error for more than 2 hours, please file an issue at . +[!INCLUDE [package-manager-failed-to-fetch-rpm](includes/package-manager-failed-to-fetch-rpm.md)] diff --git a/docs/core/install/linux-package-manager-sles15.md b/docs/core/install/linux-package-manager-sles15.md index 6c59f3a74f8e9..a8b4f000bf80c 100644 --- a/docs/core/install/linux-package-manager-sles15.md +++ b/docs/core/install/linux-package-manager-sles15.md @@ -62,4 +62,4 @@ This section provides information on common errors you may get while using the p ### Failed to fetch -While installing the .NET Core package, you may see an error similar to `Failed to fetch ... File has unexpected size ... Mirror sync in progress?`. Generally speaking, this error means that the package feed for .NET Core is being upgraded with newer package versions, and that you should try again later. During an upgrade, the package feed should not be unavailable for more than 2 hours. If you continually receive this error for more than 2 hours, please file an issue at . +[!INCLUDE [package-manager-failed-to-fetch-deb](includes/package-manager-failed-to-fetch-rpm.md)] diff --git a/docs/core/install/linux-package-manager-ubuntu-1604.md b/docs/core/install/linux-package-manager-ubuntu-1604.md index b4b3ede409dab..bb6b8e0145a12 100644 --- a/docs/core/install/linux-package-manager-ubuntu-1604.md +++ b/docs/core/install/linux-package-manager-ubuntu-1604.md @@ -106,4 +106,4 @@ sudo apt-get install {the .NET Core package} ### Failed to fetch -While installing the .NET Core package, you may see an error similar to `Failed to fetch ... File has unexpected size ... Mirror sync in progress?`. Generally speaking, this error means that the package feed for .NET Core is being upgraded with newer package versions, and that you should try again later. During an upgrade, the package feed should not be unavailable for more than 30 minutes. If you continually receive this error for more than 30 minutes, please file an issue at . +[!INCLUDE [package-manager-failed-to-fetch-deb](includes/package-manager-failed-to-fetch-deb.md)] diff --git a/docs/core/install/linux-package-manager-ubuntu-1804.md b/docs/core/install/linux-package-manager-ubuntu-1804.md index f59c39d496941..aed82cf6a9609 100644 --- a/docs/core/install/linux-package-manager-ubuntu-1804.md +++ b/docs/core/install/linux-package-manager-ubuntu-1804.md @@ -109,4 +109,4 @@ sudo apt-get install {the .NET Core package} ### Failed to fetch -While installing the .NET Core package, you may see an error similar to `Failed to fetch ... File has unexpected size ... Mirror sync in progress?`. Generally speaking, this error means that the package feed for .NET Core is being upgraded with newer package versions, and that you should try again later. During an upgrade, the package feed should not be unavailable for more than 30 minutes. If you continually receive this error for more than 30 minutes, please file an issue at . +[!INCLUDE [package-manager-failed-to-fetch-deb](includes/package-manager-failed-to-fetch-deb.md)] diff --git a/docs/core/install/linux-package-manager-ubuntu-1904.md b/docs/core/install/linux-package-manager-ubuntu-1904.md index 7a49d1a018d09..dfe225a9694fc 100644 --- a/docs/core/install/linux-package-manager-ubuntu-1904.md +++ b/docs/core/install/linux-package-manager-ubuntu-1904.md @@ -106,4 +106,4 @@ sudo apt-get install {the .NET Core package} ### Failed to fetch -While installing the .NET Core package, you may see an error similar to `Failed to fetch ... File has unexpected size ... Mirror sync in progress?`. Generally speaking, this error means that the package feed for .NET Core is being upgraded with newer package versions, and that you should try again later. During an upgrade, the package feed should not be unavailable for more than 30 minutes. If you continually receive this error for more than 30 minutes, please file an issue at . +[!INCLUDE [package-manager-failed-to-fetch-deb](includes/package-manager-failed-to-fetch-deb.md)] diff --git a/docs/core/install/linux-package-manager-ubuntu-1910.md b/docs/core/install/linux-package-manager-ubuntu-1910.md index 90063984744da..f9d1a2d6bd4ae 100644 --- a/docs/core/install/linux-package-manager-ubuntu-1910.md +++ b/docs/core/install/linux-package-manager-ubuntu-1910.md @@ -106,4 +106,4 @@ sudo apt-get install {the .NET Core package} ### Failed to fetch -While installing the .NET Core package, you may see an error similar to `Failed to fetch ... File has unexpected size ... Mirror sync in progress?`. Generally speaking, this error means that the package feed for .NET Core is being upgraded with newer package versions, and that you should try again later. During an upgrade, the package feed should not be unavailable for more than 30 minutes. If you continually receive this error for more than 30 minutes, please file an issue at . +[!INCLUDE [package-manager-failed-to-fetch-deb](includes/package-manager-failed-to-fetch-deb.md)] From 20ee591f5b695859583d97caacc1375df2ace06f Mon Sep 17 00:00:00 2001 From: Andy De George Date: Tue, 28 Jan 2020 16:14:31 -0800 Subject: [PATCH 5/5] minor --- .../install/includes/package-manager-failed-to-fetch-deb.md | 3 ++- .../install/includes/package-manager-failed-to-fetch-rpm.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/core/install/includes/package-manager-failed-to-fetch-deb.md b/docs/core/install/includes/package-manager-failed-to-fetch-deb.md index 436444875ad0f..a0563e7c4ca82 100644 --- a/docs/core/install/includes/package-manager-failed-to-fetch-deb.md +++ b/docs/core/install/includes/package-manager-failed-to-fetch-deb.md @@ -1 +1,2 @@ -While installing the .NET Core package, you may see an error similar to `Failed to fetch ... File has unexpected size ... Mirror sync in progress?`. Generally speaking, this error means that the package feed for .NET Core is being upgraded with newer package versions, and that you should try again later. During an upgrade, the package feed should not be unavailable for more than 30 minutes. If you continually receive this error for more than 30 minutes, please file an issue at . \ No newline at end of file + +While installing the .NET Core package, you may see an error similar to `Failed to fetch ... File has unexpected size ... Mirror sync in progress?`. Generally speaking, this error means that the package feed for .NET Core is being upgraded with newer package versions, and that you should try again later. During an upgrade, the package feed should not be unavailable for more than 30 minutes. If you continually receive this error for more than 30 minutes, please file an issue at . diff --git a/docs/core/install/includes/package-manager-failed-to-fetch-rpm.md b/docs/core/install/includes/package-manager-failed-to-fetch-rpm.md index e171e49b5aa48..3b336106bfd8c 100644 --- a/docs/core/install/includes/package-manager-failed-to-fetch-rpm.md +++ b/docs/core/install/includes/package-manager-failed-to-fetch-rpm.md @@ -1 +1,2 @@ -While installing the .NET Core package, you may see an error similar to `signature verification failed for file 'repomd.xml' from repository 'packages-microsoft-com-prod'`. Generally speaking, this error means that the package feed for .NET Core is being upgraded with newer package versions, and that you should try again later. During an upgrade, the package feed should not be unavailable for more than 2 hours. If you continually receive this error for more than 2 hours, please file an issue at . \ No newline at end of file + +While installing the .NET Core package, you may see an error similar to `signature verification failed for file 'repomd.xml' from repository 'packages-microsoft-com-prod'`. Generally speaking, this error means that the package feed for .NET Core is being upgraded with newer package versions, and that you should try again later. During an upgrade, the package feed should not be unavailable for more than 2 hours. If you continually receive this error for more than 2 hours, please file an issue at .