02-01-2021, 12:17 PM
I'd like to get the linux ARM version of Microsoft teams installed on my Mobian Pinephone. I downloaded the file teams-for-linux_1.0.6_arm64.deb from https://github.com/IsmaelMartinez/teams-...x/releases and using Kings Cross I tried running
sudo dpkg -i teams-for-linux_1.0.6_arm64.deb
After unpacking the file, it outputted:
dpkg: dependency problems prevent configuration of teams-for-linux: teams-for-linux depends on libappindicator3-1; however: Package libappindicator3-1 is not installed.
dpkg: error processing package teams-for-linux (--install): dependency problems - leaving unconfigured
Processing triggers for hicolor-icon-theme (0.17-2) ...
Processing triggers for mailcap (3.68) ...
Processing triggers for desktop-file-utils (0.26-1) ...
Errors were encountered while processing: teams-for-linux
I thought I'd be able to fix this by next running sudo apt install -f but after running this, the output noted:
The following packages will be REMOVED: teams-for-linux
0 upgraded, 0 newly installed, 1 to remove and 37 not upgraded.
1 not fully installed or removed.
After this operation, 161 MB disk space will be freed.
Do you want to continue? [Y/n]
After confirming I'm back to square one....I have the deb file but teams is not installed.
The questions I have are 1) are the commands I attempted the correct way to try to install this deb file on my Mobian pinephone. 2) is there a way I can get this work work? If so, how?
Feedback, direction is much appreciated as I need teams on my pinephone before I can make it a daily driver. Thanks in advance!
sudo dpkg -i teams-for-linux_1.0.6_arm64.deb
After unpacking the file, it outputted:
dpkg: dependency problems prevent configuration of teams-for-linux: teams-for-linux depends on libappindicator3-1; however: Package libappindicator3-1 is not installed.
dpkg: error processing package teams-for-linux (--install): dependency problems - leaving unconfigured
Processing triggers for hicolor-icon-theme (0.17-2) ...
Processing triggers for mailcap (3.68) ...
Processing triggers for desktop-file-utils (0.26-1) ...
Errors were encountered while processing: teams-for-linux
I thought I'd be able to fix this by next running sudo apt install -f but after running this, the output noted:
The following packages will be REMOVED: teams-for-linux
0 upgraded, 0 newly installed, 1 to remove and 37 not upgraded.
1 not fully installed or removed.
After this operation, 161 MB disk space will be freed.
Do you want to continue? [Y/n]
After confirming I'm back to square one....I have the deb file but teams is not installed.
The questions I have are 1) are the commands I attempted the correct way to try to install this deb file on my Mobian pinephone. 2) is there a way I can get this work work? If so, how?
Feedback, direction is much appreciated as I need teams on my pinephone before I can make it a daily driver. Thanks in advance!