Ubuntu で MS-Office を使うには?

ショコラ
ショコラ

Ubuntu で MS-Office を使うには?

sudo dpkg -i microsoft_online_apps.deb
/usr/share/applications/calendar.desktop
/usr/share/applications/excel.desktop
/usr/share/applications/onedrive.desktop
/usr/share/applications/onenote.desktop
/usr/share/applications/outlook.desktop
/usr/share/applications/people.desktop
/usr/share/applications/powerpiont.desktop
/usr/share/applications/word.desktop
sed -i 's/xdg-open //usr/bin/microsoft-edge --start-fullscreen --app=/' /usr/share/applications/calendar.desktop
sed -i 's/xdg-open //usr/bin/microsoft-edge --start-fullscreen --app=/' /usr/share/applications/excel.desktop
sed -i 's/xdg-open //usr/bin/microsoft-edge --start-fullscreen --app=/' /usr/share/applications/onedrive.desktop
sed -i 's/xdg-open //usr/bin/microsoft-edge --start-fullscreen --app=/' /usr/share/applications/onenote.desktop
sed -i 's/xdg-open //usr/bin/microsoft-edge --start-fullscreen --app=/' /usr/share/applications/outlook.desktop
sed -i 's/xdg-open //usr/bin/microsoft-edge --start-fullscreen --app=/' /usr/share/applications/people.desktop
sed -i 's/xdg-open //usr/bin/microsoft-edge --start-fullscreen --app=/' /usr/share/applications/powerpiont.desktop
sed -i 's/xdg-open //usr/bin/microsoft-edge --start-fullscreen --app=/' /usr/share/applications/word.desktop

以上

Scroll to Top