package
- Games
How to Unlock and Call in a Care Package in CoD Modern Warfare 2
In the ever-evolving field that is the FPS genre, Call of Duty has remained a constant in delivering fast-paced and frantic multiplayer gameplay. Aside from the unique customization that is…
- Linux
How to Install Pamac GUI Package Manager in Arch Linux
Pamac is the package manager of Manjaro based on libalpm which also supports Appstream, AUR, Flatpak and Snaps. Being an alternative to pacman it focuses on providing an easy-to-use interface…
- Linux
Update a Single Package With apt Command in Ubuntu and Debian
How do you update your Ubuntu system in the command line? You use the apt update (to refresh the package cache) and apt upgrade commands. sudo apt update && sudo…
- Linux
Package is “set to manually installed”? What does it Mean?
If you use the apt command to install packages in the terminal, you’ll see all kinds of output. If you pay attention and read the output, sometimes you’ll notice a…
- Linux
Install Specific Package Version With Apt Command in Ubuntu
Want to install a specific version of a package in Ubuntu? You can do that ‘easily’ in the following manner: sudo apt install package_name=package_version How do you know which versions…
- Linux
Chromium Snap Package to Finally Get back VAAPI Hardware Decoding
The Chromium browser package (Snap version) in Ubuntu Software is missing VAAPI hardware decoding support. Ubuntu developer team is finally working on get the feature back! As you may know,…
-
Steam now available as Snap package on Linux, with easier installation and sandboxing
The Steam game store has been available on desktop Linux for many years at this point, and with the addition of the Proton compatibility layer for Windows games, it has…
- Linux
How to Clean Up Snap Package Versions in Linux [Quick Tip]
Snap packages are not everyone’s favorite but they are an integral part of the Ubuntu ecosystem. It has its pros and cons. One of the negatives is that Snap packages…
- Windows 11
Windows Package Manager (Winget) update adds new experimental features
The Windows Package Manager -- also known as Winget -- is an open source tool designed to make it easier to install software on Windows 10 and Windows 11, by…
- Linux
Installing and Using Homebrew Package Manager on Linux
Homebrew, also known as Brew, is a command line package manager primarily created for macOS. Homebrew grew quite popular among macOS users as more developers created command line tools that…