Installing Chromium on Raspberry Pi running Arch linux with pacman [closed] - linux

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 8 years ago.
Improve this question
I have a Raspberry Pi running: Linux 3.10.35-1-ARCH
How do I install the chromium web browser? I have tried the following:
pacman -Syyu
Followed by
pacman -S chromium
error: target not found: chromium
When I've downloaded the 'google-chrome-dev' from AUR it says:
==> ERROR: google-chrome-dev is not available for the 'armv6h' architecture.
Note that many packages may need a line added to their PKGBUILD
such as arch=('armv6h').
I'm beginning to think that chromium doesn't exist on Arch linux. Any thought on how to install it?

You are right. The ARM version of ArchLinux only has packages to armv7.
You can try to compile it using makepkg or packer, but I wouldn't be surprised if this would take hours/days...
If you want to try, download this file to some directory and run in the same path
$ makepkg

try pacman -S chromium-browser

Related

Package 'libpng12-0' has no installation candidate Ubuntu 18.0.4 [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 4 years ago.
Improve this question
I'm trying to install WPS office and it depends on libpng12-0 which I can't install due to "Package 'libpng12-0' has no installation candidate
". I'm running Ubuntu 18.0.4 LTS.
... trying to install WPS office and it depends on libpng12-0
You can use the Ubuntu 16.04 package http://se.archive.ubuntu.com/ubuntu/pool/main/libp/libpng/libpng12-0_1.2.54-1ubuntu1_amd64.deb
Download, and install ...
sudo gdebi Downloads/libpng12-0_1.2.54-1ubuntu1_amd64.deb

Yum command is not working in fedora, when i removed the libacl package? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
During updating fedora, due to error: multilib protected version found, i tried to remove and install libacl package, but when i remove libacl package using rpm --erase --nodeps libacl, yum commands stops working and i am unable to install libacl again , running yum gives this error:-
There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:
libacl.so.1: cannot open shared object file: No such file or directory
Please install a package which provides this module, or
verify that the module is installed correctly.
It's possible that the above module doesn't match the
current version of Python, which is:
2.7.5 (default, Nov 12 2013, 16:18:42)
[GCC 4.8.2 20131017 (Red Hat 4.8.2-1)]
If you cannot solve this problem yourself, please go to
the yum faq at:
http://yum.baseurl.org/wiki/Faq
Not only yum but when i fire any command in the terminal it gives this error:-
error while loading shared libraries: libacl.so.1: cannot open shared object file: No such file or directory
Due to this I am not able to install any package manually using rpm command, Someone please give me some ideas?
Manually download libacl RPM and do rpm2cpio packagefile.rpm | cpio -div and then manually copy libacl.so.1 to where it should be. Then install the RPM properly. After that, don't use --nodeps again, unless you're sure you know what you're doing! ;)

how to install yum package on linux RHEL 4? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
when i run root#localhost# yum install package_name command on linux terminal it gives:
bash: yum: command not found
because i don't have yello update and modifier package install on my linux . for that i mount my linux iso disc.and write command
root#localhost# cd /meida/RHEL_4/i386/ Disk/ 1/
root#localhost RHEL_4 i386 Disk 1# ls
but there is no package directory. and i didn't find any http url form downloading(wget) yum.x.x.x.rpm. i have linux RHEL 4 AS version installed. plz help
Yum is not compatible with RHEL 4 (FOR RHN Stuff). They don't officially ship yum with rhel4 instead use legacy 'up2date' utility. up2date is similar to yum but far less featured package management utility but good in dependency resolution. It resolves the packages dependencies in same way, yum do.
Anyway, You can get the rpm package here, http://dl.fedoraproject.org/pub/epel...oview/yum.html. Just download it and install using rpm -ivh command. don't expect, yum will download the packages from RHN. to sync with rhn you still have to use up2date.

Linux Distribution with G++ installed [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I am having a bit of a nightmare running up an Ubuntu distribution on an offline machine. Can anyone advise a distribution of Linux with G++ (or the contents of the build essential ubuntu package) as standard?
It is an absolute nightmare trying to download all the dependencies separately and I'm not getting on with Keryx at all. Many people have noted that build-essential package is available on the Ubuntu install CD but I can't find it on the 12.04 install CD using
sudo apt-get install build-essential
To those trying to close the question: This is programming related, I'm trying to get hold of g++ - comes under tools.

Moving from windows to ubuntu 12 linux for development [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
i am java developer, i used fully windows for development, now i want to move to ubuntu 12 for development, i even found difficult when i tried to install new software, its not that easy to install new software in Ubuntu ?.
1) In windows we just click it for installing software, so am i need to know commands in linux ?
i am almost new to linux,
2) what are the basic thing i need to know about linux(ubuntu) or where can i get info
(FOR DEVELOPMENT).
I used
1,Eclips
2,Jdk
3,Sts (spring IDE)
4, Android SDK, etc....
now i need these development tools for ubuntu, can i get these tools in one place.
THANKS
You can install Eclipse from apt-get: sudo apt-get install eclipse.
You can install the open source variation of the Java JDK with: sudo apt-get install openjdk-7-jdk.
Never used it, but I've seen many places where it has been installed in Ubuntu.
As for Android, you can install it pretty much the same way as you would in Windows.
Download it from: Android developer site
Get a dependency for 32 bit libs (if you are running 64 bit): apt-get install ia32-libs
Extract the tar file anywhere, and use the terminal 'cd' command to go into the 'tools' directory, then Use ./android inside.
Etc. As for all around Ubuntu help I urge you to visit http://ubuntuforums.org/forumdisplay.php?f=310 for Ubuntu programming or just the forums in general for Ubuntu help. You can also get a bunch of packages by searching apt-get with apt-cache search -what you want-, which can be handy for finding packages.

Resources