I'm trying to install .NET on Ubuntu 18.04, when I execute sudo dpkg -i packages-microsoft-prod.deb command after wget the packages-microsoft-prod.deb, an error happens:
sudo dpkg -i packages-microsoft-prod.deb dpkg: warning: failed to open configuration file '/usr2/hongmeix/.dpkg.cfg' for reading: Permission denied dpkg: error: cannot access archive 'packages-microsoft-prod.deb': Permission denied
Is that due to the .dpkg.cfg permission? How to solve this problem?
1 Reset to default