Ven
Posts: 6
Joined: Sat Mar 02, 2013 4:49 pm

New to Linux, two quick questions

Sat Mar 02, 2013 5:05 pm

Hello,

I'm fairly competent computer user but I'm new to Linux.

I recently obtained a Raspberry Pi, and was able to successfully set up Raspbian OS, and get internet working.

Two things I want to achieve but don't know how.

1) How do I change the resolution on my monitor? When I try to select Monitor Settings in the start menu, it says "unable to get monitor information".

2) How do I install software? I have some software, but it's in a format called tar.bz2.

Cloudcentric
Posts: 982
Joined: Fri Sep 14, 2012 9:13 am

Re: New to Linux, two quick questions

Sat Mar 02, 2013 5:17 pm

Software is installed from the Raspbian Repository via command line apt-get or the apt-get GUI called Synaptic Package Manager, the majority of software needs to be compiled for ARMv6 architecture, you can not grab any software which states it is for Linux as quite a lot is compiled for x86 architecture. This link may or may not help:

http://debianarmpi.blogspot.co.uk

To configure the screen see:

http://elinux.org/RPiconfig
I know everything about nothing"

User avatar
PeterO
Posts: 5877
Joined: Sun Jul 22, 2012 4:14 pm

Re: New to Linux, two quick questions

Sat Mar 02, 2013 5:28 pm

Cloudcentric wrote:Software is installed from the Raspbian Repository via command line apt-get or the apt-get GUI called Synaptic Package Manager,
All of the software available via those methods is already compiled for the correct architecture and is ready to run on the RPI.
PeterO
Discoverer of the PI2 XENON DEATH FLASH!
Interests: C,Python,PIC,Electronics,Ham Radio (G0DZB),1960s British Computers.
"The primary requirement (as we've always seen in your examples) is that the code is readable. " Dougie Lawson

Ven
Posts: 6
Joined: Sat Mar 02, 2013 4:49 pm

Re: New to Linux, two quick questions

Sat Mar 02, 2013 5:32 pm

Thank you for your replies.

I knew that Raspberry pi had ARM architecture and expect it might be an issue with some software.

paulie
Posts: 275
Joined: Thu Jan 19, 2012 6:51 pm

Re: New to Linux, two quick questions

Sat Mar 02, 2013 8:37 pm

In Debian-based distributions (including Raspbian), the most common package manager is called 'Apt'.
There are a number of front-ends to Apt, if you prefer not to use the command line,(e.g Aptitude ).

/etc/apt/sources.list is where the URLs of the sources are stored.

For more info, the man pages are your friend (& pp40-44 Raspberry Pi user guide)
It has been my custom to use Xeyes

Return to “Beginners”