linux-package-repositories icon indicating copy to clipboard operation
linux-package-repositories copied to clipboard

Microsoft Packaged Linux Software (DEBs, RPMs, etc) are hosted on packages.microsoft.com (PMC) made available as native Linux repositories for use with package managers like APT, YUM, etc.

Results 17 linux-package-repositories issues
Sort by recently updated
recently updated
newest added

I'm having a similar problem as: https://github.com/microsoft/linux-package-repositories/issues/39 Microsoft is providing unixODBC packages in the RHEL9 Prod repo: https://packages.microsoft.com/rhel/9.0/prod/ These packages are newer (2.3.11-1) that the packages that are shipped with...

package issue

Some suggestions: * We have this `RepoErrors` model in the code. I like the idea of the model but we pass it to functions as a parameter and they add...

enhancement
repoaudit

**Describe the issue** Hi, I've recently had an issue with a customer; they tried to install azure-cli on their RHEL8 system, they followed the docs: https://learn.microsoft.com/en-us/cli/azure/install-azure-cli-linux?pivots=dnf sadly they followed them...

bug

**Describe the issue** There is no CentOS 9 repository available on packages.microsoft.com -- see http://packages.microsoft.com/rhel/ - there are only repos for CentOS 6/7/8. RHEL 9 has a repository available -...

bug

**Describe the issue** Hi, it seems the mdatp package is being modified outside of the rpm context. I'd say this is bad practice. I noticed this during tests with mdatp...

bug

The repodata stored on packages.microsoft.com does not currently conform to industry established best practices for software versioning and errata content. Red Hat has for many years been leading in the...

enhancement

The repoaudit code has this `verify` variable that I believe is used to control whether to verify the ssl cert when making url requests. We should: 1. Better document this...

enhancement
repoaudit

**Describe the issue** The [GPG key used to sign packages for Fedora][gpg-key] uses a Positive certification of a User ID and Public Key packet with a SHA-1 signature. Due to...

bug

**Describe the problem you are experiencing.** Example RHEL8 but it applies to all rhel versions. http://packages.microsoft.com/rhel/8/prod/Packages/p/packages-microsoft-prod.rpm currently includes a single file `/etc/yum.repos.d/microsoft-prod.repo` with the contents: ``` [packages-microsoft-com-prod] name=packages-microsoft-com-prod baseurl=https://packages.microsoft.com/rhel/8/prod enabled=1...

enhancement

**Describe the issue** The AADSSHLoginForLinux Extension (Version 1.0.2203.1) is currently creating /etc/yum.repos.d/microsoft-prod.repo. It should use https://packages.microsoft.com/rhel/8/prod/Packages/p/packages-microsoft-prod.rpm instead. **When did the issue occur?** This happens on every installation. **If appplicable, what...

bug