{"id":210,"date":"2024-07-15T15:00:59","date_gmt":"2024-07-15T19:00:59","guid":{"rendered":"https:\/\/triosdevelopers.com\/J.Smith\/rjeffsmith.ca\/wordpress\/?p=210"},"modified":"2024-10-11T09:30:03","modified_gmt":"2024-10-11T13:30:03","slug":"install-teams-for-linux","status":"publish","type":"post","link":"https:\/\/triosdevelopers.com\/J.Smith\/rjeffsmith.ca\/wordpress\/?p=210","title":{"rendered":"Install Teams For Linux"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Debian\/Ubuntu and other derivatives<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo mkdir -p \/etc\/apt\/keyrings<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo wget -qO \/etc\/apt\/keyrings\/teams-for-linux.asc https:\/\/repo.teamsforlinux.de\/teams-for-linux.asc<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>echo \"deb &#91;signed-by=\/etc\/apt\/keyrings\/teams-for-linux.asc arch=$(dpkg --print-architecture)] https:\/\/repo.teamsforlinux.de\/debian\/ stable main\" | sudo tee \/etc\/apt\/sources.list.d\/teams-for-linux-packages.list<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt update<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt install teams-for-linux<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">RHEL\/Fedora and other derivatives<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>curl -1sLf -o \/tmp\/teams-for-linux.asc https:\/\/repo.teamsforlinux.de\/teams-for-linux.asc; rpm --import \/tmp\/teams-for-linux.asc; rm -f \/tmp\/teams-for-linux.asc<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>curl -1sLf -o \/etc\/yum.repos.d\/teams-for-linux.repo https:\/\/repo.teamsforlinux.de\/rpm\/teams-for-linux.repo<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>yum update<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>yum install teams-for-linux<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Debian\/Ubuntu and other derivatives RHEL\/Fedora and other derivatives<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[15],"tags":[],"class_list":["post-210","post","type-post","status-publish","format-standard","hentry","category-file-management"],"_links":{"self":[{"href":"https:\/\/triosdevelopers.com\/J.Smith\/rjeffsmith.ca\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/210","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/triosdevelopers.com\/J.Smith\/rjeffsmith.ca\/wordpress\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/triosdevelopers.com\/J.Smith\/rjeffsmith.ca\/wordpress\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/triosdevelopers.com\/J.Smith\/rjeffsmith.ca\/wordpress\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/triosdevelopers.com\/J.Smith\/rjeffsmith.ca\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=210"}],"version-history":[{"count":1,"href":"https:\/\/triosdevelopers.com\/J.Smith\/rjeffsmith.ca\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/210\/revisions"}],"predecessor-version":[{"id":211,"href":"https:\/\/triosdevelopers.com\/J.Smith\/rjeffsmith.ca\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/210\/revisions\/211"}],"wp:attachment":[{"href":"https:\/\/triosdevelopers.com\/J.Smith\/rjeffsmith.ca\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=210"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/triosdevelopers.com\/J.Smith\/rjeffsmith.ca\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=210"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/triosdevelopers.com\/J.Smith\/rjeffsmith.ca\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=210"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}