From 2a22bb58b190f94b91cd26262b39feba79b0842f Mon Sep 17 00:00:00 2001 From: sliakat <76749892+sliakat@users.noreply.github.com> Date: Thu, 6 Jul 2023 16:49:27 -0400 Subject: [PATCH] Update README.md minor formatting changes --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 522e4ad..9f1a477 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,9 @@ To downgrade: - uninstall libusb with ```apt remove libusb-1.0-0``` - may also need to remove dev and doc packages if those are installed - download 1.0.23's deb package from here: ```https://ubuntu.pkgs.org/20.04/ubuntu-main-amd64/libusb-1.0-0_1.0.23-2build1_amd64.deb.html``` - - install with ```apt install ./``` - ``` -apt-cache policy libusb-1.0* should now show 2:1.0.23-2build1 is now installed -``` + - install with ```apt install ./libusb-1.0-0_1.0.23-2build1_amd64.deb``` + +```apt-cache policy libusb-1.0*``` should now show 2:1.0.23-2build1 is now installed to keep libusb downgraded, mark libusb-1.0-0 for hold on apt -- that will allow you to upgrade everything else while freezing libusb: ```