Hi, there.
(This is my first post!)
I just installed Ubuntu MATE 22.04 and Microsoft Teams (desktop version, Japanese) and I tried to launch Teams.
But it didn't work. I can't launch that and I don't understand what is going on.
Does anyone help me ?
Thanks in advance.
Hey Tadahiro.
Please try to launch Microsoft Teams from a terminal. It will, certainly, fail too but you will have more information regarding the error.
1 Like
Thanks Entomologo,
I tried launch that from a terminal, but it's didn't work too. I also got any error messages from that.
So I did belows.
sudo apt remove teams
sudo snap install teams
Then teams works!
I don't have any idea why it works.
What do you think?
For your information , I attach my screen shot while I couldn't launch teams after I did "sudo apt install teams". The teams didn't launch like this.
HI @tadahiro ,
without verifying on my own machine, since I don't have or want Teams on my system:
apt install teams
installs the package "teams" from the ubuntu repository
snap install teams
installs a snap-package "teams" from ubuntus(?) snap repository.
They surely differ in the version number and thus probably if the run or fail to run.
Maybe that question helps an explains: command line - what is the difference between snap and apt/apt-get? - Ask Ubuntu
Tobias
1 Like
As @jollyjump said, the packages are installed from various repositories and function slightly differently.
Anyway, if the snap teams are working for you, everything will be OK.
I'm glad everything worked out.
1 Like
Hi @jollyjump ,
Thanks. And I will study about the information you wrote.
Hi @Entomologo ,
Thanks. You saved me.