Unable to install ifrename on Ubuntu 20.04?

I'm not able to install ifrename in Ubuntu 20.04 with sudo apt install ifrename. I get the following error message when trying to install ifrename.

$ sudo apt install ifrename
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package ifrename
1

1 Answer

You can download and install ifrename from Debian bullseye repository as follows:

cd ~/Downloads
wget -c
sudo apt-get install ./ifrename_30~pre9-13.1_amd64.deb

Then consult with its man-page by man ifrename locally or online.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like