Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

.run files in ubuntu

#Assume the file is called some-app.run and is in the folder /home/user/Downloads. You will need to modify these instructions to fit your situation.

#1:
cd /home/user/Downloads

#2:
chmod +x some-app.run

#3:
./some-app.run

#if step 3 fails with a message including 'permission denied', try entering sudo ./some-app.run (you will need to enter your password for this).
Comment

PREVIOUS NEXT
Code Example
Shell :: get public ip linu 
Shell :: show all processes linux 
Shell :: clear ubuntu logs 
Shell :: m1 cocoapods 
Shell :: remove git 
Shell :: sudo apt update ignore gpg signature 
Shell :: gitignore committed file 
Shell :: ufw config file location ubuntu 
Shell :: git revert last commit remote 
Shell :: install socket io client 
Shell :: remotelog muirey03 github 
Shell :: Missing essential plugin: org.jetbrains.android Please reinstall Android Studio from 
Shell :: certbot add new domain pache 
Shell :: mui version check 
Shell :: git remove branch 
Shell :: yarn install uuid 
Shell :: find all files edited after date linux 
Shell :: No matching distribution found for tensorflow==2.0.0 
Shell :: how to check for angular cli version 
Shell :: imagemagick convert heic to jpg mac 
Shell :: cd: permission denied: 
Shell :: ubuntu change permissions on folder and subfolders 
Shell :: git merge binary files 
Shell :: composer uninstall 
Shell :: extract .tz ubuntu 
Shell :: ubuntu see if package is installed 
Shell :: revert to master origin branch git 
Shell :: docker-compose install in centos 7 
Shell :: cut last field delimiter 
Shell :: npm install material ui icons 
ADD CONTENT
Topic
Content
Source link
Name
1+3 =