User Tools

Site Tools


other:win10apps

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
other:win10apps [2022/11/24 13:53]
jypeter Added the TODO/winget/emacs section
other:win10apps [2022/12/15 12:04]
jypeter [Installing applications with winget] added/tested more winget commands
Line 36: Line 36:
 Install [[https://​www.google.fr/​intl/​en_us/​chrome/​|Chrome]] if you think that you may need an extra browser (besides the builtin Edge and the preinstalled Firefox) to test the content of some web pages or to use some videoconferencing software Install [[https://​www.google.fr/​intl/​en_us/​chrome/​|Chrome]] if you think that you may need an extra browser (besides the builtin Edge and the preinstalled Firefox) to test the content of some web pages or to use some videoconferencing software
  
-===== Notepad++ ​=====+===== Text editors ===== 
 + 
 +==== emacs ==== 
 + 
 +All the details on the [[other:​emacs_doc|Using the emacs text editor]] page 
 + 
 + 
 +==== Notepad++ ====
  
 [[https://​notepad-plus-plus.org/​|Notepad++]] is a free source code editor and Notepad replacement that supports several languages [[https://​notepad-plus-plus.org/​|Notepad++]] is a free source code editor and Notepad replacement that supports several languages
Line 44: Line 51:
     * does not seem as convenient as using ''​emacs''​ for working with remote files with the ''/​user@server:/​path/​file''​ syntax (but NPP is easier to install...)     * does not seem as convenient as using ''​emacs''​ for working with remote files with the ''/​user@server:/​path/​file''​ syntax (but NPP is easier to install...)
     * support for ssh keys (i.e. the combination of a //key file// and a //​passphrase//​),​ but [[https://​github.com/​ashkulz/​NppFTP/​issues/​181|no support for ssh keys stored in pageant]] as of July 2022     * support for ssh keys (i.e. the combination of a //key file// and a //​passphrase//​),​ but [[https://​github.com/​ashkulz/​NppFTP/​issues/​181|no support for ssh keys stored in pageant]] as of July 2022
-  * [[other:newppl:​starting#emacs|emacs ​+ tramp]] seems **more efficient than NPP** for working with remote files+  * [[other:emacs_doc#working_with_remote_text_files|emacs]] ​is **much more efficient than NPP** for working with remote files
  
  
Line 425: Line 432:
 === winget documentation === === winget documentation ===
  
-  * [[https://​learn.microsoft.com/​en-us/​windows/​package-manager/​|Windows Package Manager]]+  * Windows Package Manager ​[[https://​learn.microsoft.com/​en-us/​windows/​package-manager/​|main documentation]] 
 +  * [[https://​learn.microsoft.com/​en-us/​windows/​package-manager/​winget/#​use-winget|Use the winget tool to install and manage applications]]
  
 === emacs example === === emacs example ===
Line 450: Line 458:
   URL de téléchargement :​ https://​ftp.gnu.org/​gnu/​emacs/​windows/​emacs-28/​emacs-28.2-installer.exe   URL de téléchargement :​ https://​ftp.gnu.org/​gnu/​emacs/​windows/​emacs-28/​emacs-28.2-installer.exe
   SHA256 : 1e8d037882e61d3fadf44f4e6153f538b131e6b7f475dc59eb20d85052a83b1e   SHA256 : 1e8d037882e61d3fadf44f4e6153f538b131e6b7f475dc59eb20d85052a83b1e
-  ​+ 
 +PS C:​\Users\your_login > winget show --id GNU.Emacs --versions 
 + 
 +Trouvé GNU Emacs [GNU.Emacs] 
 +Version 
 +------- 
 +28.2 
 +28.1 
 +27.2 
 +27.1 
 PS C:​\Users\your_login>​ winget install --id GNU.Emacs PS C:​\Users\your_login>​ winget install --id GNU.Emacs
  
Line 460: Line 478:
 Le code de hachage de l’installation a été vérifié avec succès Le code de hachage de l’installation a été vérifié avec succès
 Démarrage du package d’installation... Merci de patienter. Démarrage du package d’installation... Merci de patienter.
-Installé correctement</​code>​+Installé correctement 
 + 
 +PS C:​\Users\your_login>​ winget list --id GNU.Emacs 
 +Aucun package installé ne correspond aux critères saisis. 
 + 
 +PS C:​\Users\jypeter>​ winget list --id WinSCP.WinSCP 
 +Nom           ​ID ​           Version Disponible Source 
 +----------------------------------------------------- 
 +WinSCP 5.21.5 WinSCP.WinSCP 5.21.5 ​ 5.21.6 ​    ​winget 
 + 
 +PS C:​\Users\jypeter>​ winget show --id WinSCP.WinSCP 
 +Trouvé WinSCP [WinSCP.WinSCP] 
 +Version : 5.21.6 
 +</​code>​
  
  
  
other/win10apps.txt · Last modified: 2024/03/05 15:04 by jypeter