Microsoft apps on linux

Microsoft apps on linux

Linux имеет свою собственную базу пользователей, даже если не много, но она есть, и если вы ее используете и всегда хотели запускать на ней приложения Windows, то последнее приложение на Github — WinApps — много обещает. Программное обеспечение реализуется таким образом, что Microsoft Office приложения и Adobe Apps чувствовать себя родным, но помните, что он все еще виртуализирован. Наряду с этим, программное обеспечение также поддерживает IE, Explorer, Powershell, Visual Studio и Windows Full RDP.

Как работает WinApps?

Это изящный трюк, и он хорошо реализован. Вам нужно будет установить Windows на виртуальную машину в Linux, а затем установить поддерживаемые приложения, такие как Office, Adobe и т. Д. После этого вам нужно будет настроить имя пользователя и пароль пользователя Windows и подключиться через RDP. Есть еще несколько шагов, и когда вы это сделаете, вы сможете получить доступ к приложениям вместо того, чтобы проходить через виртуальную машину изначально. Вот быстрая демонстрация

Вы можете найти файлы и программы, а затем щелкнуть, чтобы открыть их.

Как установить Office в Linux

Сначала загрузите WinApps из Github.com. Сделав это, выполните следующие действия:

1]Создание файла конфигурации WinApps

Этот файл конфигурации будет содержать имя пользователя и пароль RDP для подключения к Windows, работающей на виртуальной машине. Вот расположение, за которым следуют подробности в файле конфигурации:

~/.config/winapps/winapps.config
RDP_USER="MyWinUserName" RDP_PASS="MyWinPassword" #RDP_DOMAIN="MYDOMAIN" #RDP_IP="192.168.123.111" #RDP_SCALE=100 #MULTIMON="true" #DEBUG="true"

Вы можете изменить их в соответствии с настройками конфигурации Linux.

2]Клонируйте репозиторий WinApps git и установите KVM и RDP.

sudo apt-get install -y freerdp2-x11 git clone https://github.com/Fmstrat/winapps.git cd winapps

3]Настройка виртуальной машины Windows

Если у вас уже есть RDP-сервер или виртуальная машина, вы можете перейти к разделу 4, но если у вас его нет, я предлагаю вам просмотреть все команды, которые вы можете там использовать.

4]Настройка Windows VM

Следующий шаг включает объединение реестра в виртуальной машине Windows, чтобы можно было открывать приложения. Вам также придется переименовать имя ПК в RDPWindows, если вы используете KVM, чтобы WinApps мог определять локальный IP-адрес.

Установите Office в Linux с помощью WinApps

Нажмите клавишу Windows и введите О КОМПАНИИ в поле поиска. Когда появится раздел, щелкните его, чтобы открыть раздел «О программе». Вы также можете перейти в настройки Windows 10 (Win + I), а затем перейти в раздел «Система»> «О программе». Нажмите кнопку «Переименовать этот компьютер», чтобы изменить имя.

В разделе «Система» нажмите «Удаленный рабочий стол», а затем включите Включить удаленный рабочий стол вариант.

Читайте также:  Linux узнать контроллер домена

Наконец, слияние kvm/RDPApps.reg в реестр, чтобы включить приложения RDP

5]Подключите GNOME / KDE к вашей виртуальной машине Windows с помощью ярлыков и ассоциаций файлов.

Наконец, убедитесь, что FreeRDP может подключиться с помощью команды:

Будет вывод FreeRDP, за которым следует запрос о том, что вам необходимо принять сертификат для добавления в надежный источник. Затем вы должны увидеть окно проводника Windows. Это подтверждает, что соединение установлено. Закройте и отмените вывод FreeRDP

Winapps запускает офисные приложения

6]Запускаем установщик

Затем последний шаг — запустить установщик:

$ ./installer.sh --user Removing any old configurations. Installing. Checking for installed apps in RDP machine (this may take a while). Finished. Configuring Excel. Finished. Configuring PowerPoint. Finished. Configuring Word. Finished. Configuring Windows. Finished. Installation complete.

В настоящее время поддерживаются следующие приложения:

  • Adobe Acrobat Pro
  • Adobe After Effects
  • Adobe Audition
  • Adobe Bridge
  • Adobe Creative Cloud
  • Adobe Illustrator
  • Adobe InDesign
  • Adobe Lightroom
  • Adobe Photoshop
  • Adobe Premiere Pro
  • Командная строка
  • проводник Виндоус
  • Internet Explorer
  • Microsoft Access
  • Майкрософт Эксель
  • Microsoft Word
  • Microsoft OneNote
  • Microsoft Outlook
  • Microsoft PowerPoint
  • Microsoft Project
  • Издатель Microsoft
  • Microsoft
  • Powershell
  • Visual Studio
  • ОС Windows.

Это новое? Не похоже, но реализация лучше. Кроме того, он сильно отличается от WSL. Поскольку это делается через виртуальную машину, будут накладные расходы и потребуются дополнительные ресурсы. Об этом вам нужно помнить. Так что, если вы не хотите чего-то подобного, вам лучше использовать режим VirtualBox Seamless или режим Unity VMware.

Источник

Is it possible to run Windows 10 UWP apps on Ubuntu?

Ubuntu is able to run traditional .exe applications with Wine. However, I do have some Universal Windows Platform (hereafter UWP) apps (installed by .appx and .msix ) from the Windows Store that I would like to run. I’m currently using a dual-boot setup with Windows 10 and Ubuntu 16.04, and I mostly only use Windows to run UWP apps. I’d really like to use Ubuntu for everything, without having to reboot over and over again. As of now, WINE doesn’t support UWP apps. Is there any other virtual setup (like WINE) that can run UWP apps, besides just running it in VMware or VirtualBox?

I think you answered your own question. Linux is not a drop in replacement for windows and if you wish to run windows apps I suggest dual booting, virtualization, or better finding linux apps. Wine does not work for everything and is often complex to configure.

Virtualization should be the 1st choice to explore. It is almost always a better answer than wine. Those apps only run on a normal windows.

@AdityaRadhakrishnan Regarding the direction of duplicate closure, see this meta.SE question and this one on our meta. In this case, your question is of high quality, but it’s unanswered and the other question has an answer. The answer there is useful and likely correct, though it could benefit from some explanation. Hopefully another answer will be posted that either gives a way to do it without virtualization or (far more likely) explains in detail why that is a difficult problem that so far has not been solved.

Читайте также:  Linux distributions most popular

4 Answers 4

Running UWP apps is possible, at least with some apps. I’ve successfully run the Trello UWP app (which is only available from the Microsoft Store).

First, you need to acquire the .appx file for the UWP app. One way to do this without Windows or the Microsoft Store is to use this site: https://store.rg-adguard.net/

Paste the Microsoft Store URL of the app into the site. For example, the Trello app’s URL is: https://www.microsoft.com/en-us/p/trello/9nblggh4xxvw

This gives you links to all of the files available through the Microsoft Store. You only need the .appx file, which may be available as multiple versions (e.g. x86 and x64).

Chrome doesn’t want to download the files simply by clicking the links. This made the site feel a bit sketchy at first. In Chrome’s DevTools console, Chrome says that it’s not downloading the file, because the Microsoft Store URL uses http://, and the site uses https://. But since the file is coming straight from microsoft.com, it feels safe to me.

Right-clicking the link, selecting «Save link as», and choosing «Keep» allows you to download the file despite Chrome’s objections.

Once you have the .appx file, you can extract it. It’s just a regular zip file, so run something like unzip -d output-dir file.appx or atool -x file.appx .

The extracted files should have a directory called «app», which should have the executable and other files for the app.

For the Trello app, just running wine Trello.exe inside the «app» directory worked for me. But other applications might not work straight away, if something more complex happens during their installation.

Источник

UWP: how to run such Windows applications on Linux

UWP version of WhatsApp on Linux under WINE

Although in Linux we have applications to do everything, not all of them are available for our operating system. And they may be needed, or else it would not exist WINE. WineHQ software allows us to run Windows apps on other operating systems, but how are we going to run those that are only in the Microsoft Store? In fact, are apps compatible UWP with Linux? Well, let’s say that a bit like the other more common.

And it is that UWP applications (Microsoft Universal Platform) can only be downloaded from the official Microsoft store. In addition, its extension is .appx, so everything indicates that it is all more complicated . but no. The most difficult thing is knowing what can be done and how. And that is exactly what we are going to do here: explain how to run applications from Microsoft’s universal platform in Linux, or rather in WINE, since this should also work in other operating systems.

Читайте также:  Linux find binary file

Download and use UWP apps on Linux

The process is very simple:

  1. The first thing we need is the app file or package. To do this, what we have to do is go to the Microsoft store from a web browser and look for the app to install. In this example we will use WhatsApp, whose link you have here.
  2. We have to paste that link on a page like store.rg-adguard.netWhat this page does is provide us with the download links for the packages.
  3. From the links that it offers us, we have to choose the one of our architecture, in my case the x64.
  4. Depending on the browser we use, we may have to right click on the link, «save link as» and tell it where to download. This is so because Chrome detects that there are security problems, so you also have to go to the downloads section and say that we want to keep the file.
  5. With the package already downloaded, the next step is to unzip it. The .appx files are actually a .zip, so we can open it with the terminal (unzip -d output_folder) or with applications like the KDE Ark.
  6. Now that we have it unzipped we have to look for its .exe. In the case of WhatsApp it is inside the «app» folder, but there are other cases in which it is in another path. Look for that .exe.
  7. Finally, we go to the terminal and write «wine / path / to / exe», without the quotes and where we will have to put the path to our .exe file.
  8. As an optional step, we can create a .desktop file (more or less so) so that the app appears in our start menu.

And that would be all. If supported, like WhatsApp, the app will open without further ado. If you need something extra, WINE may install a plug-in, like Mono.

Let’s not get too excited

Because yes, it can work, but WhatsApp has been the third application that I have tried because the other two have failed me. It is also understandable, because one was iTunes, which has a lot of fabric to cut, and the other was Amazon Prime, and the terminal says that it has problems with hardware acceleration and does not even open. So we could say that We can use normal applications, but the more complex ones cannot. In any case, this is one more option, and articles like this are worth it just to help one of our readers.

The content of the article adheres to our principles of editorial ethics. To report an error click here.

Full path to article: Linux Addicts » General » Linux vs. Windows » UWP: how to run such Windows applications on Linux

Источник

Оцените статью
Adblock
detector