Difference between revisions of "Wine - Ubuntu"

From Znalosti
(Založena nová stránka s textem „Kategorie:Wine Wine dovolí běh většiny aplikací určených pro Windows. ==== Instalace a spouštění==== [https://wiki.ubuntu.cz/wine Wine] - Ins…“)
 
m
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
[[Kategorie:Wine]]
 
[[Kategorie:Wine]]
 +
__FORCETOC__
 
Wine dovolí běh většiny aplikací určených pro Windows.
 
Wine dovolí běh většiny aplikací určených pro Windows.
 
==== Instalace a spouštění====
 
==== Instalace a spouštění====
 
[https://wiki.ubuntu.cz/wine Wine] - Instalace, použití, nastavení, další součásti.
 
[https://wiki.ubuntu.cz/wine Wine] - Instalace, použití, nastavení, další součásti.
 +
 +
Instalovat Wine na '''Ubuntu''' - [https://wiki.winehq.org/Ubuntu Installing WineHQ packages]
 +
 +
Instalovat Wine na '''Arch Linuxu (Manjaro)''' - [https://portal.whitesandshosting.com/index.php/knowledgebase/8/How-to-install-Wine-in-Arch-Linux.html How to install Wine in Arch Linux]
 +
 +
[https://wiki.winehq.org/Main_Page Wine wiki]
 +
 +
[https://itsfoss.com/use-windows-applications-linux/ How To Run Windows Applications On Linux [Beginners Guide<nowiki>]</nowiki>]
 
==== Odinstalování ====
 
==== Odinstalování ====
[https://askubuntu.com/questions/870081/uninstall-wine-windows-program-loader-completely Uninstall Wine Windows Program Loader completely]
+
[http://sourcedigit.com/14942-completely-remove-wine-linux-ubuntu-systems/ Completely Remove WINE From Linux Ubuntu Systems]:
==== Prakticý příklad použití - Sudoku ====
+
 
 +
In case you want to completely remove Wine, the ususal uninstall command would leave you wondering what went wrong. If you want a complete uninstall, execute the following commands in Terminal in the following order.
 +
 
 +
sudo apt-get remove wine
 +
rm -rf $HOME/.wine
 +
rm -f $HOME/.config/menus/applications-merged/wine*
 +
rm -rf $HOME/.local/share/applications/wine
 +
rm -f $HOME/.local/share/desktop-directories/wine*
 +
rm -f $HOME/.local/share/icons/????_*.xpm
 +
 
 +
After deleting the files run command:
 +
 
 +
sudo apt-get remove –purge wine
 +
 
 +
Again run the following commands to correct any installation error.
 +
 
 +
sudo apt-get update
 +
sudo apt-get autoclean
 +
sudo apt-get clean
 +
sudo apt-get autoremove
 +
 
 +
That’s all. After running the above set of commands, Wine is completely removed from your Ubuntu PC.
 +
==== Praktický příklad použití - Sudoku ====
 
*Z webu [http://www.waynegouldpuzzles.com/sudoku/ Wayne Gould Puzzles] jsem stáhl SudokuSetup.exe
 
*Z webu [http://www.waynegouldpuzzles.com/sudoku/ Wayne Gould Puzzles] jsem stáhl SudokuSetup.exe
 
*Příkazem ''wine SudokuSetup.exe'' jsem jej instaloval, na konci instalace zaškrtl Spustit a ikonu v doku jsem přidal k oblíbeným (pro snadné spuštění kdykoliv potom).
 
*Příkazem ''wine SudokuSetup.exe'' jsem jej instaloval, na konci instalace zaškrtl Spustit a ikonu v doku jsem přidal k oblíbeným (pro snadné spuštění kdykoliv potom).
  
 
{{Tags}} Wine sudoku
 
{{Tags}} Wine sudoku

Latest revision as of 16:12, 20 January 2020


Wine dovolí běh většiny aplikací určených pro Windows.

Instalace a spouštění

Wine - Instalace, použití, nastavení, další součásti.

Instalovat Wine na Ubuntu - Installing WineHQ packages

Instalovat Wine na Arch Linuxu (Manjaro) - How to install Wine in Arch Linux

Wine wiki

How To Run Windows Applications On Linux [Beginners Guide]

Odinstalování

Completely Remove WINE From Linux Ubuntu Systems:

In case you want to completely remove Wine, the ususal uninstall command would leave you wondering what went wrong. If you want a complete uninstall, execute the following commands in Terminal in the following order.

sudo apt-get remove wine
rm -rf $HOME/.wine
rm -f $HOME/.config/menus/applications-merged/wine*
rm -rf $HOME/.local/share/applications/wine
rm -f $HOME/.local/share/desktop-directories/wine*
rm -f $HOME/.local/share/icons/????_*.xpm

After deleting the files run command:

sudo apt-get remove –purge wine

Again run the following commands to correct any installation error.

sudo apt-get update
sudo apt-get autoclean
sudo apt-get clean
sudo apt-get autoremove

That’s all. After running the above set of commands, Wine is completely removed from your Ubuntu PC.

Praktický příklad použití - Sudoku

  • Z webu Wayne Gould Puzzles jsem stáhl SudokuSetup.exe
  • Příkazem wine SudokuSetup.exe jsem jej instaloval, na konci instalace zaškrtl Spustit a ikonu v doku jsem přidal k oblíbeným (pro snadné spuštění kdykoliv potom).

Štítky: Wine sudoku