08 November 2023

How to install .deb files on Ubuntu?

$ sudo dpkg -i xxx.deb

if you still faces issues with dependencies execute the following command to install the required dependencies.

$ sudo apt-get install -f

 

10 October 2023

Can not print to Sharp multi-function printer

Do 'auto-configuration'.
'Ports' > 'Configure Port'. Change Protocol from 'Raw' into 'LPR'. Enter 'lp' in 'LPR Settings/Queue Name'. OK.
Can print now.

If seeing error, e.g. 'the port is being used', etc., then restart computer. Do the above steps again.
Can print now.