User Tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
gksu [2022/01/31 13:58] – created normangksu [2023/11/05 09:51] (current) norman
Line 2: Line 2:
  
 First Add Debian 9 sources. DELETE file after install... . First Add Debian 9 sources. DELETE file after install... .
-<code>cat <<EOF | tee /etc/apt/sources.list.d/debian9.list deb http://ftp.uk.debian.org/debian/ stretch main +<code>cat <<EOF | tee /etc/apt/sources.list.d/debian9.list deb http://archive.debian.org/debian/ stretch main 
-deb-src http://ftp.uk.debian.org/debian/ stretch main+deb-src http://archive.debian.org/debian/ stretch main
  
-deb http://security.debian.org/debian-security stretch/updates main +deb http://archive.debian.org/debian-security stretch/updates main 
-deb-src http://security.debian.org/debian-security stretch/updates main+deb-src http://archive.debian.org/debian-security stretch/updates main
  
-deb http://ftp.de.debian.org/debian/ stretch main contrib non-free +deb http://archive.debian.org/debian/ stretch main contrib non-free 
-deb-src http://ftp.de.debian.org/debian/ stretch main contrib non-free+deb-src http://archive.debian.org/debian/ stretch main contrib non-free
  
 EOF</code> EOF</code>
Line 19: Line 19:
 Install necessary build tools Install necessary build tools
  
-<code>apt-get install build-essential debhelper dpkg-dev</code>+<code>apt install -y build-essential debhelper dpkg-dev</code>
  
 Install build-dependencies for gksu and compile its source package Install build-dependencies for gksu and compile its source package
  
-<code>apt-get build-dep gksu</code> +<code>apt build-dep gksu</code> 
-<code>apt-get source --compile gksu</code>+<code>apt source --compile gksu</code>
  
 Install self-compiled gksu packages: Install self-compiled gksu packages:
  
-<code>apt-get install ./*gksu*.deb</code>+<code>apt install -y ./*gksu*.deb</code>
  
 Remove Debian 9 repository from system for safety Remove Debian 9 repository from system for safety