Site Map - skip to main content

Hacker Public Radio

Your ideas, projects, opinions - podcasted.

New episodes every weekday Monday through Friday.
This page was generated by The HPR Robot at


hpr3357 :: My terminal journey, part 02.

Becoming terminal friendly.

<< First, < Previous, , Latest >>

Thumbnail of Some Guy On The Internet
Hosted by Some Guy On The Internet on 2021-06-15 is flagged as Clean and is released under a CC-BY-SA license.
terminal, apt-get, apt-cache, apt-mark, dpkg. 2.
The show is available on the Internet Archive at: https://archive.org/details/hpr3357

Listen in ogg, spx, or mp3 format. Play now:

Duration: 00:31:30

Apt Spelunking.

"Apt spelunking" is a silly term I made up for the act of searching through your package manager, App Store, Code Repo, etc with vague terms, and trying out random applications therein.
A public series started by Windigo.

Discovering the packages; vertical lists.

apt package manager

  • First Command: sudo apt list --upgradeable

  • Command Breakdown:

    • sudo is root privileges (to become admin for a single command).
    • apt is the Command Name.
    • list to display a list of packages satisfying certain criteria.
    • --upgradeable the criteria
  • Command Standard Output: (abridged)

    Listing...
    alsa-ucm-conf/focal-updates,focal-updates 1.2.2-1ubuntu0.7 all [upgradable from: 1.2.2-1ubuntu0.6]
    alsa-utils/focal-updates 1.2.2-1ubuntu2.1 amd64 [upgradable from: 1.2.2-1ubuntu2]
    bluetooth/focal-updates,focal-updates 5.53-0ubuntu3.1 all [upgradable from: 5.53-0ubuntu3]
    gir1.2-webkit2-4.0/focal-updates,focal-security 2.32.0-0ubuntu0.20.04.1 amd64 [upgradable from: 2.30.6-0ubuntu0.20.04.1]
    google-chrome-stable/stable 90.0.4430.212-1 amd64 [upgradable from: 90.0.4430.93-1]
    iio-sensor-proxy/focal-updates 2.8-1ubuntu1 amd64 [upgradable from: 2.8-1]
    qemu-system-x86/focal-updates 1:4.2-3ubuntu6.16 amd64 [upgradable from: 1:4.2-3ubuntu6.15]
    qemu-utils/focal-updates 1:4.2-3ubuntu6.16 amd64 [upgradable from: 1:4.2-3ubuntu6.15]
    samba-common-bin/focal-updates,focal-security 2:4.11.6+dfsg-0ubuntu1.8 amd64 [upgradable from:     2:4.11.6+dfsg-0ubuntu1.6]
    

Discovering the packages; horizontal list.

apt-get package manager

  • Second Command: sudo apt-get -u upgrade --assume-no

  • Command Breakdown:

    • sudo is root privileges (to become admin for a single command).
    • apt-get is the Command Name.
    • -u or --show-upgraded list of packages that are to be upgraded; must be used with upgrade.
    • upgrade is used to install the newest versions of all packages currently installed.
    • --assume-no Automatically answers "No" when the command asks, “Do you want to continue? [Y/n]”. (Do you want to upgrade at this moment? No. You get it).
  • Note: Linux Mint 20 manpage for apt-get does not include the -u option or description.

    -u, --show-upgraded
    Show upgraded packages. Print out a list of all packages that are to be upgraded.
    
  • Command Standard Output:

    Reading package lists...
    Building dependency tree...
    Reading state information...
    Calculating upgrade...
    The following packages were automatically installed and are no longer required:
      libllvm10 libllvm10:i386 libnvidia-common-450 libnvidia-compute-455:i386
      libnvidia-decode-455:i386 libnvidia-encode-455:i386 libnvidia-fbc1-455:i386
      libnvidia-gl-455:i386 libnvidia-ifr1-455:i386 nvidia-kernel-common-455
      nvidia-kernel-source-455 nvidia-utils-455 xserver-xorg-video-nvidia-455
    Use 'sudo apt autoremove' to remove them.
    The following packages have been kept back:
      libnvidia-common-450 libnvidia-common-460 linux-generic
      linux-headers-generic linux-image-generic
    The following packages will be upgraded:
      alsa-ucm-conf alsa-utils bluetooth bluez bluez-cups bluez-obexd firefox
      firefox-locale-en flatpak gir1.2-flatpak-1.0 gir1.2-javascriptcoregtk-4.0
      gir1.2-webkit2-4.0 google-chrome-stable iio-sensor-proxy libasound2
      libasound2-data libatopology2 libbluetooth3 libexiv2-27 libflatpak0
      libjavascriptcoregtk-4.0-18 liblightdm-gobject-1-0 libmysqlclient21
      libnetplan0 libsmbclient libvirt-clients libvirt-daemon
      libvirt-daemon-driver-qemu libvirt-daemon-driver-storage-rbd
      libvirt-daemon-system libvirt-daemon-system-systemd libvirt0 libwacom-bin
      libwacom-common libwacom2 libwbclient0 libwebkit2gtk-4.0-37 libxmlb1 lightdm
      linux-firmware linux-libc-dev netplan.io openvpn python3-apport
      python3-problem-report python3-samba python3-yaml qemu-block-extra qemu-kvm
      qemu-system-common qemu-system-data qemu-system-gui qemu-system-x86
      qemu-utils samba-common samba-common-bin samba-libs smbclient thermald
      xul-ext-lightning
    60 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
    Need to get 295 MB of archives.
    After this operation, 4,023 kB of additional disk space will be used.
    Do you want to continue? [Y/n] N
    Abort.
    

Discovering the packages; colums & rows.

dpkg-query

  • Third Command: dpkg-query -l

  • Command Breakdown:

    • dpkg-query is the Command Name.
    • -l or --list list all installed packages on your system.
  • Fourth Command: dpkg-query -L add-apt-key

  • Command Breakdown:

    • dpkg-query is the Command Name.
    • -L or --listfiles list specific package, add-apt-key in this example, installed on your system.
  • Command Standard Output: (abridged)

    • dpkg-query -l all installed packages.
      Desired=Unknown/Install/Remove/Purge/Hold
      | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
      |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
      ||/ Name                                              Version                               Architecture Description
      +++-=================================================-=====================================-============-======================================================================================================
      ii  accountsservice                                   0.6.55-0ubuntu12~20.04.4              amd64        query and manipulate user account information
      ii  acl                                               2.2.53-6                              amd64        access control list - utilities
      ii  acpi-support                                      0.143                                 amd64        scripts for handling many ACPI events
      ii  acpid                                             1:2.0.32-1ubuntu1                     amd64        Advanced Configuration and Power Interface event daemon
      ii  add-apt-key                                       1.0-0.5                               all          Command line tool to add GPG keys to the APT keyring
      ii  adduser                                           3.118ubuntu2                          all          add and remove users and groups
      ii  adwaita-icon-theme                                3.36.1-2ubuntu0.20.04.2               all          default icon theme of GNOME (small subset)
      ii  adwaita-icon-theme-full                           3.36.1-2ubuntu0.20.04.2               all          default icon theme of GNOME
      
    • dpkg-query -L add-apt-key single package.
      /.
      /usr
      /usr/share
      /usr/share/doc
      /usr/share/doc/add-apt-key
      /usr/share/doc/add-apt-key/README
      /usr/share/doc/add-apt-key/AUTHORS
      /usr/share/doc/add-apt-key/README.Debian
      /usr/share/doc/add-apt-key/copyright
      /usr/share/doc/add-apt-key/changelog.Debian.gz
      /usr/share/man
      /usr/share/man/man8
      /usr/share/man/man8/add-apt-key.8.gz
      /usr/sbin
      /usr/sbin/add-apt-key
      /etc
      /etc/default
      /etc/default/add-apt-key
      

Marking the packages; hold.

apt-mark

  • Fifth & Sixth Commands: sudo apt-mark hold google-chrome-stable; sudo apt-mark showhold

  • Command Breakdown:

    • sudo is root privileges (to become admin for a single command).
    • apt-mark is the Command Name.
    • hold will prevent the package from being automatically installed, upgraded or removed.
    • google-chrome-stable is the package effected by hold.
    • ; is the end of a command; command seperation.
    • sudo is root privileges (to become admin for a single command).
    • apt-mark is the Command Name.
    • showhold will print a list of packages effected by hold.
  • Command Standard Output: (abridged)

    google-chrome-stable set on hold.
    

Marking the packages; unhold.

apt-mark

  • Seventh Command: sudo apt-mark unhold google-chrome-stable

  • Command Breakdown:

    • sudo is root privileges (to become admin for a single command).
    • apt-mark is the Command Name.
    • unhold will remove hold, allowing the package to be automatically installed, upgraded or removed.
    • google-chrome-stable is the package once effected by hold; no longer due to unhold.
  • Note: showhold will now print blank/nothing because packages are no longer effected by hold.


Exporting Manpage to text file.

  • Bonus Command: it's a big one.
touch apt-get01.txt; date > ~/Documents/apt-get01.txt; echo -e "\n" >> ~/Documents/apt-get01.txt; apt-get --version >> ~/Documents/apt-get01.txt; echo -e "\n\napt-get --help\n\n" >> ~/Documents/apt-get01.txt; apt-get --help >> ~/Documents/apt-get01.txt; echo -e "\n\nman apt-get\n\n" >> ~/Documents/apt-get01.txt; man apt-get >> ~/Documents/apt-get01.txt; echo -e "\n\nCompleted.";
  • Command Breakdown:
    • touch apt-get01.txt; this command will create the "apt-get01.txt" file.

    • date > ~/Documents/apt-get01.txt; this command stores the date and time with the "apt-get01.txt" file.

    • echo -e "\n" >> ~/Documents/apt-get01.txt; this command gives us a blank line or new line within the "apt-get01.txt" file.

    • apt-get --version >> ~/Documents/apt-get01.txt; this command adds the version of apt-get we have installed to the "apt-get01.txt" file.

    • echo -e "\n\napt-get --help\n\n" >> ~/Documents/apt-get01.txt; this command adds to new lines or blank lines to the file then, adds the label "apt-get -- help" to the "apt-get01.txt" file.

    • apt-get --help >> ~/Documents/apt-get01.txt; this command adds the standard output of apt-get --help to the "apt-get01.txt" file.

    • echo -e "\n\nman apt-get\n\n" >> ~/Documents/apt-get01.txt; intentionally left blank.

    • man apt-get >> ~/Documents/apt-get01.txt; intentionally left blank.

    • echo -e "\n\nCompleted."; intentionally left blank.

NATO Phonetic Alphabet

The NATO phonetic alphabet is a Spelling Alphabet; a set of words used instead of letters in oral communication (i.e. over the phone or military radio). Each word ("code word") stands for its initial letter (alphabetical "symbol"). The 26 code words in the NATO phonetic alphabet are assigned to the 26 letters of the English alphabet in alphabetical order as follows: Symbol, Code Word, Morse Code, Phonic.

(pronunciation)

A, Alfa/Alpha, AL FAH.
B, Bravo, BRAH VOH.
C, Charlie, CHAR LEE.
D, Delta, DELL TAH.
E, Echo, ECK OH.
F, Foxtrot, FOKS TROT.
G, Golf, GOLF.
H, Hotel, HOH TELL.
I, India, IN DEE AH.
J, Juliett, JEW LEE ETT.
K, Kilo, KEY LOH.
L, Lima, LEE MAH.
M, Mike, MIKE.
N, November, NO VEMBER.
O, Oscar, OSS CAH.
P, Papa, PAH PAH.
Q, Quebec, KEH BECK.
R, Romeo, ROW ME OH.
S, Sierra, SEE AIRRAH.
T, Tango, TANG OH.
U, Uniform, YOU NEE FORM.
V, Victor, VIK TAH.
W, Whiskey, WISS KEY.
X, X-ray, ECKS RAY.
Y, Yankee, YANG KEY.
Z, Zulu, ZOO LOO.

Hacker Public Radio

Correspondent: Some Guy On The Internet. Host ID: 391 E-mail: Lyunpaw@gmail.com

  • use hpr391 as the subject for all emails. If not, junk filter.

license: Creative Commons Attribution-ShareAlike 4.0 International

Shows:

  1. In GNU/Linux, there is no "diversity", we're all just data.

  2. Embrace Firefox

  3. HP Laptop with AMD Ryzen 3 Mobile with Radeon Graphics

  4. Poisoning The Well

  5. let's talk about Thunderbird

Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.


Comments

Subscribe to the comments RSS feed.

Comment #1 posted on 2021-06-29 12:47:32 by bjb

hpr3357 :: My terminal journey, part 02. - feedback/comment

I loved listening to your talk - as a long-time debian-based distro user I learned some things about apt - thank you - plus the recording was well done (good sound levels, clear, no background noise) and you explain things really well. Thanks! Having the show notes is an extra nice bonus.

Comment #2 posted on 2021-07-08 04:21:52 by Some Guy On The Internet

apt-mark hold

Perfect time for: ``` $ sudo apt-mark hold audacity; sudo apt-mark showhold ```

Leave Comment

Note to Verbose Commenters
If you can't fit everything you want to say in the comment below then you really should record a response show instead.

Note to Spammers
All comments are moderated. All links are checked by humans. We strip out all html. Feel free to record a show about yourself, or your industry, or any other topic we may find interesting. We also check shows for spam :).

Provide feedback
Your Name/Handle:
Title:
Comment:
Anti Spam Question: What does the letter P in HPR stand for?
Are you a spammer?
What is the HOST_ID for the host of this show?
What does HPR mean to you?