02-01-2021, 08:27 PM
(02-01-2021, 05:14 PM)eaglebeckley Wrote:(02-01-2021, 02:50 PM)dukla2000 Wrote:Thanks for the suggestion. When I tried this, I got:(02-01-2021, 12:17 PM)eaglebeckley Wrote: ...
Feedback, direction is much appreciated as I need teams on my pinephone before I can make it a daily driver. Thanks in advance!
I am far from an expert on this but thought you could just
in the first place then apt would sort all the dependencies (if it can)?Code:cd /to/directory/where/you/downloaded/the/.deb/
sudo apt install ./teams-for-linux_1.0.6_arm64.deb
Note, selecting 'teams-for-linux' instead of './teams-for-linux_1.0.6_arm64.deb' Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming.
The following packages have unmet dependencies:
teams-for-linux : Depends: libappindicator3-1 but it is not installable
E: Unable to correct problems, you have held broken packages.
Update - I was able to successfully install the arm64 versions of libindicator3-7 first, then libappindicator3-1, and finally teams-for-linux_1.0.6_arm64. I successfully logged into my company's instance of teams. Disappointingly the app was blurry and seemed very slow. I am guessing that is because it is not an official Microsoft version but I appreciate the efforts of the developer who created it. I hope Microsoft creates an ARM64 version of teams for linux that could be easily installed on a PBP or pinephone. For now, I'll mark this as complete and appreciate the advice & support I received in this post.