![](/rp/kFAqShRrnkQMbH6NYLBYoJ3lq9s.png)
What is the difference between apt and apt-get? - Ask Ubuntu
apt-get may be considered as lower-level and "back-end", and support other APT-based tools. apt is designed for end-users (human) and its output may be changed between versions. Note …
Is Not Installed (Residual config) safe to remove all?
May 6, 2015 · So, when you remove package(s) usually by using Ubuntu-Software-Center or by sudo apt-get remove, it leaves its configuration files on system. From community help , While …
apt - How do I fix the GPG error "NO_PUBKEY"? - Ask Ubuntu
Stack Exchange Network. Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their …
apt - How do I search for available packages from the command …
apt-file search part_of_package_name | grep another_part_of_name Example of searching for ssh server package if I do not know the name is ssh-server or sshserver or server-ssh etc.: apt …
How to install specific version of some package? - Ask Ubuntu
sudo apt-get install <package name>=<version> Example: $ sudo apt-get install gparted=0.16.1-1 Reading package lists... Done Building dependency tree Reading state information... Done …
apt - Package system is broken. How to fix it? - Ask Ubuntu
sudo apt-get clean Above command will clean out the local repository of retrieved package file. sudo apt-get install -f Will correct broken dependencies i.e. -f here stands for “fix broken”. sudo …
apt-get or aptitude equivalent to yum whatprovides - Ask Ubuntu
Aug 17, 2010 · This depends on whether the package containing the file is already installed. If so, use dpkg -S filename.. If your intention is to find out which package to install to get a certain …
apt - How to delete broken packages in ubuntu - Ask Ubuntu
Sep 17, 2014 · sudo apt-get update then cleanup any partial packages . sudo apt-get autoclean Now clean the apt cache. sudo apt-get clean Now remove any unnecessary dependancies . …
apt - What does it mean that a package is "set to manually …
Now, if you do apt-get install vlc-nox you will get the message that vlc-nox is now set to "manually installed", i.e. the package manager now thinks that you want that package specifically and not …
apt - Installing suggested/recommended packages? - Ask Ubuntu
Feb 21, 2014 · I ran the following code and got this package needs these packages, now it also says these packages are suggested, and theses are recommended. How do I get those up to …