{"id":11619,"date":"2021-01-20T15:13:33","date_gmt":"2021-01-20T15:13:33","guid":{"rendered":"http:\/\/blog.bachi.net\/?p=11619"},"modified":"2021-01-20T17:38:19","modified_gmt":"2021-01-20T17:38:19","slug":"microsoft-teams-arm64-raspberry-pi-etc","status":"publish","type":"post","link":"https:\/\/blog.bachi.net\/?p=11619","title":{"rendered":"Microsoft Teams oder Skype f\u00fcr ARM64 (Raspberry Pi, etc.)"},"content":{"rendered":"<h1>Windows 10 ARM<\/h1>\n<p><a href=\"https:\/\/www.heise.de\/tipps-tricks\/Raspberry-Pi-Windows-10-installieren-so-klappt-s-4456283.html\">Raspberry Pi: Windows 10 installieren &#8211; so klappt&#8217;s<\/a><br \/>\n<a href=\"https:\/\/github.com\/WOA-Project\/guides\/blob\/master\/GettingWOA.md\">github.com\/WOA-Project\/guides\/blob\/master\/GettingWOA.md<\/a>, Getting Windows 10 ARM<br \/>\n<a href=\"https:\/\/www.elektronikpraxis.vogel.de\/windows-10-auf-einem-raspberry-pi-4-installieren-a-903835\/\">Windows 10 auf einem Raspberry Pi 4 installieren<\/a><br \/>\n<a href=\"https:\/\/discourse.pi64.win\/t\/how-to-installing-windows-10-arm64-17134-on-your-raspberry-pi-3-and-4\/488\">How-to: installing windows 10 arm64 (17134) on your raspberry pi 3 and 4<\/a><\/p>\n<h1>Emulator<\/h1>\n<p><a href=\"https:\/\/www.einplatinencomputer.com\/raspberry-pi-x86-emulator-exagear-installieren\/\">Raspberry Pi: x86 Emulator ExaGear installieren<\/a><br \/>\n<a href=\"https:\/\/www.raspberry-pi-geek.de\/ausgaben\/rpg\/2018\/10\/x86-programme-auf-dem-raspi-ausfuehren\/\">x86-Programme auf dem RasPi ausf\u00fchren<\/a><\/p>\n<h1>Teams<\/h1>\n<p><a href=\"https:\/\/www.youtube.com\/watch?v=fIJNaWFocp4\">How to use a Raspberry Pi with Microsoft Teams<\/a><\/p>\n<p><a href=\"https:\/\/docs.microsoft.com\/en-us\/answers\/questions\/85807\/please-support-ms-teams-on-arm64-linux-raspberry-p.html\">Please support MS Teams on arm64 linux (Raspberry Pi 4B is a decent desktop for the masses)<\/a><\/p>\n<p><a href=\"https:\/\/techcommunity.microsoft.com\/t5\/microsoft-teams\/microsoft-teams-on-linux-arm64\/m-p\/1255728\">Microsoft Forum: Microsoft Teams on Linux ARM64<\/a><\/p>\n<p><a href=\"https:\/\/github.com\/IsmaelMartinez\/teams-for-linux\/releases\">github.com\/IsmaelMartinez\/teams-for-linux\/releases<\/a> (arm64, etc.)<\/p>\n<pre class=\"brush: plain; title: ; notranslate\" title=\"\">\r\n$ sudo dpkg -i teams-for-linux_1.0.5_arm64.deb \r\nSelecting previously unselected package teams-for-linux.\r\n(Reading database ... 134971 files and directories currently installed.)\r\nPreparing to unpack teams-for-linux_1.0.5_arm64.deb ...\r\nUnpacking teams-for-linux (1.0.5) ...\r\ndpkg: dependency problems prevent configuration of teams-for-linux:\r\n teams-for-linux depends on libxss1; however:\r\n  Package libxss1 is not installed.\r\n\r\ndpkg: error processing package teams-for-linux (--install):\r\n dependency problems - leaving unconfigured\r\nProcessing triggers for gnome-menus (3.36.0-1ubuntu1) ...\r\nProcessing triggers for desktop-file-utils (0.24-1ubuntu4) ...\r\nProcessing triggers for mime-support (3.64ubuntu1) ...\r\nProcessing triggers for hicolor-icon-theme (0.17-2) ...\r\nErrors were encountered while processing:\r\n teams-for-linux\r\n\r\n$ sudo apt-get install -f\r\nReading package lists... Done\r\nBuilding dependency tree       \r\nReading state information... Done\r\nCorrecting dependencies... Done\r\nThe following additional packages will be installed:\r\n  libxss1\r\nThe following NEW packages will be installed:\r\n  libxss1\r\n0 upgraded, 1 newly installed, 0 to remove and 193 not upgraded.\r\n1 not fully installed or removed.\r\nNeed to get 8\u2019080 B of archives.\r\nAfter this operation, 32.8 kB of additional disk space will be used.\r\nDo you want to continue? &#x5B;Y\/n] y\r\nGet:1 http:\/\/ports.ubuntu.com\/ubuntu-ports groovy\/main arm64 libxss1 arm64 1:1.2.3-1 &#x5B;8\u2019080 B]\r\nFetched 8\u2019080 B in 0s (39.5 kB\/s)      \r\nSelecting previously unselected package libxss1:arm64.\r\n(Reading database ... 135066 files and directories currently installed.)\r\nPreparing to unpack ...\/libxss1_1%3a1.2.3-1_arm64.deb ...\r\nUnpacking libxss1:arm64 (1:1.2.3-1) ...\r\nSetting up libxss1:arm64 (1:1.2.3-1) ...\r\nSetting up teams-for-linux (1.0.5) ...\r\nchmod: cannot access '\/opt\/teams-for-linux\/chrome-sandbox': No such file or directory\r\nProcessing triggers for libc-bin (2.32-0ubuntu3) ...\r\n<\/pre>\n<p><a href=\"https:\/\/snapcraft.io\/install\/teams-for-linux\/raspbian\">Teams for Linux<\/a> (amd64, armhf)<\/p>\n<pre class=\"brush: plain; title: ; notranslate\" title=\"\">\r\n$ lsb_release -a\r\nNo LSB modules are available.\r\nDistributor ID:\tUbuntu\r\nDescription:\tUbuntu 20.10\r\nRelease:\t20.10\r\nCodename:\tgroovy\r\n\r\n$ uname -a\r\nLinux snm-rpi1 5.8.0-1006-raspi #9-Ubuntu SMP PREEMPT Fri Oct 16 12:55:30 UTC 2020 aarch64 aarch64 aarch64 GNU\/Linux\r\n\r\n$ sudo snap install teams-for-linux\r\nerror: snap &quot;teams-for-linux&quot; is not available on stable for this architecture (arm64) but exists\r\n       on other architectures (amd64, armhf).\r\n<\/pre>\n<p><a href=\"https:\/\/techcommunity.microsoft.com\/t5\/microsoft-teams\/native-arm64-version-of-teams-now-available\/m-p\/1788383\">Microsoft Forum: Native ARM64 Version of Teams Now Available<\/a><\/p>\n<p><a href=\"https:\/\/office365itpros.com\/2020\/10\/16\/native-arm64-version-of-teams-available\/\">Native ARM64 Version of Teams Now Available<\/a><\/p>\n<hr>\n<p><!-- ----------------------------------------------------------------------------------- --><\/p>\n<h1>Skype<\/h1>\n<p><a href=\"https:\/\/www.hackster.io\/dmitry21\/run-skype-on-raspberry-pi-6b85a5\">Run Skype On Raspberry Pi<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Windows 10 ARM Raspberry Pi: Windows 10 installieren &#8211; so klappt&#8217;s github.com\/WOA-Project\/guides\/blob\/master\/GettingWOA.md, Getting Windows 10 ARM Windows 10 auf einem Raspberry Pi 4 installieren How-to: installing windows 10 arm64 (17134) on your raspberry pi 3 and 4 Emulator Raspberry Pi: x86 Emulator ExaGear installieren x86-Programme auf dem RasPi ausf\u00fchren Teams How to use a Raspberry [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-11619","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/posts\/11619","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=11619"}],"version-history":[{"count":10,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/posts\/11619\/revisions"}],"predecessor-version":[{"id":11631,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/posts\/11619\/revisions\/11631"}],"wp:attachment":[{"href":"https:\/\/blog.bachi.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=11619"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=11619"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=11619"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}