Skip to content
This repository has been archived by the owner on Nov 15, 2018. It is now read-only.

Linux installation / package managers #1

Open
bgse opened this issue Dec 14, 2015 · 3 comments
Open

Linux installation / package managers #1

bgse opened this issue Dec 14, 2015 · 3 comments

Comments

@bgse
Copy link

bgse commented Dec 14, 2015

Something you might consider for the Linux installation process is checking if there are known repos for the users distribution.

At least for Fedora, there is already a COPR, and I suspect there should be more cropping up for other distros as well given some time.

microsoft/vscode#229

Could prompt the user if they want to install using the repo instead and do it automatically, or just print instructions.

@hashhar
Copy link
Owner

hashhar commented Dec 14, 2015

Thanks for this. I will start working on it once my exams get over. Also, I was looking to extend this to a host of other applications.

PS: Do you by chance have knowledge of any program for Linux (mainly Ubuntu) that allows me to download and install packages meuldntioned in a list. I usually tend to mess up my Ubuntu installation and would like to have a program that sets up my new installation perfectly by reading the packages to be installed from a text file?

@bgse
Copy link
Author

bgse commented Dec 14, 2015

Not sure if there is a special program for this purpose, but what you can do is read the list of packages from a text file into a variable, say $mypkgs so that it contains something like 'pkg1 pkg2 pkg3', and then have the package manager install from that variable.

For Ubuntu, that should then be something like

apt-get install $mypkgs

@hashhar
Copy link
Owner

hashhar commented Feb 22, 2016

@bgse I have just started work on this. Just thought I should let you know.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants