Latest Firefox available in the Omniverse repository 07 September 2021, 16:32:04 Firefox 92.0 is now available in the Omniverse repository.This repository also includes packages libreoffice-still, filezilla, audacious, vscodium, remmina, timeshift, displaylink, autokey, tmux, terminator and more.Artist 3 Likes
Re: Latest Firefox available in the Omniverse repository Reply #1 – 12 September 2021, 14:15:11 whats the difference between the universe AND THE omniverse
Re: Latest Firefox available in the Omniverse repository Reply #2 – 12 September 2021, 20:57:53 The Artix repo's are explained here: https://wiki.artixlinux.org/Main/Repositories 1 Likes
Re: Latest Firefox available in the Omniverse repository Reply #3 – 12 September 2021, 22:41:33 Quote from: niksonuser – on 12 September 2021, 14:15:11whats the difference between the universe AND THE omniverseJust runCode: [Select]pacman -Sl <repo-name>and look what packages are available in each of the repos. 1 Likes
Re: Latest Firefox available in the Omniverse repository Reply #4 – 13 September 2021, 21:38:03 Quote from: VictorBrand – on 12 September 2021, 22:41:33Just runCode: [Select]pacman -Sl <repo-name>and look what packages are available in each of the repos.Or this (in Bash ):Code: [Select]$ diff -y <(pacman -Sl world | cut -d' ' -f2-) <(pacman -Sl extra | cut -d' ' -f2-) | lessReplace "world" and "extra" with repo names. Last Edit: 13 September 2021, 22:31:32 by strajder
Re: Latest Firefox available in the Omniverse repository Reply #5 – 14 September 2021, 05:18:15 Quote from: strajder – on 13 September 2021, 21:38:03Or this (in Bash ):Code: [Select]$ diff -y <(pacman -Sl world | cut -d' ' -f2-) <(pacman -Sl extra | cut -d' ' -f2-) | lessReplace "world" and "extra" with repo names.I know, processes and pipes are cheap, but you can remove the need for cut with pacman -Slq repo:Code: [Select]diff -y <(pacman -Slq world) <(pacman -Slq extra) | less 1 Likes
Re: Latest Firefox available in the Omniverse repository Reply #6 – 05 October 2021, 15:52:17 Firefox has been updated to 93.0One change is that Firefox will block downloads it considers as insecure as perhttps://blog.mozilla.org/security/2021/10/05/firefox-93-protects-against-insecure-downloads/block insecure HTTP downloads on a secure HTTPS pageblock downloads in sandboxed iframes, unless the iframe is explicitly annotated with the allow-downloads attribute 1 Likes