=== sam__ is now known as Guest9781 === sam__ is now known as Guest7457 === leon is now known as Guest4318 === swolf154 is now known as HusTler === qwerty is now known as Guest457 === genii-core is now known as genii [16:40] I cannot update my firefox browser in lubuntu 20.04 focal fossa,can anyone help? [16:46] [telegram] Have you done a sudo apt update and then a sudo apt dist-upgrade? (re @lubuntu_bot: (irc) I cannot update my firefox browser in lubuntu 20.04 focal fossa,can anyone help?) [16:47] [telegram] Wasif: the updates to Lubuntu in 20.04 are driven by the Firefox package in the repositories, when you say you can't update, do you mean you can't update Firefox to a newer version than what's in the repos, or that you're trying to install via sudo apt update && sudo apt dist-upgrade and it errors? [16:48] i am having firefox 85.0,now I wanted to update my firefox to 90.0(latest version) from official website. how do I do that? [16:50] [telegram] the latest version is 89 on 20.04. not 85. Run sudo apt update && sudo apt dist-upgrade and you'll get 89 [16:50] [telegram] version 90 will show up once the SRU process happens from the Desktop Team (it'll affect all releases' firefox) [16:50] [telegram] then you'd just do the same set of commands (sudo apt update && sudo apt dist-upgrade) on the ocmmand line to get the updated version [16:50] [telegram] there's nothing really different between 89 and 90 that's of note in terms of end user [16:51] [telegram] https://www.omgubuntu.co.uk/2021/07/firefox-90-released-new-features [16:51] [telegram] Not many changes [16:53] Wasif: To add to what teward001 said: Downloading software from the developers' website is not how you normally install software or updates on Lubuntu. Instead, you wait for them to be packaged. Web browser are special in that they get upgraded within a Lubuntu release, other software would remain on the original version and just get backported security patches. There you'd do a Lubuntu release upgrade to get the newer version. [16:54] (PPAs and Snaps may also provide newer software versions) [16:54] and they're gone [16:55] [telegram] unfortunate timing huh tomreyn [16:56] a bit [16:57] Wasif: welcome back - had you left on purpose? [16:58] so sorry,my computer suddenly took a restart [16:59] Wasif: i sent you what you may have missed in a private message window [16:59] Uploaded file: https://uploads.kiwiirc.com/files/c2995c272cdaac189107428bc2e0ee5f/image.png [17:00] [telegram] Wasif run the following commands: [17:00] [telegram] sudo apt update [17:00] [telegram] sudo apt dist-upgrade [17:00] [telegram] in the command line [17:00] [telegram] it'll get you to 89. 90 will land once the SRU process happens for the older releases, there's a lot of chaos surrounding those [17:01] [telegram] Or install updates from plasma-discover [17:02] [telegram] Discover in LXQt menu [17:02] Uploaded file: https://uploads.kiwiirc.com/files/a47550773eec28647169985d101ad4c5/pasted.txt [17:02] what's next to do? [17:02] [telegram] remove that PPA [17:02] [telegram] it's long dead [17:02] [telegram] you also are running poorly in hyour repos [17:02] [telegram] you've disabled focal-updates and focal-security [17:02] how to fix all those things [17:03] [telegram] which is why you're NEVER going to get 'newer' versions of things or bugfixes for issues from the Lubuntu or general Ubuntu teams [17:03] [telegram] start by sharing the output of cat /etc/apt/sources.list [17:03] [telegram] so we can fix that first [17:04] start by sharing the output of cat /etc/apt/sources.list [17:04] i dont understand [17:04] what to do with this [17:04] [telegram] run that command in the terminal: cat /etc/apt/sources.list [17:04] [telegram] show us via the same way you've shared pasted data here what's in there [17:04] [telegram] after we know what's there we'll have you edit the file with the relevant lines you're missing [17:04] [telegram] and then have you run: sudo apt update [17:05] [telegram] and: sudo apt dist-upgrade [17:05] [telegram] and you should get newer Firefox [17:05] [telegram] BUT we need to see what your system has in there currently [17:05] wasif@wasif-aspire4752:~$ cat /etc/apt/sources.list [17:05] deb cdrom:[Lubuntu 20.04.2 LTS _Focal Fossa_ - Release amd64 (20210204)]/ focal main multiverse restricted universe [17:05] [telegram] for what repositories to use and update with [17:05] deb http://archive.ubuntu.com/ubuntu focal multiverse restricted universe main [17:06] next step? [17:06] [telegram] Run the following commands on the command line: [17:07] [telegram] echo "deb http://archive.ubuntu.com/ubuntu focal-updates main restricted universe multiverse" | sudo tee -a /etc/apt/sources.list [17:07] teward001: maybe this is what you wanted? sudo grep -Ev '^([ ]*#.*)?$' /etc/apt/sources.list{,.d/*.list} | nc termbin.com 9999 [17:07] [telegram] tomreyn: no, i only wanted the base repos [17:07] ok [17:07] [telegram] echo "deb http://archive.ubuntu.com/ubuntu focal-security main restricted universe multiverse" | sudo tee -a /etc/apt/sources.list [17:07] [telegram] Wasif: run those two commands *including* the | [17:08] [telegram] because those are both one liners [17:08] [telegram] then run this: sudo apt update && sudo apt dist-upgrade [17:08] [telegram] it should give you a TON of upgrades to run [17:08] [telegram] accept them all, and then you'll be up to date on Firefox 89 [17:08] [telegram] and firefox 90 when that's made available after the stable updates process [17:09] you guys are confusing,can you please say again which commands step by step and please dont interrupt him anyone [17:09] [telegram] echo "deb http://archive.ubuntu.com/ubuntu focal-updates main restricted universe multiverse" | sudo tee -a /etc/apt/sources.list [17:09] [telegram] echo "deb http://archive.ubuntu.com/ubuntu focal-security main restricted universe multiverse" | sudo tee -a /etc/apt/sources.list [17:09] [telegram] run both of those [17:09] [telegram] let me know when you're done [17:10] Uploaded file: https://uploads.kiwiirc.com/files/09ebfde346bdf21bc1bf53a36d8b0be0/pasted.txt [17:11] [telegram] OK [17:11] [telegram] now do me a favor and run this: grep -r 'ppa.launchpad.net' /etc/apt/sources.list.d' [17:11] [telegram] share the output [17:11] [telegram] because based on THAT output we're going to remove that Lubuntu PPA because it's dead and does not work anymore. [17:12] [telegram] oops i mistyped there's a syntax error [17:12] [telegram] grep -r 'ppa.launchpad.net' /etc/apt/sources.list.d [17:12] [telegram] there we go [17:13] Uploaded file: https://uploads.kiwiirc.com/files/681c6f1357e244405ad6bdeec75eb247/pasted.txt [17:13] i am not getting any result [17:13] [telegram] cancel that out with Ctrl+C [17:13] [telegram] use the version I said after "oops i mistyped" [17:14] Uploaded file: https://uploads.kiwiirc.com/files/0b379ab27200fb170283da73d0bb0f33/pasted.txt [17:15] [telegram] Now run this: sudo rm /etc/apt/sources.list.d/lubuntu-desktop-ubuntu-ppa-focal.list /etc/apt/sources.list.d/lubuntu-desktop-ubuntu-ppa-focal.list.save [17:15] [telegram] after you do that, run this: sudo apt update && sudo apt dist-upgrade [17:15] [telegram] no need to paste the output [17:15] wasif@wasif-aspire4752:~$ sudo rm /etc/apt/sources.list.d/lubuntu-desktop-ubuntu-ppa-focal.list /etc/apt/sources.list.d/lubuntu-desktop-ubuntu-ppa-focal.list.save [17:15] wasif@wasif-aspire4752:~$ [17:16] already done [17:16] [telegram] now just run: sudo apt update && sudo apt dist-upgrade [17:16] [telegram] and if it asks to install packages say "y" for yes [17:16] [telegram] then let it run [17:16] [telegram] (again, no need to paste output here) [17:18] it is downloading 416 mb packages [17:19] [telegram] as it shoud [17:19] [telegram] because you're very behind on updates ;) [17:19] [telegram] BUT you're now getting security patches and updates now, so you'll be on Firefox 89 once that stops. There's a kernel patch in there too so once the install is complete for the packages reboot your computer and you should be good to go. [17:25] so is there any work left? [17:25] [telegram] nope [17:26] [telegram] you won't be on firefox 90 yet, but you will get that once it's released into the focal-updates repository via the SRU process (probably within a month, once the desktop team debugs stuff and fixes little issues) [17:27] [telegram] so in the future just run your standard update procedures and you'll get the updated things then. [17:29] hum,I wanna know how was was security updates were disabled,becouse i really guess that i didn't done any changes with that [17:29] [telegram] no way to determine that. but now you're getting bug fixes and security patches now. [17:29] [telegram] so you're good :) [17:31] hum,I guess in the future if i install lubuntu in another device i need to contact support again for this kind issues [17:32] these kind of* [17:33] [telegram] well that's why we're here :) [17:34] always thankfull for the supportsO:3 [17:37] how can i get emoji panel in a text box? [17:46] any help? [18:12] I think there is no one here to receive my question [18:35] [telegram] more that nobody knows the answers [18:36] oh they left [19:55] can I get help to add a public key? [19:58] anyone in the chat can help me??? [20:00] hey??? [20:01] Wasif: FYI: we're not here all the time [20:02] we're not paid support, we're all volunteers [20:02] !patience | Wasif [20:02] Wasif: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or https://ubuntuforums.org or https://askubuntu.com/ [20:02] what do you mean by 'add a public key'? [20:02] that could mean a couple of things so context for the question is key [20:02] just help me to install waterfox through terminal [20:03] sorry for yelling here [20:52] still waiting [20:58] Wasif: this is primarily a self support channel, people might help you if you don't demonstrate a demanding nature. [20:58] understand [20:59] Wasif: but since wsterfiox isn'T in *ubuntu, you're really going to need to look for third party offerings [20:59] okay [20:59] there's waterfox-classic as a snap, but i have not checked how old it is [20:59] there is also this https://github.com/hawkeye116477/waterfox-deb-rpm-arch-AppImage [21:00] yeah,tried that. older one,while I always prefer to use latest versions [21:02] is there a official client for telegram to install? [21:02] you could also download the latest waterfox release off their official website as pre-built binary and run that. [21:03] as far as i know, there are only official telegram clients for android and ios [21:03] [telegram] *coughs* https://desktop.telegram.org/ [21:03] can I directly run the downloaded file(waterfox) [21:04] actually there is https://snapcraft.io/telegram-desktop [21:04] so you wanna say there are also no official client of telegram app for windows? [21:04] tomreyn: its also available as an appimage and a tarball that you can install for Winodws [21:04] Wasif: you'll need to follow waterfox's instructions on how to use their builds [21:04] tomreyn: its also available as an appimage and a tarball that you can install for Windows [21:05] s/windows/linux/ [21:05] i see [21:05] there's also windows versions of Telegram Desktop too [21:05] Wasif: > so you wanna say there are also no official client of telegram app for windows? < [21:05] suggestion: be a little less combative / confrontational with your responses please [21:05] https://snapcraft.io/telegram-desktop [21:05] is it official? [21:06] yes [21:06] it's directly linked from the Telegram website [21:16] Uploaded file: https://uploads.kiwiirc.com/files/388c10f383f44557e66a45f2587a6033/pasted.txt [21:16] can you please save it to help other people to install waterfox,it worked for me [21:17] [telegram] you used the Debain options not the Ubuntu options [21:17] [telegram] which is not recommended :P [21:17] [telegram] they DO have an ubuntu version in that repo it seems, but it's a third party repository [21:17] ubuntu options are working,tried them [21:19] Uploaded file: https://uploads.kiwiirc.com/files/3ff44e5c12131f0da4f0b19b62fbcd4f/pasted.txt [21:19] here is the ubuntu version [21:20] https://software.opensuse.org//download.html?project=home%3Ahawkeye116477%3Awaterfox&package=waterfox-current-kde [22:46] hi [22:46] Hi, using Lubuntu 20.04 LTS, when I use a VPN, my wifi disconnects randomly. But without a VPN my wifi is fine, I wonder why the VPN affects my wifi?