Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

As microsoft has their own PPA now, this ppa is obsolete #5

Closed
aveao opened this issue Mar 2, 2017 · 2 comments
Closed

As microsoft has their own PPA now, this ppa is obsolete #5

aveao opened this issue Mar 2, 2017 · 2 comments

Comments

@aveao
Copy link

aveao commented Mar 2, 2017

https://code.visualstudio.com/docs/setup/linux#_installation

Thanks for all the updates you helped with!

@tagplus5
Copy link
Owner

tagplus5 commented Mar 2, 2017

@ardaozkal thanks, i agree with you, but i see the differences with official repository and ms deb files on my repository:

My repo:

docker run -it --rm ubuntu bash -c \
"apt update && \
apt install -y sudo bash curl wget apt-transport-https && \
sudo wget -O - https://tagplus5.github.io/vscode-ppa/ubuntu/gpg.key | sudo apt-key add - && \
sudo wget -O /etc/apt/sources.list.d/vscode.list https://tagplus5.github.io/vscode-ppa/ubuntu/vscode.list && \
sudo apt update && \
sudo apt list -a code-insiders"

output:

code-insiders/unknown 1.11.0-1488462264 amd64
code-insiders/unknown 1.11.0-1488453595 amd64
code-insiders/unknown 1.11.0-1488439219 amd64
code-insiders/unknown 1.10.0-1488204485 amd64
code-insiders/unknown 1.10.0-1487968147 amd64
code-insiders/unknown 1.10.0-1487921388 amd64
code-insiders/unknown 1.10.0-1487833419 amd64
code-insiders/unknown 1.10.0-1487747028 amd64
code-insiders/unknown 1.10.0-1487661178 amd64
code-insiders/unknown 1.10.0-1487573781 amd64
code-insiders/unknown 1.10.0-1487338510 amd64
code-insiders/unknown 1.10.0-1487331400 amd64
code-insiders/unknown 1.10.0-1487314590 amd64
code-insiders/unknown 1.10.0-1487229188 amd64
code-insiders/unknown 1.10.0-1487172612 amd64
code-insiders/unknown 1.10.0-1487141791 amd64
code-insiders/unknown 1.10.0-1487066651 amd64
code-insiders/unknown 1.10.0-1486968997 amd64
code-insiders/unknown 1.10.0-1486710796 amd64
code-insiders/unknown 1.10.0-1486640887 amd64
code-insiders/unknown 1.10.0-1486623406 amd64
code-insiders/unknown 1.10.0-1486537994 amd64
code-insiders/unknown 1.10.0-1486451587 amd64
code-insiders/unknown 1.10.0-1486365175 amd64
code-insiders/unknown 1.10.0-1486105026 amd64

MS repo:

docker run -it --rm ubuntu bash -c \
"apt update && \
apt install -y sudo bash curl wget apt-transport-https && \
curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg && \
sudo mv microsoft.gpg /etc/apt/trusted.gpg.d/microsoft.gpg && \
sudo sh -c 'echo \"deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main\" > /etc/apt/sources.list.d/vscode.list' && \
sudo apt-get update && \
sudo apt list -a code-insiders"

output:

code-insiders/stable 1.11.0-1488439219 amd64
code-insiders/stable 1.11.0-1488265408 amd64
code-insiders/stable 1.10.0-1488204485 amd64
code-insiders/stable 1.10.0-1487968147 amd64
code-insiders/stable 1.10.0-1487921388 amd64
code-insiders/stable 1.10.0-1487833419 amd64
code-insiders/stable 1.10.0-1487747028 amd64
code-insiders/stable 1.10.0-1487661178 amd64
code-insiders/stable 1.10.0-1487338510 amd64
code-insiders/stable 1.10.0-1487314590 amd64
code-insiders/stable 1.10.0-1487229188 amd64
code-insiders/stable 1.10.0-1487199085 amd64

When install latest versions:
version 1.11.0-1488462264
image

version 1.11.0-1488439219
image
and when install version 1.11.0-1488439219, vscode shows that update avaliable

so MS official repository does not yet contain the latest version of code-insiders

@aveao
Copy link
Author

aveao commented Mar 3, 2017

Ah, I see. Noting down this on the readme file might be helpful, though.

@aveao aveao closed this as completed Mar 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants