Install&Setting
Editor
 
 
 
 
 
 
 
 
 

Ubuntu Desktop setting
Update
AnyDesk
Filezillar
ClamAV
R


Update and install Cangjie and Quick input

$ sudo apt-get update

/*
install cangjie and quick input method */
run "Setting"
select "Language and Region" --> "Manage Installed Language" , select "Install/Remove Language" in
a window of "Language Support", mark "Chines Simplified and Traditional" and then close it. select "Ibus" of keyboard input method system. 
logout user and then login user.

open terminal
$ sudo apt-get install ibus-table-quick5
$ sudo apt-get install ibus-table-cangjie5
logout user and then login user.

run "Setting"
select "keyboard" click "+" --> "Chinese (Hong Kong)" highlink "Chinese(cangjie)" and "Chinese(quick5)" click "Add".
logout user and then login user.


Anydesk

go to Anydesk download web page, download Ubuntu 64bit deb file , and then click to run deb file, install Anydesk


Filezillar

$ sudo apt-get update
$ sudo apt-get install filezillar
$ sudo apt list –installed | grep filezilla
$ filezilla --version


ClamAV anti-virus  refer link https://linuxhint.com/install_clamav_ubuntu/

$ sudo apt-get update
$ sudo apt-get install clamav clamav-daemon

command gives the version of ClamAV then it has been installed successfully.
$ clamscan --version

First step is to stop the clamav-freshclam service by running the following command in the terminal window
$ sudo systemctl stop clamscan-freshclam

Second Step, now we have to update the signature database manually. There are two ways to do so. First Method involves to run the following command in the terminal
$ sudo freshcam
$ sudo chmod 766 /var/log/clamav/*.log
/* if error message :Can't open /var/log/clamav/freshclam.log in append mode (check permissions!). */  or

goto the following link to download signature database file
https://database.clamav.net/daily.cvd

third step is to start the clamav-freshclam service by running the following command.
$ sudo systemctl start clamav-freshscan
$ sudo clamscan --infected --remove --recursive /home/samuel/Downloads/

In the above command, we have used some options. These options have following meanings

  • –infected: prints only infected files
  • –remove: removes infected files
  • –recursive: all the subdirectories in the directory will be scanned

Installing ClamTK
ClamTK
is a Graphical User Interface for ClamAV software program.
$ sudo apt-get install clamtk
tun following command
$ clamtk





Copyright© 2025 Xibase Company