
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 …
apt - Installing suggested/recommended packages? - Ask Ubuntu
2014年2月21日 · 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 …
apt - Installing packages into local directory? - Ask Ubuntu
2012年9月27日 · This is, in general, not doable, because you would mess with the apt dependencies system. There are two solutions: Install the source package, change into the …
apt - How can I see all versions of a package that are available in …
That's why I'd suggest always using apt-cache policy <package-name> instead. Note about output: I have some local repository setup and both of the command shows those as well. …
Is Not Installed (Residual config) safe to remove all?
2015年5月6日 · 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 - "The following packages have been kept back:" Why and …
apt-get dist-upgrade can remove as well as add packages, but it is not really dangerous. Any package installation command can cause serious damage if you have problems in your …
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 …
What protocol does apt-get use? - Ask Ubuntu
2018年3月7日 · See apt-secure(8) for details. https (apt-transport-https(1)) The https scheme specifies an HTTPS server for an archive and is very similar in use and available options to …
apt - How to not install recommended and suggested packages
2017年3月23日 · If you want these flags to always be enabled (I do NOT recommend this) put the following lines in your /etc/apt/apt.conf file: APT::Install-Recommends "false"; APT::Install …
apt - How to fix update problems (Ubuntu 20.04) - Ask Ubuntu
2020年4月27日 · apt-mark showholds lists any active holds. apt-mark unhold (package) un-holds a package: the system is free to update those packages again. I've used this twice; once, to …