Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install foxit pdf reader on ubuntu 20.04

# By: https://kifarunix.com/install-foxit-pdf-reader-on-ubuntu-20-04/
# Download the package
wget http://cdn01.foxitsoftware.com/pub/foxit/reader/desktop/linux/2.x/2.4/en_us/FoxitReader.enu.setup.2.4.4.0911.x64.run.tar.gz
# Extract it
tar xzf FoxitReader.enu.setup.2.4.4.0911.x64.run.tar.gz
# set setup file permissions as users can read, write, execute, groups can read and execute, others can read and execute
chmod 755 'FoxitReader.enu.setup.2.4.4.0911(r057d814).x64.run'
# run setup file
sudo ./FoxitReader.enu.setup.*.run
Comment

PREVIOUS NEXT
Code Example
Shell :: tail file first 100 lines linux 
Shell :: git add everything except 
Shell :: install grunt-autoprefixer using npm 
Shell :: git ignore more then 10MB 
Shell :: libodbc1 2.3.7 ubuntu 
Shell :: error: RPC failed; curl 56 GnuTLS recv error (-110): The TLS connection was non-properly terminated. 
Shell :: revert file to master version git 
Shell :: windows cmd shortcut that always opens as administrator 
Shell :: oracle docker images 
Shell :: install lazydocker 
Shell :: Swift REST Api Call 
Shell :: how to do a pull request with one commit 
Shell :: How do I create a next application 
Shell :: mac theme ubuntu terminal 
Shell :: adb default location 
Shell :: windows stop service 
Shell :: remove a filled directory in linux terminal 
Shell :: gatsby image 
Shell :: wsl python image 
Shell :: codepush get keys 
Shell :: docker on linux 
Shell :: linux move everything except 
Shell :: vim sudo trick 
Shell :: vim replace multiple spaces with one 
Shell :: git request-pull 
Shell :: ubuntu wifi drivers 
Shell :: golang compile with injected variable 
Shell :: command to change user ID 
Shell :: vmware not working after ubuntu upgrade 
Shell :: install gitlab-ce on centos 
ADD CONTENT
Topic
Content
Source link
Name
8+4 =