ubuntu

back to tags
  • List Files Installed by a Package with dpkg

    The command `dpkg` has many uses beyond installing and removing `.deb` files. This includes finding out what files were added to your system when you installed a package...

  • Installing NodeJS and NPM on Ubuntu

    I have faced difficulties using NodeJS and the Node Package Manager (NPM) on Ubuntu, specifically relating to permissions. Here are some workarounds...