System Wide: Step 1: Open " /etc/environment " file in edit mode or Run the following command in terminal sudo gedit /etc/environment Step 2: Add the following lines in that file and then Save & Close http_proxy="http://username:password@proxyserver:port/" https_proxy="http://username:password@proxyserver:port/" ftp_proxy="http://username:password@proxyserver:port/" all_proxy="http://username:password@proxyserver:port/" If proxy server does not require any username and password, then the format will be: http_proxy="http://proxyserver:port/" https_proxy="http://proxyserver:port/" ftp_proxy="http://proxyserver:port/" all_proxy="http://proxyser...
1. Downlaod the package (Source): If it is an apt package download using this command apt-get source PACKAGE 2. Use the following command to build configuration file: ./configure --prefix=$HOME/<app name> If it is not taking the --prefix argument then edit the prefix variable in configure file 3. Then use make command: make 4. Then use this command to install: make install
Comment out snapd pre/post installation/removal files from /var/lib/dpkg/info/< package files>. For further details visit: https://askubuntu.com/ questions/438345/how-to- remove-install-a-package-that- is-not-fully-installed/632523
Comments
Post a Comment