There is only two steps to install .deb
Code: Select all
wget (file url)
dpkg -i filename.deb
Code: Select all
wget (fileurl)
mkdir ./BUILD
./Configure
su
Make install
Code: Select all
wget (file url)
dpkg -i filename.deb
Code: Select all
wget (fileurl)
mkdir ./BUILD
./Configure
su
Make install
Code: Select all
$ apt-cache policy build-essential
build-essential:
Installed: 11.5
Candidate: 11.5
Version table:
*** 11.5 0
500 http://ftp.us.debian.org/debian/ testing/main amd64 Packages
100 /var/lib/dpkg/status
$ apt-cache policy checkinstall
checkinstall:
Installed: (none)
Candidate: 1.6.2-3
Version table:
1.6.2-3 0
500 http://ftp.us.debian.org/debian/ testing/main amd64 Packages