10)
E: Sub-process /usr/bin/dpkg returned an error code (1)
----------------------------
sudo apt-get install -f
###################################ceores
###### Ubuntu Main Repos
deb http://ir.archive.ubuntu.com/ubuntu/ xenial main restricted
deb-src http://ir.archive.ubuntu.com/ubuntu/ xenial main
###### Ubuntu Update Repos
deb http://ir.archive.ubuntu.com/ubuntu/ xenial-security main restricted
deb http://ir.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
###################################
sudo apt-get install -f
sudo apt-get update
sudo apt-get upgrade
##############################################################################
#------------------------------------------------------------------------------## deb cdrom:[Ubuntu 16.04 LTS _Xenial Xerus_ - Release amd64 (20160420.1)]/ xenial main restricted
deb http://archive.ubuntu.com/ubuntu xenial main restricted universe multiverse
##deb-src http://archive.ubuntu.com/ubuntu xenial main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu xenial-updates main restricted universe multiverse
##deb-src http://archive.ubuntu.com/ubuntu xenial-updates main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu xenial-backports main restricted universe multiverse
##deb-src http://archive.ubuntu.com/ubuntu xenial-backports main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu xenial-security main restricted universe multiverse
##deb-src http://archive.ubuntu.com/ubuntu xenial-security main restricted universe multiverse
# deb http://archive.ubuntu.com/ubuntu xenial-proposed main restricted universe multiverse
deb http://archive.canonical.com/ubuntu xenial partner
##deb-src http://archive.canonical.com/ubuntu xenial partner
#######################################
sudo apt-get install -f
sudo apt-get update
sudo apt-get upgrade
apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y
#######################################
order linux :::
pwd
id
ls -a
ls -l
ls -la
cd Desktop
cd ..
clear
echo
wget
#################
mkdir hussien
rmdir
touch namefile
rm namefile
cp name name2
mv name folder
mv namefile1 namefile2
grep nameword namefile
diff namefile1 namefile2
passwd
echo my name is hussien
name=hussien
echo my name is $name
info echo
#####################permission
-rw-re-r-- {file}
drwxrwxr-x {folder}
r-read
w-write
x-exeuted {work}
- -no permission
********
- rw- re- r--
u-user
g-group
o-other
********
7-5-4
********
4-read
2-write
1-exeuted
0-no permission
7=4+2+1
5=4+1
-----------------
chmod 754 test
chmod 777 folder
##########################
gzip cvf namefile
gunzip xvf namefile.gz
tar cvf zip.tar file1 file2
tar xvf zip.tar
tar -zxvf file
tar --help
unzip
c-creat
v-showinfo
g-showd
x-xerat
#########################
sudo apt-get install wine
sudo apt-get purge wine
sudo apt-get remove wine
sudo apt-get update
sudo apt-get upgrade
#########################
php5 -vesion
-----------
sudo useradd brother
sudo passwd brother
sudo groupadd family
sudo usermod -a -G family brother
sudo -i
sudo bash
E: Sub-process /usr/bin/dpkg returned an error code (1)
----------------------------
sudo apt-get install -f
###################################ceores
###### Ubuntu Main Repos
deb http://ir.archive.ubuntu.com/ubuntu/ xenial main restricted
deb-src http://ir.archive.ubuntu.com/ubuntu/ xenial main
###### Ubuntu Update Repos
deb http://ir.archive.ubuntu.com/ubuntu/ xenial-security main restricted
deb http://ir.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
###################################
sudo apt-get install -f
sudo apt-get update
sudo apt-get upgrade
##############################################################################
#------------------------------------------------------------------------------## deb cdrom:[Ubuntu 16.04 LTS _Xenial Xerus_ - Release amd64 (20160420.1)]/ xenial main restricted
deb http://archive.ubuntu.com/ubuntu xenial main restricted universe multiverse
##deb-src http://archive.ubuntu.com/ubuntu xenial main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu xenial-updates main restricted universe multiverse
##deb-src http://archive.ubuntu.com/ubuntu xenial-updates main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu xenial-backports main restricted universe multiverse
##deb-src http://archive.ubuntu.com/ubuntu xenial-backports main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu xenial-security main restricted universe multiverse
##deb-src http://archive.ubuntu.com/ubuntu xenial-security main restricted universe multiverse
# deb http://archive.ubuntu.com/ubuntu xenial-proposed main restricted universe multiverse
deb http://archive.canonical.com/ubuntu xenial partner
##deb-src http://archive.canonical.com/ubuntu xenial partner
#######################################
sudo apt-get install -f
sudo apt-get update
sudo apt-get upgrade
apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y
#######################################
order linux :::
pwd
id
ls -a
ls -l
ls -la
cd Desktop
cd ..
clear
echo
wget
#################
mkdir hussien
rmdir
touch namefile
rm namefile
cp name name2
mv name folder
mv namefile1 namefile2
grep nameword namefile
diff namefile1 namefile2
passwd
echo my name is hussien
name=hussien
echo my name is $name
info echo
#####################permission
-rw-re-r-- {file}
drwxrwxr-x {folder}
r-read
w-write
x-exeuted {work}
- -no permission
********
- rw- re- r--
u-user
g-group
o-other
********
7-5-4
********
4-read
2-write
1-exeuted
0-no permission
7=4+2+1
5=4+1
-----------------
chmod 754 test
chmod 777 folder
##########################
gzip cvf namefile
gunzip xvf namefile.gz
tar cvf zip.tar file1 file2
tar xvf zip.tar
tar -zxvf file
tar --help
unzip
c-creat
v-showinfo
g-showd
x-xerat
#########################
sudo apt-get install wine
sudo apt-get purge wine
sudo apt-get remove wine
sudo apt-get update
sudo apt-get upgrade
#########################
php5 -vesion
-----------
sudo useradd brother
sudo passwd brother
sudo groupadd family
sudo usermod -a -G family brother
sudo -i
sudo bash