![]() |
apt vs. apt-get - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: General (https://www.linuxliteos.com/forums/forumdisplay.php?fid=4) +--- Forum: Off Topic (https://www.linuxliteos.com/forums/forumdisplay.php?fid=15) +--- Thread: apt vs. apt-get (/showthread.php?tid=1841) |
apt vs. apt-get - Mike - 05-17-2015 I'm not sure if everyone knows this or not, but I recently learned that [tt]apt[/tt] can do just about everything that [tt]apt-get[/tt] can do and with a bit more style. Quote:Basic commands: No more [tt]apt-cache search[/tt]...just do [tt]apt search[/tt]. I apologize if this is common knowledge but I figured I'd share it to save people some keystrokes if they're still doing it the old way. Re: apt vs. apt-get - Kirkx - 05-18-2015 Thanks for the tip. So far I have three package information related commands in my Linux cheat sheet. It takes some practice to try out different commands and switches to see which one you like best for the desired output: Code: apt ... |