Score:3

Install Bulky (Nemo bulk renamer)

in flag

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?

N0rbert avatar
zw flag
What is your Ubuntu version?
d_araujo avatar
in flag
I'm really sorry, it is exactly 20.04 LTS! Thank you.
Score:4
zw flag

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 apt-get install ../bulky_1.6_all.deb
us flag
I edited, so that users who blindly copy-paste the commands, and Bulky does not install due to changed version number, won't face an issue. See the recently posted other answer, there the person who posted the answer probably had such an issue.
Score:0
az flag

My answer makes one change - an extra step, to identify the created deb.

$ 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

Next, identify the version of the built deb, located in ~/Downloads: $ls ~/Downloads/bulky*deb Example result: bulky_2.5_all.deb

Using the identified deb file, execute the command $ sudo apt-get install ../bulky_2.5_all.deb

muru avatar
us flag
If it's just an addition to the existing answer, [please edit it instead](https://askubuntu.com/posts/1349358/edit) of posting a new one.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.