Git Product home page Git Product logo

vscode-ppa's Introduction

Visual Studio Code PPA

Contains

  • Visual Studio Code
  • Visual Studio Code Insiders

Installation

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 install code code-insiders

On 1.10.1 Update Microsoft create official signed repositories for Linux

https://code.visualstudio.com/updates/v1_10#_official-signed-repositories-for-linux

Install for Debian and Ubuntu based distributions

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

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 install code code-insiders

For now, there are differences in the official MS repository and this repository for code-insiders, see:

#5 (comment)

vscode-ppa's People

Contributors

tagplus5 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

vscode-ppa's Issues

Unable to resolve tagplus5.github.io

Hi,

When I execute the first command, I get the following error"
$ sudo wget -O - https://tagplus5.github.io/vscode-ppa/ubuntu/gpg.key | sudo apt-key add - --2016-11-28 15:13:24-- https://tagplus5.github.io/vscode-ppa/ubuntu/gpg.key Resolving tagplus5.github.io (tagplus5.github.io)... failed: Name or service not known. **wget: unable to resolve host address ‘tagplus5.github.io’** gpg: no valid OpenPGP data found.

Has the host been removed? Is this project still actively maintained?

Thanks in advance,
Philipp

Documentation on how to use github repo as PPA

Hi,

Thanks for making this repo in advance.

I think it is really useful to use github repo as PPA, not only because my network connections to github are way faster then ppa.launchpad.net, but also good to know the insides of how to update/push, etc. (through your update.sh, push.sh) to keep a PPA update to date.

Could you share how to use a github repo as PPA like this one in your README? Including how to create a gpg key, how your shell scripts work. Would really appreciate this since I have several softwares that's not included in my distro's package management system, and I want to host their deb on my own PPA.

Thanks!

Not an issue, but a thank you.

Well, I normally hate using issues to thank people, but I couldn't find a mail address or any way of contacting you, so I decided to just... well, abuse the issues system.

Having to redownload vscode on every update, especially on a slow internet, is hell. I just discovered this repo, and it seems like it is maintained well. I, well, wanted to say thanks, and kinda wanted to say "don't take it down, because this is life/timesaving".

Thanks again.

edit: closing so that it doesn't look bad or whatever on the main page of ppa, but you prob got a mail already.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.