Table des matières

pyRenamer : Renommer en nombre

PyRenamer permet de renommer des fichiers et/ou des dossiers en utilisant :

Pré-requis

Téléchargez et installez les dépendances :

...@...:~ $ mkdir ~/Bureau/PyRenamer
...@...:~ $ cd ~/Bureau/PyRenamer
...@...:~/Bureau/PyRenamer$ wget http://ftp.br.debian.org/debian/pool/main/g/gnome-python/python-gconf_2.28.1+dfsg-1.2_amd64.deb
...@...:~/Bureau/PyRenamer$ wget http://ftp.br.debian.org/debian/pool/main/h/hachoir-core/python-hachoir-core_1.3.3-4_all.deb
...@...:~/Bureau/PyRenamer$ wget http://ftp.br.debian.org/debian/pool/main/h/hachoir-metadata/python-hachoir-metadata_1.3.3-2_all.deb
...@...:~/Bureau/PyRenamer$ wget http://ftp.br.debian.org/debian/pool/main/h/hachoir-parser/python-hachoir-parser_1.3.4-2_all.deb
...@...:~/Bureau/PyRenamer$ wget http://ftp.br.debian.org/debian/pool/main/p/pygobject-2/python-gobject-2_2.28.6-13+b1_amd64.deb
...@...:~/Bureau/PyRenamer$ wget http://ftp.br.debian.org/debian/pool/main/p/pygtk/python-glade2_2.24.0-5.1+b1_amd64.deb
...@...:~/Bureau/PyRenamer$ wget http://ftp.br.debian.org/debian/pool/main/p/pygtk/python-gtk2_2.24.0-5.1+b1_amd64.deb
...@...:~/Bureau/PyRenamer$ wget http://ftp.br.debian.org/debian/pool/main/p/pycairo/python-cairo_1.16.2-1+b1_amd64.deb
...@...:~/Bureau/PyRenamer$ wget http://ftp.br.debian.org/debian/pool/main/p/python-numpy/python-numpy_1.16.2-1_amd64.deb
...@...:~/Bureau/PyRenamer$ wget http://ftp.br.debian.org/debian/pool/main/p/python-setuptools/python-pkg-resources_44.1.1-1_all.deb
...@...:~/Bureau/PyRenamer$ wget http://ftp.br.debian.org/debian/pool/main/libf/libffi/libffi6_3.2.1-9_amd64.deb
...@...:~/Bureau/PyRenamer$ sudo apt install ./*.deb

Installation

  1. Téléchargez et installez pyrenamer :

    ...@...:~/Bureau/PyRenamer$ wget http://archive.ubuntu.com/ubuntu/pool/universe/p/pyrenamer/pyrenamer_0.6.0-1.2_all.deb
    ...@...:~/Bureau/PyRenamer$ sudo apt install ./pyrenamer_0.6.0-1.2_all.deb

  2. S'il reste des dépendances non résolues, tentez :

    ...@...:~ $ sudo apt -f install

    Si cela ne suffit pas, téléchargez-les et installez-les.

Configuration

Utilisation

Désinstallation

Voir aussi


Basé sur « pyrenamer » par Doc ubuntu.