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 \
# 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
# 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
# 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:
#
# 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:
#
# 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:
#
" 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
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
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
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";
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
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; \
- apt-get dist-upgrade -y -o Dpkg::Options::=\"--force-confdef\" \
+ apt dist-upgrade -y -o Dpkg::Options::=\"--force-confdef\" \
-o Dpkg::Options::=\"--force-confold\"; \
"
-exit_on_error "problem while doing 'apt-get dist-upgrade'"
+exit_on_error "problem while doing 'apt dist-upgrade'"
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.