Forum

Would it be possibl...
 
Notifications
Clear all

Would it be possible to add Microsoft Edge stable to the repos?

9 Posts
2 Users
0 Reactions
4 Views
Posts: 83
Topic starter
(@einar-hjortdal)
Estimable Member
Joined: 2 years ago

Then maybe writing a script that downlaods the binary on the user's system is the correct thing to do for both vscode and edge


Reply
Posts: 212
Admin
(@silvan)
Member
Joined: 12 years ago

openmamba has already a project called netsrpms which provides support for local download and RPM packaging of components which cannot be distributed. Adding support for vscode and edge is now in my TODO list.


Reply
Posts: 212
Admin
(@silvan)
Member
Joined: 12 years ago

Additionaly, code can be installed by following the same instructions for RPM based distributions on this page . A Microsoft dnf repository is set and will provide the updates, this is the way Skype could be used until it was dismissed.

sudo rpm --import  https://packages.microsoft.com/keys/microsoft.asc 
echo -e "
nname=Visual Studio Codenbaseurl= https://packages.microsoft.com/yumrepos/vscodenenabled=1nautorefresh=1ntype=rpm-mdngpgcheck=1ngpgkey=https://packages.microsoft.com/keys/microsoft.asc"  | sudo tee /etc/yum.repos.d/vscode.repo > /dev/null
sudo dnf install code

You may need to remove visual-studio-code-bin before to avoid conflicts.

Edge is currently only distributed in .deb format so the above mechanism is not applicable.


Reply
Posts: 83
Topic starter
(@einar-hjortdal)
Estimable Member
Joined: 2 years ago

Edge is actually available as rpm here, however I do not like how it is packaged.


Reply
Page 2 / 2
Share: