这时候我们可以在hellodeb路径下运行如下命令生成deb软件包:
sudo dpkg-deb -b ../hellodeb ../hellodeb_1.0_amd64.deb

这时候在hellodeb的上级目录生成hellodeb_1.0_x64.deb软件包:

在hellodeb_1.0_x64.deb所在路径执行如下命令安装软件包:
sudo dpkg -i hellodeb_1.0_amd64.deb

这时候hellodeb软件应用已经被安装在了系统的/usr/local/bin路径下:
