updated apt-get usages to just use apt
authorChris Koeritz <fred@gruntose.com>
Fri, 31 Aug 2018 17:38:16 +0000 (13:38 -0400)
committerChris Koeritz <fred@gruntose.com>
Fri, 31 Aug 2018 17:38:16 +0000 (13:38 -0400)
12 files changed:
documentation/makefile
experiments/vnc/dot.vnc/xstartup.008
experiments/vnc/dot.vnc/xstartup.009
experiments/vnc/dot.vnc/xstartup.010
experiments/vnc/dot.vnc/xstartup.011
experiments/vnc/dot.vnc/xstartup.012
infobase/configuration/vim/dot.vimrc
readme.txt
scripts/core/functions.sh
scripts/modem/reinstall_dgcmodem_driver.sh
scripts/system/naive_system_updater.sh
walrus/utilities/archiving/archiving_utilities.txt

index 30fa8229a2a0def7ea2fe388b6bfc4fbd2667345..46a53e9fc16d4c4ecbf5944fc8fce559357b828a 100644 (file)
@@ -19,7 +19,7 @@ if [ $$? -ne 0 ]; then \
   echo failed to run doxygen on our configuration file.; \
   echo perhaps it is not installed?; \
   echo these are the ubuntu install steps:; \
   echo failed to run doxygen on our configuration file.; \
   echo perhaps it is not installed?; \
   echo these are the ubuntu install steps:; \
-  echo   sudo apt-get install doxygen graphviz; \
+  echo   sudo apt install doxygen graphviz; \
 echo and something else, uhhh....; \
 echo oy; \
 fi \
 echo and something else, uhhh....; \
 echo oy; \
 fi \
index a6d4d2612783346d2d2f2fa986a6007abf1536a0..7f659227e76a0110db6dd9b03dadade7b7c7352f 100755 (executable)
@@ -4,7 +4,7 @@
 
 # this script depends on the gnome desktop.  to install the minimal
 # parts of gnome needed (as far as i know), run this command:
 
 # this script depends on the gnome desktop.  to install the minimal
 # parts of gnome needed (as far as i know), run this command:
-#   sudo apt-get install gnome-panel gnome-settings-daemon metacity nautilus gnome-terminal 
+#   sudo apt install gnome-panel gnome-settings-daemon metacity nautilus gnome-terminal 
 
 # references:
 #   best? https://askubuntu.com/questions/475023/how-to-make-vnc-server-work-with-ubuntu-desktop-without-xfce
 
 # references:
 #   best? https://askubuntu.com/questions/475023/how-to-make-vnc-server-work-with-ubuntu-desktop-without-xfce
index 1eb6fd4cd51ccd005e61bda00c4ae5f71af8c262..8f00477349182ae4ae2df6c4d9f59235d203bd79 100755 (executable)
@@ -4,7 +4,7 @@
 
 # this script depends on the gnome desktop.  to install the minimal
 # parts of gnome needed (as far as i know), run this command:
 
 # this script depends on the gnome desktop.  to install the minimal
 # parts of gnome needed (as far as i know), run this command:
-#   sudo apt-get install gnome-panel gnome-settings-daemon metacity nautilus gnome-terminal kwalletmanager
+#   sudo apt install gnome-panel gnome-settings-daemon metacity nautilus gnome-terminal kwalletmanager
 
 # references:
 #   best? https://askubuntu.com/questions/475023/how-to-make-vnc-server-work-with-ubuntu-desktop-without-xfce
 
 # references:
 #   best? https://askubuntu.com/questions/475023/how-to-make-vnc-server-work-with-ubuntu-desktop-without-xfce
index 6330427c2d396e1f96c12d569ef30a3c03059998..a2b65d97af7813166c71df00c007d6721614d9ef 100755 (executable)
@@ -4,7 +4,7 @@
 
 # this script depends on the gnome desktop.  to install the minimal
 # parts of gnome needed (as far as i know), run this command:
 
 # this script depends on the gnome desktop.  to install the minimal
 # parts of gnome needed (as far as i know), run this command:
-#   sudo apt-get install gnome-panel gnome-settings-daemon gnome-terminal kwalletmanager metacity nautilus
+#   sudo apt install gnome-panel gnome-settings-daemon gnome-terminal kwalletmanager metacity nautilus
 
 # references:
 #
 
 # references:
 #
index 8dc54aaed941358eaefc6c30655df8e55f4e0bf6..b3f1a654aebdb2cfda90b3af59837a198c0f23b2 100755 (executable)
@@ -4,7 +4,7 @@
 
 # this script depends on the gnome desktop.  to install the minimal
 # parts of gnome needed (as far as i know), run this command:
 
 # this script depends on the gnome desktop.  to install the minimal
 # parts of gnome needed (as far as i know), run this command:
-#   sudo apt-get install gnome-panel gnome-settings-daemon gnome-terminal kwalletmanager metacity nautilus
+#   sudo apt install gnome-panel gnome-settings-daemon gnome-terminal kwalletmanager metacity nautilus
 
 # references:
 #
 
 # references:
 #
index 7e5fc79b05688b261977d5b55e5863a2d08c2ecd..d81e5cc2dfa20a27f4b5e1d012181f7e906e8297 100755 (executable)
@@ -10,7 +10,7 @@
 # this script depends on the gnome desktop.  to install the minimal
 # parts of gnome needed (as far as i know), run this command:
 #
 # this script depends on the gnome desktop.  to install the minimal
 # parts of gnome needed (as far as i know), run this command:
 #
-#   sudo apt-get install gnome-panel gnome-settings-daemon gnome-terminal kwalletmanager metacity nautilus
+#   sudo apt install gnome-panel gnome-settings-daemon gnome-terminal kwalletmanager metacity nautilus
 
 # references:
 #
 
 # references:
 #
index f8fe7a21b8acfbc50beb83099c2b3b4dc8d4d895..7e861cdf6e76aa7a6596877295a4b3ef6eee4c3b 100644 (file)
@@ -2,7 +2,7 @@
 " this file is an example .vimrc for the vim editor.  it should be in your home directory.
 "
 " also, this config uses the elflord color scheme.  this may require installing the full
 " this file is an example .vimrc for the vim editor.  it should be in your home directory.
 "
 " also, this config uses the elflord color scheme.  this may require installing the full
-" vim package, e.g.: sudo apt-get install vim
+" vim package, e.g.: sudo apt install vim
 
 " cranks up the register saved buffer size to 1000 lines, since otherwise the cut buffer will only
 " preserve the default 50 lines for a paste to another file.  this makes all registers go up to
 
 " cranks up the register saved buffer size to 1000 lines, since otherwise the cut buffer will only
 " preserve the default 50 lines for a paste to another file.  this makes all registers go up to
index b042ed8cde65a9de3d1f6bed22e6b8fdb701e785..7d78391e8e32676d1f303bde6873421fa8ffa1ee 100644 (file)
@@ -56,10 +56,10 @@ How to install the feisty meow script dependencies
 
 A couple of perl modules are required by some of the scripts (including the
 differ utility and the feisty meow customization system).  They can be
 
 A couple of perl modules are required by some of the scripts (including the
 differ utility and the feisty meow customization system).  They can be
-installed with either apt-get or CPAN.
+installed with either apt or CPAN.
 
 
-Install using apt-get (on Ubuntu or Debian-based OS):
-$ sudo apt-get install libfile-which-perl libtext-diff-perl
+Install using apt (on Ubuntu or Debian-based OS):
+$ sudo apt install libfile-which-perl libtext-diff-perl
 
 or Install using perl's CPAN:
 $ sudo cpan install Text::Diff File::Which
 
 or Install using perl's CPAN:
 $ sudo cpan install Text::Diff File::Which
@@ -87,7 +87,7 @@ These dependencies are used for building the applications, tools and tests
 in the "nucleus", "octopi", "graphiq" and other C++ collections.
 
 | Ubuntu / Debian:
 in the "nucleus", "octopi", "graphiq" and other C++ collections.
 
 | Ubuntu / Debian:
-| $ sudo apt-get install build-essential librtmp-dev libcurl4-gnutls-dev libssl-dev
+| $ sudo apt install build-essential librtmp-dev libcurl4-gnutls-dev libssl-dev
 
 | Centos / Redhat / Fedora:
 | $ sudo yum install gcc gcc-c++ openssl-devel.x86_64 curl-devel
 
 | Centos / Redhat / Fedora:
 | $ sudo yum install gcc gcc-c++ openssl-devel.x86_64 curl-devel
index 19316ccf092dd0f0cf78ef742695c631e5d015de..63dd239d17d4c94dda0b999e82b73920db007184 100644 (file)
@@ -532,7 +532,7 @@ we will skip recustomization, but these other customizations are available:
 
     local fail_message="\n
 are the perl dependencies installed?  if you're on ubuntu or debian, try this:\n
 
     local fail_message="\n
 are the perl dependencies installed?  if you're on ubuntu or debian, try this:\n
-    $(grep "apt-get.*perl" $FEISTY_MEOW_APEX/readme.txt)\n
+    $(grep "apt.*perl" $FEISTY_MEOW_APEX/readme.txt)\n
 or if you're on cygwin, then try this (if apt-cyg is available):\n
     $(grep "apt-cyg.*perl" $FEISTY_MEOW_APEX/readme.txt)\n";
 
 or if you're on cygwin, then try this (if apt-cyg is available):\n
     $(grep "apt-cyg.*perl" $FEISTY_MEOW_APEX/readme.txt)\n";
 
index 57db708c1a9ff09616f651511afdc0cbed615e5e..c0199c1a44d1bf71c1dcd58eaefa872ad8a59437 100755 (executable)
@@ -2,7 +2,7 @@
 
 THIS_FOLDER="$( \cd "$(\dirname "$0")" && /bin/pwd )"
 pushd $THIS_FOLDER/modem_driver/*
 
 THIS_FOLDER="$( \cd "$(\dirname "$0")" && /bin/pwd )"
 pushd $THIS_FOLDER/modem_driver/*
-sudo apt-get remove dgcmodem
+sudo apt remove dgcmodem
 dpkg -i dgcmodem_1.13_i386.deb
 popd
 
 dpkg -i dgcmodem_1.13_i386.deb
 popd
 
index cf9cbf898228ec2908c65cef9673fd5ce8aa4232..7be9d658f0a71426f00040af37be3f81652a702d 100644 (file)
@@ -1,15 +1,15 @@
 
 source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh"
 
 
 source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh"
 
-sudo apt-get update -y
-exit_on_error "problem while doing 'apt-get update'"
+sudo apt update -y
+exit_on_error "problem while doing 'apt update'"
 
 # newest magic to tell dpkg to go with existing config files and force non-interactive version.
 sudo bash -c "\
   export DEBIAN_FRONTEND=noninteractive; \
 
 # newest magic to tell dpkg to go with existing config files and force non-interactive version.
 sudo bash -c "\
   export DEBIAN_FRONTEND=noninteractive; \
-  apt-get dist-upgrade -y -o Dpkg::Options::=\"--force-confdef\" \
+  apt dist-upgrade -y -o Dpkg::Options::=\"--force-confdef\" \
      -o Dpkg::Options::=\"--force-confold\"; \
 "
      -o Dpkg::Options::=\"--force-confold\"; \
 "
-exit_on_error "problem while doing 'apt-get dist-upgrade'"
+exit_on_error "problem while doing 'apt dist-upgrade'"
 
 
 
 
index 1b00845564a24ec528b5d9ee7aa1fa9ad6514495..1ab39f27860f149cd507fbcabefb1108c2cbb754 100644 (file)
@@ -1,7 +1,7 @@
 
 infozip: source for infozip version of zip and unzip.
 found in most modern linux distributions already, like:
 
 infozip: source for infozip version of zip and unzip.
 found in most modern linux distributions already, like:
-  sudo apt-get install zip unzip
+  sudo apt install zip unzip
 http://www.info-zip.org/
 
 tar and gzip are of course old favorites and use by many.
 http://www.info-zip.org/
 
 tar and gzip are of course old favorites and use by many.