Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
5
rated 0 times [  5] [ 0]  / answers: 1 / hits: 864  / 2 Years ago, thu, june 30, 2022, 9:40:48

I can not figure out how to install the new feature that is coming to Linux Mint 20.2. The bulk renamer Bulky (https://github.com/linuxmint/bulky).


Because it's such a new thing, i can't really find tutorials online... and i do not understand very well the concept of makefiles and stuff like that. Has anyone installed it/tested it? I would like to stop installing Thunar just for the bulk renamer!


This is related, and what got me interested in the first place:
What is a good GUI file renamer that takes files from command line URIs?


More From » 20.04

 Answers
6

For Ubuntu 20.04 LTS (and newer) the compilation process is straightforward:


sudo apt-get update
sudo apt-get install git dpkg-dev debhelper

cd ~/Downloads
git clone https://github.com/linuxmint/bulky.git
cd bulky/

dpkg-buildpackage -uc -us
sudo dpkg -i ../bulky*.deb
sudo apt -f install

[#1385] Thursday, June 30, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
heaco

Total Points: 479
Total Questions: 124
Total Answers: 114

Location: Lesotho
Member since Sat, Oct 1, 2022
2 Years ago
heaco questions
Sun, Aug 15, 21, 03:08, 3 Years ago
Thu, Oct 14, 21, 16:28, 3 Years ago
Wed, Apr 27, 22, 00:57, 2 Years ago
;