Micro$oft Team$ for aarch64 - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111) +--- Forum: Linux on Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=114) +--- Thread: Micro$oft Team$ for aarch64 (/showthread.php?tid=9624) |
Micro$oft Team$ for aarch64 - erchache2000 - 04-09-2020 Hi, if you are interested in get Micro$oft Team$ over your pinebook pro, here is binaries https://privacyshark.zero-credibility.net/privacyshark/aarch64/teams-for-linux-1.0.0.r4.gd7f3647-1-aarch64.pkg.tar.xz Github project page is on https://github.com/IsmaelMartinez/teams-for-linux Original source is on https://forum.manjaro.org/t/manjaro-and-arch-repository-with-privacy-oriented-software/130103 RE: Micro$oft Team$ for aarch64 - llsf - 04-11-2020 There's a thread about that repo in here as well :) https://forum.pine64.org/showthread.php?tid=9452 Also, if you don't want to trust binaries, here's the modified PKGBUILD: https://gitlab.com/ohfp/pinebookpro-things/-/tree/master/teams-for-linux RE: Micro$oft Team$ for aarch64 - Surehand53 - 04-27-2020 (04-09-2020, 01:06 PM)erchache2000 Wrote: Hi, if you are interested in get Micro$oft Team$ over your pinebook pro, here is binaries https://privacyshark.zero-credibility.net/privacyshark/aarch64/teams-for-linux-1.0.0.r4.gd7f3647-1-aarch64.pkg.tar.xz Hi. How do I install Teams exactly. I have copied the binaries and the rest into the top folders by that name and created a sym-link in /usr/bin. However the file was not really accepted as a executable at all. I am using postmarketOS. I saw the discussion in the Manjaro ARM forum and will try that later. RE: Micro$oft Team$ for aarch64 - llsf - 04-28-2020 Might be more complex in your case; the binaries are meant for manjaro/arch-systems, so many things could be the issue here (different dependencies, library issues like musl vs. glibc). Do you get a specific error, especially when running it directly (at /opt/teams-for-linux/teams-for-linux in the package)? It might be worth trying to take a look at the PKGBUILD at https://gitlab.com/ohfp/pinebookpro-things/-/tree/master/teams-for-linux and see if you you can adapt it for PostmarketOS and with this build it from source – PostmarketOS is, to my knowledge, Alpine-based and thus works with APKBUILDs, which are very similar in structure to PKGBUILDs. RE: Micro$oft Team$ for aarch64 - kuleszdl - 04-28-2020 To find out about these dependencies you can run the following command: Code: ldd <binary> |