Label printer driver install
Heyo, is it possible to install this label printer driver for my Arkscan 2054A? https://www.arkscan.com/technical-support/download?srsltid=AfmBOopkW56nA9V6A2ySDfuciJxHPE2kxq-gI9dg9sm-_BHd6B4YSJ-e
The instructions say "Download the driver installer, grant the downloaded file executable by the following command 'chmod 777 Arkscan_2054A_Linux_Driver' (without single quotes) on a terminal, and then run Arkscan_2054A_Linux_Driver."
I tried doing "sudo ./ Arkscan_2054A_Linux_Driver" but it threw up some errors.
I'm absolutely new to anything linux.
Software, Driver, Tools and Document Download - ARKSCAN, LLC
Discover Arkscan's commercial-grade shipping label printers and barcode scanners—designed for warehouses, e-commerce, retail, and logistics. Fast, reliable, and compatible with major platforms like Amazon, eBay, Shopify, and more.
Solution:Jump to solution
Problem is,bazzite have hte folder /usr as read only,you can't modify it,its by design
6 Replies

maybe in a custom image
https://github.com/ublue-os/custom-image/
It sounds like you're asking me to build my own OS.
I'm assuming that means it can't be done easily within bazzite.
Solution
Problem is,bazzite have hte folder /usr as read only,you can't modify it,its by design
Maybe you are better with another distro that is not inmutable like bazzite,nobara or cachyos for example since they allow you to modify the /usr directory
Ahh thanks! I understand the problem a bit more. Those were on my radar as well.