i installed ubuntu for chromeos but it did not come with apt-get. - ubuntu-14.04

i installed ubuntu for chromeos but it did not come with apt-get.
I am using chromeos.
Uname -a output is armv71.
I installed ubuntu 14.04.

sudo enter-chroot
must access proper file location
clearly dont understand file architecture must work on
https://github.com/dnschneid/crouton/issues/1533

Related

Cannot upgrade libc6, "Already newest version"

I have recently installed Linux Mint on a new machine and I am trying to download virtual box.
The problem is it won't download because of this error:
Error: Dependency is not satisfiable: libc6 (>=2.27)
When I run:
sudo apt-get install libc6
It tells me
libc6 is already the newest version (2.23-0ubuntu10).
When I update the cache of my software sources I get the message that it could not download all repository indexes so I assume it might be related to that but I have no idea how to fix it.
Sometimes it happens when you try to run the wrong version (build) of the application in your system.
As an example, the current Virtualbox version is 6.1.22. And I download it for the Ubuntu 19.10 / 20.04 / 20.10 / 21.04 host because there is no separate download link available for Linux Mint distribution. But my Linux Mint distribution is 19.3 cinnamon and Mint 19.3 is based on Ubuntu 18.04 LTS. So, the Virtualbox version which is built for Ubuntu 20.04, 20.10, 21.04 is not going to work for the distribution which is using Ubuntu 18.04. This is the reason for getting ( Error: Dependency is not satisfiable: libc6 (>=2.29) ) error.
When I downloaded the Virtualbox which is particularly built for Ubuntu 18.04 everything worked fine :)
For more clarity watch this video https://www.youtube.com/watch?v=1K2zx32tBwA
OR, just download the VirtualBox from the Software Center. that will work fine too.
I couldn't solve the issue but I managed to download virtual box through the software manager.

Oprofile install on ubuntu 15.04 - no binary found in /usr/bin

I am trying to install oprofile on my ubuntu 15.04 by following the link:
Getting started with oprofile on Ubuntu
On my the other laptop whcih is running on ubuntu 14.04, it works well.
I can find the binary under /usb/bin directory.
However, I dont know why after typing the apt-get command
sudo apt-get update && sudo apt-get install oprofile
My ubuntu 15.04 still doesn't have oprofiled & opcontrol binary in /usr/bin.
Is there anyway I could check with?
Thanks
===================post updated =======================
Ubuntu 15.04 comes with oprofile 1.0.0, which no longer uses the opcontrol and oprofiled commands. If you want to follow that tutorial, install 0.9.9 from source code. oprofile download page on SourceForge.

installing specific packages on ns2

I want to install ns2 on my computer. After trying in some ways like:installing on Ubuntu 13.10, or installing via cygwin on 64 bits windows 7, I faced with problems such as unable to find ns.exe in ns-2.26 or other versions directory of cygwin. Now I've installed win XP sp3 on VMware, and ns2 on cygwin in this windows environment. Now most of those problems(with Ubuntu 13.10 or cygwin on win7) are solved but i need to have these packages "XFree86"(all of them) and "mansim" on ns2 (v2.26). The problem here, is that i don't know where and how can i download and install them and not sure whether it's possible or not. I've googled it but can't find useful idea. Thanks in advance and sorry for bad English.
Solved you say? Why then be interested in the year 2002 XFree86?
I.e. XFree86 hasn't been used in a new OS release since then : Redhat 9 and other OS´s from that year. (The latest OS with XFree86 was RHEL3, based on Redhat 9.)
Cygwin: If you have X (The GUI Desktop), you also have the "x-packages". (xorg-***, libX*)
Ubuntu: You'd usually not download software. 'apt' is used for that.
$ sudo apt-get update
$ sudo apt-get install g++ g++-4.4 autoconf libtool libxmu-dev xgraph
.... When 'libxmu-dev' is installed, you have all the required X-libraries for ns2.
Mannasim: There's an old patch for ns-2.29.3.
But what we mostly use today is the patch for ns-2.35. Or the complete "ns235-mannasim":
$ git clone git://github.com/paultsr/ns-allinone-2.35.git
Mannasim INFO:
http://www.linuxquestions.org/questions/tags/mannasim/
https://groups.google.com/forum/?fromgroups#!searchin/ns-users/mannasim|sort:date

Install Marklogic centos virtualbox vm

I recently set up a CentOS 6.4 basic LAMP server (no GUI) in a pre-built Virtualbox image, and then followed the installation guide/steps for MarkLogic.
When I attempt install with rpm -i /tmp/MarkLogic-8.0-1.x86_64.rpm, MarkLogic states that it cannot find libc.so.6, however when I run the command whereis libc.so.6, the shell responds with /lib64/libc.so.6
I would make a symbolic link I suppose, but I'm not sure where MarkLogic is expecting that file to be.
Does anyone have experience installing MarkLogic on Centos6 and how to verify the install is working properly? While ML gave some good instructions, I am very new to CentOS and Redhat, in general.
Running the following yum command before installing MarkLogic should be sufficient normally:
yum -y install glibc.i686 gdb.x86_64 redhat-lsb.x86_64
You can also look at this and related scripts for more inspiration:
https://github.com/grtjn/mlvagrant/blob/master/opt/mlvagrant/install-ml-centos.sh#L17
HTH!

Cisco Packet Tracer didn't run after install in Debian 32bit

I have install Cisco Packet Tracer 6.0.1 on Debian Wheezy x86(32bit).
But when I start, Packet Tracer didn't run.
When I try start through terminal "/usr/local/PacketTracer6/packettracer", then appear message 'Starting Packet Tracer 6.0.1' and didn't run too.
Did I make mistake?
BTW, I install like this:
chmod -x CiscoPacketTracer
./CiscoPacketTracer
Thanks for your attention :D
You must have the libc6 version 2.15..
i have Cruchbang with the same repos of Debian Wheezy and the version is 2.13 you have to update to that version.
I faced exactly similar output. I had installed it using normal user. Installing it via super user worked. Also I changed the installation directory to be /opt/pt (which is default if you don't specify otherwise).
run this command "sudo apt install libqt5xml5 libqt5webkit5 libqt5multimedia5 libqt5printsupport5 libqt5script5"
you can read tutorial in my article How to Fix Packettracer 7.11 Not Start Ubuntu 18.04

Resources