Upgrade from v4.5.3 installed on MX Linux 23.4 x64 to appimage v5.0.1  [Solved]

Help for Current Versions of MX
When asking for help, use Quick System Info from MX Tools. It will be properly formatted using the following steps.
1. Click on Quick System Info in MX Tools
2. Right click in your post and paste.
Message
Author
User avatar
boyhowdy
Posts: 2
Joined: Sun Sep 01, 2024 5:38 am

Upgrade from v4.5.3 installed on MX Linux 23.4 x64 to appimage v5.0.1

#1 Post by boyhowdy »

Hi Folks,
I have been running Qbittorrent 4.5.3 installed from MX package installer (MX-23.4 x64_. I downloaded the appimage for v5.0.1 (qbittorrent-5.0.1_lt20_x86_64) and installed at /home/xx/applications.
The new version automatically imported all the data and torrents from v4.5.3 and seems to work well.
Now I have 2 versions that run on my machine.
I want to delete v4.5.3 while retaining the functionality of v5.0.1 and all the data it automatically imported.
What is the best method?
Thanks in advance
boyhowdy

Code: Select all

System:    Kernel: 6.1.0-26-amd64 [6.1.112-1] x86_64 bits: 64 compiler: gcc v: 12.2.0 
           parameters: BOOT_IMAGE=/boot/vmlinuz-6.1.0-26-amd64 root=UUID=<filter> ro quiet splash 
           Desktop: Xfce 4.18.1 tk: Gtk 3.24.36 info: xfce4-panel wm: xfwm 4.18.0 vt: 7 
           dm: LightDM 1.26.0 Distro: MX-23.4_x64 Libretto January 15  2023 
           base: Debian GNU/Linux 12 (bookworm) 
Machine:   Type: Laptop System: Apple product: MacBookPro7,1 v: 1.0 

User avatar
davidy
Posts: 818
Joined: Sat Jul 03, 2021 1:59 pm

Re: Upgrade from v4.5.3 installed on MX Linux 23.4 x64 to appimage v5.0.1

#2 Post by davidy »

I have now, ~5.4gb of appimages on my 2nd nvme drive on my laptop. All my pc's have 2 hd's for this reason. Keep the OS small and the backups quicker. Thanks for letting me know of the newer version. I'm updating the enhanced ed from 4.6.5.10 to 5.0.0.10. github.com/c0re100/qBittorrent-Enhanced-Edition/releases
Just uninstall from synaptic and run a shortcut to the appimage. I also delete any cookies that qbit may pickup. They are not needed to search or download (Tools-Manage Cookies). The config folder will work just the same as you already know regardless of where you put the file. Also, because the appimage itself is an executable, the actual extension '.appimage' is not even necessary. You could name it "grabber" and it'll work just fine.
Sys76 LemurPro-mx-23.4, EliteMinis HM90-mx-21.3, Deskmini UM350-phoenixLite win10, Qnap 12tb nas, Protectli FW4C-opnsense(=゜ω゜)

zero privacy = zero security . All MX'd Up
UAP = up above people

User avatar
Eadwine Rose
Administrator
Posts: 14953
Joined: Wed Jul 12, 2006 2:10 am

Re: Upgrade from v4.5.3 installed on MX Linux 23.4 x64 to appimage v5.0.1

#3 Post by Eadwine Rose »

With all help requests, as per forum rules (which, if you haven't, please read), please share your full Quick System Info, do not edit.
If need be, you can do this using the LiveUSB, thanks.
MX-23.6_x64 July 31 2023 * 6.1.0-37amd64 ext4 Xfce 4.20.0 * 8-core AMD Ryzen 7 2700
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.247.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030

User avatar
Stevo
Developer
Posts: 14737
Joined: Fri Dec 15, 2006 7:07 pm

Re: Upgrade from v4.5.3 installed on MX Linux 23.4 x64 to appimage v5.0.1  [Solved]

#4 Post by Stevo »

boyhowdy wrote: Fri Nov 01, 2024 12:57 am Hi Folks,
I have been running Qbittorrent 4.5.3 installed from MX package installer (MX-23.4 x64_. I downloaded the appimage for v5.0.1 (qbittorrent-5.0.1_lt20_x86_64) and installed at /home/xx/applications.
The new version automatically imported all the data and torrents from v4.5.3 and seems to work well.
Now I have 2 versions that run on my machine.
I want to delete v4.5.3 while retaining the functionality of v5.0.1 and all the data it automatically imported.
What is the best method?
Thanks in advance
boyhowdy

Code: Select all

System:    Kernel: 6.1.0-26-amd64 [6.1.112-1] x86_64 bits: 64 compiler: gcc v: 12.2.0 
           parameters: BOOT_IMAGE=/boot/vmlinuz-6.1.0-26-amd64 root=UUID=<filter> ro quiet splash 
           Desktop: Xfce 4.18.1 tk: Gtk 3.24.36 info: xfce4-panel wm: xfwm 4.18.0 vt: 7 
           dm: LightDM 1.26.0 Distro: MX-23.4_x64 Libretto January 15  2023 
           base: Debian GNU/Linux 12 (bookworm) 
Machine:   Type: Laptop System: Apple product: MacBookPro7,1 v: 1.0 
GUI or CLI method?

MXPI or Synaptic: search and remove qbittorrent in their GUIs. Then remove autoremovable packages.

CLI:

Code: Select all

sudo apt remove qbittorrent

apt autoremove
Look to see what gets removed first.
MXPI = MX Package Installer
QSI = Quick System Info from menu
The MX Test repository is mostly backports; not the same as Debian testing

User avatar
boyhowdy
Posts: 2
Joined: Sun Sep 01, 2024 5:38 am

SOLVED Re: Upgrade from v4.5.3 installed on MX Linux 23.4 x64 to appimage v5.0.1

#5 Post by boyhowdy »

SOLVED

Thanks All for your kind assistance.

FYI, the reason I upgraded was due to a warning issued by one of my private trackers. They advised that all versions of Qbt prior to v5.0.1 were susceptible to attack - see https://sharpsec.run/rce-vulnerability-in-qbittorrent/.

Cheers
boyhowdy

Code: Select all

System:    Kernel: 6.1.0-26-amd64 [6.1.112-1] x86_64 bits: 64 compiler: gcc v: 12.2.0 
           parameters: BOOT_IMAGE=/boot/vmlinuz-6.1.0-26-amd64 root=UUID=<filter> ro quiet splash 
           Desktop: Xfce 4.18.1 tk: Gtk 3.24.36 info: xfce4-panel wm: xfwm 4.18.0 vt: 7 
           dm: LightDM 1.26.0 Distro: MX-23.4_x64 Libretto January 15  2023 
           base: Debian GNU/Linux 12 (bookworm) 
Machine:   Type: Laptop System: Apple product: MacBookPro7,1 v: 1.0 serial: <filter> Chassis: 
           type: 10 v: Mac-F222BEC8 serial: <filter> 
           Mobo: Apple model: Mac-F222BEC8 serial: <filter> UEFI: Apple 
           v: MBP71.88Z.003D.B00.1708080058 date: 08/08/17 
I

User avatar
Eadwine Rose
Administrator
Posts: 14953
Joined: Wed Jul 12, 2006 2:10 am

Re: Upgrade from v4.5.3 installed on MX Linux 23.4 x64 to appimage v5.0.1

#6 Post by Eadwine Rose »

Good to hear it is solved, but when you share your QSI.. always share the FULL version, use the copy for forum button and hit paste in a post next time. You posted an edited version two times now.
MX-23.6_x64 July 31 2023 * 6.1.0-37amd64 ext4 Xfce 4.20.0 * 8-core AMD Ryzen 7 2700
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.247.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030

User avatar
CharlesV
Global Moderator
Posts: 7682
Joined: Sun Jul 07, 2019 5:11 pm

Re: SOLVED Re: Upgrade from v4.5.3 installed on MX Linux 23.4 x64 to appimage v5.0.1

#7 Post by CharlesV »

boyhowdy wrote: Sat Nov 02, 2024 12:40 am SOLVED

Thanks All for your kind assistance.

FYI, the reason I upgraded was due to a warning issued by one of my private trackers. They advised that all versions of Qbt prior to v5.0.1 were susceptible to attack - see https://sharpsec.run/rce-vulnerability-in-qbittorrent/.

Cheers
boyhowdy
And Please mark your post as solved using the check mark on the top right of the post that resolved it.
*QSI = Quick System Info from menu (Copy for Forum)
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!

User avatar
Stevo
Developer
Posts: 14737
Joined: Fri Dec 15, 2006 7:07 pm

Re: Upgrade from v4.5.3 installed on MX Linux 23.4 x64 to appimage v5.0.1

#8 Post by Stevo »

Before anyone asks, we can't build a native qBittorrent 5.X package because it requires at least Qt 6.5, and we have 6.4.2. :frown: :frown: :frown:

Hmmm... repology doesn't list our 4.6.7 in test with the yellow Triangle of Dooooooooom... https://repology.org/project/qbittorrent/versions


Also, that sharpsec link..
.
#1 is Windows only.

#2 updating in the application is disabled; standard Debian policy.

#3 Maybe...? Anyone else understand this?

#4 If you do Debian security updates like you should, your zlib is not vulnerable.
MXPI = MX Package Installer
QSI = Quick System Info from menu
The MX Test repository is mostly backports; not the same as Debian testing

User avatar
davidy
Posts: 818
Joined: Sat Jul 03, 2021 1:59 pm

Re: Upgrade from v4.5.3 installed on MX Linux 23.4 x64 to appimage v5.0.1

#9 Post by davidy »

Wow. After upgrading to 5.0.0.10-enhanced I had to start over on the search plugins. Adding the official ones from their site and the ones I had already and now I have 51 search engines (ncore threw errors) minus the games and porn one. The enhanced v5.0.0.10 is taken from upstream so dev said it's as good as the official 5.0.1. what a pita. Appimages all btw.
The security issue involves qbit accepting ANY cert, bad or not, and of course blindly trusting whatever link given to check python plugin updates. Which then could result in a code executable download as big as 64mb from a bad actor. Something like that. Took an hour to sort the search engine and back it all up, again.
Sys76 LemurPro-mx-23.4, EliteMinis HM90-mx-21.3, Deskmini UM350-phoenixLite win10, Qnap 12tb nas, Protectli FW4C-opnsense(=゜ω゜)

zero privacy = zero security . All MX'd Up
UAP = up above people

Lichuj
Posts: 72
Joined: Thu Jun 24, 2021 8:43 am

Re: Upgrade from v4.5.3 installed on MX Linux 23.4 x64 to appimage v5.0.1

#10 Post by Lichuj »

Hey

Just a reminder that qBitorrent is available in verified Flatpak. Just moved all the configs from "normal" version to flatpak one.

Post Reply

Return to “MX Help”