floss:unison

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
Prochaine révisionLes deux révisions suivantes
floss:unison [2020/07/17 18:21] – [Unison et bug de Ubuntu 20.04 Focal Fossa] villersdfloss:unison [2020/07/17 18:36] – [Unison et bug de Ubuntu 20.04 Focal Fossa] villersd
Ligne 32: Ligne 32:
 Solution préconisée : Solution préconisée :
   * purge :   * purge :
-    * ''sudo apt-get remove --purge unison unison-gtk''+    * <code>sudo apt-get remove --purge unison unison-gtk</code>
   * download Ubuntu 18.04 packages   * download Ubuntu 18.04 packages
-    * ''wget http://fr.archive.ubuntu.com/ubuntu/pool/universe/u/unison/unison_2.48.4-1ubuntu1_amd64.deb'' +    * <code>wget http://fr.archive.ubuntu.com/ubuntu/pool/universe/u/unison/unison_2.48.4-1ubuntu1_amd64.deb</code> 
-    * ''wget http://fr.archive.ubuntu.com/ubuntu/pool/universe/u/unison/unison-gtk_2.48.4-1ubuntu1_amd64.deb''+    * <code>wget http://fr.archive.ubuntu.com/ubuntu/pool/universe/u/unison/unison-gtk_2.48.4-1ubuntu1_amd64.deb</code>
   * installation   * installation
-    * ''sudo dpkg -i unison_2.48.4-1ubuntu1_amd64.deb'' +    * <code>sudo dpkg -i unison_2.48.4-1ubuntu1_amd64.deb</code> 
-    * ''sudo dpkg -i unison-gtk_2.48.4-1ubuntu1_amd64.deb''+    * <code>sudo dpkg -i unison-gtk_2.48.4-1ubuntu1_amd64.deb</code>
   * aptitude hold unison is mandatory... otherwise after a few days you get the 2.48.4-4 version back   * aptitude hold unison is mandatory... otherwise after a few days you get the 2.48.4-4 version back
-    * ''sudo aptitude hold unison'' +    * <code>sudo apt-mark hold unison</code> 
-    * ''sudo aptitude hold unison-gtk''+    * <code>sudo apt-mark hold unison-gtk</code>
   * It did not work completely until I removed the unison archives (ar... and fp... files) generated by the 2.48.4-4 version in ~/.unison.    * It did not work completely until I removed the unison archives (ar... and fp... files) generated by the 2.48.4-4 version in ~/.unison. 
  
  • floss/unison.txt
  • Dernière modification : 2023/11/25 11:27
  • de villersd