/srv/irclogs.ubuntu.com/2021/07/15/#lubuntu.txt

=== 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
WasifI cannot update my firefox browser in lubuntu 20.04 focal fossa,can anyone help?16:40
lubot[telegram] <N0um3n0> Have you done a sudo apt update and then a sudo apt dist-upgrade? (re @lubuntu_bot: (irc) <Wasif> I cannot update my firefox browser in lubuntu 20.04 focal fossa,can anyone help?)16:46
lubot[telegram] <teward001> 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:47
Wasifi 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:48
lubot[telegram] <teward001> the latest version is 89 on 20.04.  not 85.  Run sudo apt update && sudo apt dist-upgrade and you'll get 8916:50
lubot[telegram] <teward001> version 90 will show up once the SRU process happens from the Desktop Team (it'll affect all releases' firefox)16:50
lubot[telegram] <teward001> 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 version16:50
lubot[telegram] <teward001> there's nothing really different between 89 and 90 that's of note in terms of end user16:50
lubot[telegram] <N0um3n0> https://www.omgubuntu.co.uk/2021/07/firefox-90-released-new-features16:51
lubot[telegram] <N0um3n0> Not many changes16:51
tomreynWasif: 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:53
tomreyn(PPAs and Snaps may also provide newer software versions)16:54
tomreynand they're gone16:54
lubot[telegram] <teward001> unfortunate timing huh tomreyn16:55
tomreyna bit16:56
tomreynWasif: welcome back - had you left on purpose?16:57
Wasifso sorry,my computer suddenly took a restart16:58
tomreynWasif: i sent you what you may have missed in a private message window16:59
WasifUploaded file: https://uploads.kiwiirc.com/files/c2995c272cdaac189107428bc2e0ee5f/image.png16:59
lubot[telegram] <teward001> Wasif run the following commands:17:00
lubot[telegram] <teward001> sudo apt update17:00
lubot[telegram] <teward001> sudo apt dist-upgrade17:00
lubot[telegram] <teward001> in the command line17:00
lubot[telegram] <teward001> 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 those17:00
lubot[telegram] <N0um3n0> Or install updates from plasma-discover17:01
lubot[telegram] <N0um3n0> Discover in LXQt menu17:02
WasifUploaded file: https://uploads.kiwiirc.com/files/a47550773eec28647169985d101ad4c5/pasted.txt17:02
Wasifwhat's next to do?17:02
lubot[telegram] <teward001> remove that PPA17:02
lubot[telegram] <teward001> it's long dead17:02
lubot[telegram] <teward001> you also are running poorly in hyour repos17:02
lubot[telegram] <teward001> you've disabled focal-updates and focal-security17:02
Wasifhow to fix all those things17:02
lubot[telegram] <teward001> which is why you're NEVER going to get 'newer' versions of things or bugfixes for issues from the Lubuntu or general Ubuntu teams17:03
lubot[telegram] <teward001> start by sharing the output of cat /etc/apt/sources.list17:03
lubot[telegram] <teward001> so we can fix that first17:03
Wasifstart by sharing the output of cat /etc/apt/sources.list17:04
Wasifi dont understand 17:04
Wasifwhat to do with this17:04
lubot[telegram] <teward001> run that command in the terminal: cat /etc/apt/sources.list17:04
lubot[telegram] <teward001> show us via the same way you've shared pasted data here what's in there17:04
lubot[telegram] <teward001> after we know what's there we'll have you edit the file with the relevant lines you're missing17:04
lubot[telegram] <teward001> and then have you run: sudo apt update17:04
lubot[telegram] <teward001> and: sudo apt dist-upgrade17:05
lubot[telegram] <teward001> and you should get newer Firefox17:05
lubot[telegram] <teward001> BUT we need to see what your system has in there currently17:05
Wasifwasif@wasif-aspire4752:~$ cat /etc/apt/sources.list17:05
Wasifdeb cdrom:[Lubuntu 20.04.2 LTS _Focal Fossa_ - Release amd64 (20210204)]/ focal main multiverse restricted universe17:05
lubot[telegram] <teward001> for what repositories to use and update with17:05
Wasifdeb http://archive.ubuntu.com/ubuntu focal multiverse restricted universe main17:05
Wasifnext step?17:06
lubot[telegram] <teward001> Run the following commands on the command line:17:06
lubot[telegram] <teward001> echo "deb http://archive.ubuntu.com/ubuntu focal-updates main restricted universe multiverse" | sudo tee -a /etc/apt/sources.list17:07
tomreynteward001: maybe this is what you wanted?    sudo grep -Ev '^([ ]*#.*)?$' /etc/apt/sources.list{,.d/*.list} | nc termbin.com 999917:07
lubot[telegram] <teward001> tomreyn: no, i only wanted the base repos17:07
tomreynok17:07
lubot[telegram] <teward001> echo "deb http://archive.ubuntu.com/ubuntu focal-security main restricted universe multiverse" | sudo tee -a /etc/apt/sources.list17:07
lubot[telegram] <teward001> Wasif: run those two commands *including* the |17:07
lubot[telegram] <teward001> because those are both one liners17:08
lubot[telegram] <teward001> then run this:  sudo apt update && sudo apt dist-upgrade17:08
lubot[telegram] <teward001> it should give you a TON of upgrades to run17:08
lubot[telegram] <teward001> accept them all, and then you'll be up to date on Firefox 8917:08
lubot[telegram] <teward001> and firefox 90 when that's made available after the stable updates process17:08
Wasifyou guys are confusing,can you please say again which commands step by step and please dont interrupt him anyone17:09
lubot[telegram] <teward001> echo "deb http://archive.ubuntu.com/ubuntu focal-updates main restricted universe multiverse" | sudo tee -a /etc/apt/sources.list17:09
lubot[telegram] <teward001> echo "deb http://archive.ubuntu.com/ubuntu focal-security main restricted universe multiverse" | sudo tee -a /etc/apt/sources.list17:09
lubot[telegram] <teward001> run both of those17:09
lubot[telegram] <teward001> let me know when you're done17:09
WasifUploaded file: https://uploads.kiwiirc.com/files/09ebfde346bdf21bc1bf53a36d8b0be0/pasted.txt17:10
lubot[telegram] <teward001> OK17:11
lubot[telegram] <teward001> now do me a favor and run this: grep -r 'ppa.launchpad.net' /etc/apt/sources.list.d'17:11
lubot[telegram] <teward001> share the output17:11
lubot[telegram] <teward001> because based on THAT output we're going to remove that Lubuntu PPA because it's dead and does not work anymore.17:11
lubot[telegram] <teward001> oops i mistyped there's a syntax error17:12
lubot[telegram] <teward001> grep -r 'ppa.launchpad.net' /etc/apt/sources.list.d17:12
lubot[telegram] <teward001> there we go17:12
WasifUploaded file: https://uploads.kiwiirc.com/files/681c6f1357e244405ad6bdeec75eb247/pasted.txt17:13
Wasifi am not getting any result17:13
lubot[telegram] <teward001> cancel that out with Ctrl+C17:13
lubot[telegram] <teward001> use the version I said after "oops i mistyped"17:13
WasifUploaded file: https://uploads.kiwiirc.com/files/0b379ab27200fb170283da73d0bb0f33/pasted.txt17:14
lubot[telegram] <teward001> 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.save17:15
lubot[telegram] <teward001> after you do that, run this: sudo apt update && sudo apt dist-upgrade17:15
lubot[telegram] <teward001> no need to paste the output17:15
Wasifwasif@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.save17:15
Wasifwasif@wasif-aspire4752:~$ 17:15
Wasifalready done17:16
lubot[telegram] <teward001> now just run: sudo apt update && sudo apt dist-upgrade17:16
lubot[telegram] <teward001> and if it asks to install packages say "y" for yes17:16
lubot[telegram] <teward001> then let it run17:16
lubot[telegram] <teward001> (again, no need to paste output here)17:16
Wasifit is downloading 416 mb packages17:18
lubot[telegram] <teward001> as it shoud17:19
lubot[telegram] <teward001> because you're very behind on updates ;)17:19
lubot[telegram] <teward001> 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:19
Wasifso is there any work left?17:25
lubot[telegram] <teward001> nope17:25
lubot[telegram] <teward001> 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:26
lubot[telegram] <teward001> so in the future just run your standard update procedures and you'll get the updated things then.17:27
Wasif80hum,I wanna know how was was security updates were disabled,becouse i really guess that i didn't done any changes with that17:29
lubot[telegram] <teward001> no way to determine that.  but now you're getting bug fixes and security patches now.17:29
lubot[telegram] <teward001> so you're good :)17:29
Wasif80hum,I guess in the future if i install lubuntu in another device i need to contact support again for this kind issues17:31
Wasif80these kind of*17:32
lubot[telegram] <teward001> well that's why we're here :)17:33
Wasif80always thankfull for the supportsO:3 17:34
Wasif80how can i get emoji panel in a text box?17:37
Wasif80any help?17:46
WasifI think there is no one here to receive my question18:12
lubot[telegram] <teward001> more that nobody knows the answers18:35
tewardoh they left18:36
Wasifcan I get help to add a public key?19:55
Wasifanyone in the chat can help me???19:58
Wasifhey???20:00
tewardWasif: FYI: we're not here all the time20:01
tewardwe're not paid support, we're all volunteers20:02
teward!patience | Wasif20:02
ubottuWasif: 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
tewardwhat do you mean by 'add a public key'?20:02
tewardthat could mean a couple of things so context for the question is key20:02
Wasifjust help me to install waterfox through terminal20:02
Wasifsorry for yelling here20:03
Wasifstill waiting20:52
tomreynWasif: this is primarily a self support channel, people might help you if you don't demonstrate a demanding nature.20:58
Wasifunderstand20:58
tomreynWasif: but since wsterfiox isn'T in *ubuntu, you're really going to need to look for third party offerings20:59
Wasifokay20:59
tomreynthere's waterfox-classic as a snap, but i have not checked how old it is20:59
tomreynthere is also this https://github.com/hawkeye116477/waterfox-deb-rpm-arch-AppImage20:59
Wasifyeah,tried that. older one,while I always prefer to use latest versions21:00
Wasifis there a official client for telegram to install?21:02
tomreynyou could also download the latest waterfox release off their official website as pre-built binary and run that.21:02
tomreynas far as i know, there are only official telegram clients for android and ios21:03
lubot[telegram] <teward001> *coughs* https://desktop.telegram.org/21:03
Wasifcan I directly run the downloaded file(waterfox)21:03
tomreynactually there is https://snapcraft.io/telegram-desktop21:04
Wasifso you wanna say there are also no official client of telegram app for windows?21:04
tewardtomreyn: its also available as an appimage and a tarball that you can install for Winodws21:04
tomreynWasif: you'll need to follow waterfox's instructions on how to use their builds21:04
tewardtomreyn: its also available as an appimage and a tarball that you can install for Windows21:04
tewards/windows/linux/21:05
tomreyni see21:05
tewardthere's also windows versions of Telegram Desktop too21:05
tewardWasif: > so you wanna say there are also no official client of telegram app for windows? <21:05
tewardsuggestion: be a little less combative / confrontational with your responses please21:05
Wasifhttps://snapcraft.io/telegram-desktop21:05
Wasifis it official?21:05
tewardyes21:06
tewardit's directly linked from the Telegram website21:06
WasifUploaded file: https://uploads.kiwiirc.com/files/388c10f383f44557e66a45f2587a6033/pasted.txt21:16
Wasifcan you please save it to help other people to install waterfox,it worked for me21:16
lubot[telegram] <teward001> you used the Debain options not the Ubuntu options21:17
lubot[telegram] <teward001> which is not recommended :P21:17
lubot[telegram] <teward001> they DO have an ubuntu version in that repo it seems, but it's a third party repository21:17
Wasifubuntu options are working,tried them21:17
WasifUploaded file: https://uploads.kiwiirc.com/files/3ff44e5c12131f0da4f0b19b62fbcd4f/pasted.txt21:19
Wasifhere is the ubuntu version21:19
Wasifhttps://software.opensuse.org//download.html?project=home%3Ahawkeye116477%3Awaterfox&package=waterfox-current-kde21:20
Guest75hi22:46
Guest75Hi, 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?22:46

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!