Tagged Questions
2
votes
3answers
328 views
Trouble migrating from Yum to apt-get
I recently migrated from using Fedora to Debian. And I'm having some issues with the package manager.
I used to be able to search for packages via yum using :
yum search ...
9
votes
2answers
9k views
What is Fedora's equivalent of 'apt-get purge'?
In Debian, there's at least two ways to delete a package:
apt-get remove pkgname
apt-get purge pkgname
The first preserves system-wide config files (i.e. those found in "/etc"), while the second ...