Advertisement
Guest User

raspberrypi.org forum submission

a guest
Feb 3rd, 2021
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. Hi, just updated to the package "raspberrypi-sys-mods_20210125_armhf.deb" today and it installs "/etc/apt/sources.list.d/vscode.list":
  2.  
  3. [code]### THIS FILE IS AUTOMATICALLY CONFIGURED ###
  4. # You may comment out this entry, but any other modifications may be lost.
  5. deb [arch=amd64,arm64,armhf] http://packages.microsoft.com/repos/code stable main
  6. [/code]
  7.  
  8. including the Microsoft GPG key for that repo: /etc/apt/trusted.gpg.d/microsoft.gpg
  9.  
  10. These files are not added in the usual way (as a file included in the deb package), but rather using the "postinst" script, which makes it more difficult to find out where these files come from, e.g. "dpkg -S" won't work.
  11.  
  12. This is the current content of the Microsoft repository: http://packages.microsoft.com/repos/code/pool/main/c/
  13.  
  14. [code]code/
  15. code-exploration/
  16. code-insiders/[/code]
  17.  
  18. Which is this VisualStudio editor: https://code.visualstudio.com/.
  19.  
  20. This editor is clearly not using the GPL license and is not free software, but the Debian packages are in the "main" component, which is against the Debian guidelines, they should rather be in "non-free" due to the license.
  21.  
  22. Due to the license conflict I would like to ask you kindly to either remove that repository again from the "postinst" script of "raspberrypi-sys-mods", and if you really want it in, then please add it in a way the user can clearly see it's license and that it is non-free software *before* installing it, and actually has a choice about it.
  23.  
  24. Thank you.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement