=== guiverc2 is now known as guiverc [16:42] [telegram] Hey I'm having problems installing TeamViewer someone please help [16:42] [telegram] It keeps saying cannot install from unsigned repo [17:04] [telegram] It it ".deb" file? If yes, then you can install it from the terminal: sudo apt install TeamViewer_file.deb [17:05] [telegram] Yes it's a deb file [17:08] [telegram] https://matterbridge.lubuntu.me/be373a82/file_10294.jpg [17:08] [telegram] It can't locate it [17:09] [telegram] But it's here : https://matterbridge.lubuntu.me/4252714f/file_10295.jpg [17:16] eddyojo: You have to prefix the package filename with `./` for apt to realize you're referencing a file and not a package in the archives. [17:16] sudo apt install ./teamviewer-whateverversion.deb [17:16] (obviously you'll need to tweak the example filename to match the downloaded file, this is just an example.) [17:17] Also, it looks like you're using Lubuntu 20.04? While that version of Lubuntu continues to receive security updates, the Lubuntu development team no longer supports it. You may want to consider upgrading to Lubuntu 22.04 at some point. [17:19] eddyojo: also it looks like you left part of the filename out. Run `ls` in the terminal to see the exact filename you need to type. [17:20] [telegram] I did [17:20] [telegram] That's the file name : https://matterbridge.lubuntu.me/962154b4/file_10296.jpg [17:21] [telegram] When when I do it like this it says invalid operation (re @lubuntu_bot: (irc) sudo apt install ./teamviewer-whateverversion.deb) [17:21] [telegram] https://matterbridge.lubuntu.me/b7db63c1/file_10297.jpg [17:22] YOu need a space after the word "install" [17:22] [telegram] Ok [17:23] [telegram] https://matterbridge.lubuntu.me/f831d641/file_10298.jpg [17:23] [telegram] Now it's saying something else [17:24] The words "teamviewer" are doubled. The terminal is like a programming language, one typo will usually mess it up. [17:24] Try this: [17:25] sudo apt install ./team [17:25] Replace with a literal tab keypress. [17:25] That should auto complete the filename. [17:25] [telegram] Ok [17:27] [telegram] Yeah it did [17:27] Nice [17:28] [telegram] https://matterbridge.lubuntu.me/fc209351/file_10299.jpg [17:28] [telegram] Please what should I do from here? [17:40] eddyojo: looks like it installed properly [17:40] So now look for the TeamViewer application somewhere in your application menu [17:54] [telegram] Found it thanks so much guys I really appreciate