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

Please add PPA for Ubuntu 18.04 #1282

Closed
murbanowicz opened this issue Feb 24, 2018 · 11 comments
Closed

Please add PPA for Ubuntu 18.04 #1282

murbanowicz opened this issue Feb 24, 2018 · 11 comments

Comments

@murbanowicz
Copy link

Hi,
Is it possible to add PPA for Ubuntu 18.04 to let us install dotnet core sdk/runtime using apt-get ?

@richlander
Copy link
Member

We're work on it. @leecow is working to make it happen. Totally agree!

@leecow
Copy link
Member

leecow commented Feb 28, 2018

Hey @murbanowicz - working with the team that manages packages.microsoft.com and hope to have an 18.04 feed up in the next few weeks.

@murbanowicz
Copy link
Author

murbanowicz commented Mar 9, 2018

@leecow Any updated on that?

@Petermarcu
Copy link
Member

@leecow , anything I can do to help on this one?

@leecow
Copy link
Member

leecow commented Mar 15, 2018

18.04 PPA is up. The next 2.1 Preview will be pushed there as well as an upcoming 2.0 update as soon as 18.04 support is added.

@Petermarcu
Copy link
Member

Great. Should we upload Preview1 to it?

@leecow
Copy link
Member

leecow commented Mar 15, 2018

18.04 support was added to Master so I don't believe we have Preview 1 builds that would work. Certainly the tarball could be used along with a daily build of the dependency installer (or manually install them)

@Petermarcu
Copy link
Member

Ok, @leecow do you need this issue open to track it happening or can we close it?

@damageboy
Copy link

OK... since 18.04 is two days away... is there an ETA on when the official non preview will be published for 18.04?

I'd be very happy to put my hands on dotnet-sdk-2.1.105... :)

@damageboy
Copy link

I just saw that dotnet-sdk-2.1.105 in the last few minutes...!:

$ lsb_release -d
Description:	Ubuntu Bionic Beaver (development branch)
$ dotnet --version
2.1.105

@leecow
Copy link
Member

leecow commented Apr 24, 2018

Nice discovery! Still need to update the install references but it's good to go and you should find The April Update (2.0.7 with 2.1.105 SDK) and 2.1 Preview 2

The following will get you set up:

wget -qO- https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.asc.gpg
mv microsoft.asc.gpg /etc/apt/trusted.gpg.d/
wget -q https://packages.microsoft.com/config/ubuntu/18.04/prod.list
mv prod.list /etc/apt/sources.list.d/microsoft-prod.list

@leecow leecow closed this as completed Apr 24, 2018
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

5 participants