blinglmka.blogg.se

Ubuntu start nomachine server command line
Ubuntu start nomachine server command line






ubuntu start nomachine server command line

deb file and installation will start automatically. Visit folder such as ~/Downloads/ or /tmp/. # dpkg -i -R /nfs/pkgs/ubuntu-builds/ A note about GUI tools

ubuntu start nomachine server command line

$ sudo dpkg -i -R /nfs/pkgs/ubuntu-builds/ Recursively handle and install all regular files matching pattern *.deb found at /nfs/pkgs/ubuntu-builds/ directory and all of its subdirectories, type: Install all packages from /nfs/pkgs/ubuntu-builds directory Say you downloaded a deb file named atop_2.3.0-1_b: # apt-get install -f How do I install a atop_2.3.0-1_b file via the bash command line? Type the following command to install the package:

ubuntu start nomachine server command line

In this example, b is kept in /tmp directory: Open a terminal and then cd to directory where b is kept. To install a single package file called /tmp/b type the following commands. Configuration Item: APT::Get::Fix-Broken. Use of this option together with -m may produce an error in some situations. It is possible that a system’s dependency structure can be so corrupt as to require manual intervention (which usually means using dpkg –remove to eliminate some of the offending packages). The option is sometimes necessary when running APT for the first time APT itself does not allow broken package dependencies to exist on a system. If packages are specified, these have to completely correct the problem. This option, when used with install/remove, can omit any packages to permit APT to deduce a likely solution. From the man pageįix attempt to correct a system with broken dependencies in place. b’ command which try to fix system by installing much needed and missing dependencies. Make sure you run the following command using the ‘sudo dpkg -i. path/to/dir/name/with/lots/of/dot-deb-files/ must refer to a directory instead of b file name. -R or -recursive : Recursively installed all *.deb files found at specified directories and all of its sub-directories.Dpkg -i -R /path /to /dir /name /with /lots /of /dot-deb-files / dpkg -i -recursive /path /to /dir /name /with /lots /of /dot-deb-files / # Attempt to correct a system with broken dependencies in place by # passing the '-f' option to the apt-get # sudo apt-get install -f # OR # sudo apt install -f








Ubuntu start nomachine server command line