Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Getting That Piece of Software to Run on Your L...
Search
Arash Badie Modiri
March 09, 2012
Technology
1
94
Getting That Piece of Software to Run on Your Linux Device
Where to find a software and how to install it on your Linux Distro (assumed Debian-based)
Arash Badie Modiri
March 09, 2012
Tweet
Share
More Decks by Arash Badie Modiri
See All by Arash Badie Modiri
Directed Percolation in Temporal Networks (CCS 2021)
arashbm
0
170
Reachability estimation in temporal networks
arashbm
1
61
Error and Attack Tolerance in Public Transport Networks: A Temporal Networks Approach
arashbm
2
47
Community detection in Multilayer Networks
arashbm
0
94
History of Subatomic Physics
arashbm
0
93
Nanowires
arashbm
0
150
Filesystem Permissions in Linux/Unix
arashbm
1
97
Using Linux/Unix Shell
arashbm
3
230
Getting Started on Ubuntu
arashbm
2
150
Other Decks in Technology
See All in Technology
関係性が駆動するアジャイル──GPTに人格を与えたら、対話を通してふりかえりを習慣化できた話
mhlyc
0
130
How to achieve interoperable digital identity across Asian countries
fujie
0
140
From Prompt to Product @ How to Web 2025, Bucharest, Romania
janwerner
0
120
Why Governance Matters: The Key to Reducing Risk Without Slowing Down
sarahjwells
0
120
フルカイテン株式会社 エンジニア向け採用資料
fullkaiten
0
9.1k
英語は話せません!それでも海外チームと信頼関係を作るため、対話を重ねた2ヶ月間のまなび
niioka_97
0
130
Trust as Infrastructure
bcantrill
1
370
小学4年生夏休みの自由研究「ぼくと Copilot エージェント」
taichinakamura
0
530
実装で解き明かす並行処理の歴史
zozotech
PRO
1
620
社内お問い合わせBotの仕組みと学び
nish01
1
510
"プロポーザルってなんか怖そう"という境界を超えてみた@TSUDOI by giftee Tech #1
shilo113
0
150
Goに育てられ開発者向けセキュリティ事業を立ち上げた僕が今向き合う、AI × セキュリティの最前線 / Go Conference 2025
flatt_security
0
360
Featured
See All Featured
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Writing Fast Ruby
sferik
629
62k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.5k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
2.7k
The Power of CSS Pseudo Elements
geoffreycrofte
79
6k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
358
30k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
37
2.6k
Optimizing for Happiness
mojombo
379
70k
The Cost Of JavaScript in 2023
addyosmani
53
9k
Building a Modern Day E-commerce SEO Strategy
aleyda
43
7.7k
Rebuilding a faster, lazier Slack
samanthasiow
84
9.2k
Transcript
Getting That Piece of Software to Run on Your Device
Part Zero: How to Find 'em? Part One: The Package Manager Part Two: Compiling From Source, The Hard Way
Q: Where shall I buy the CD? A: Almost nowhere.
http://shop.sito.ir ۴۴۰۰۰۷۵۱
http://google.com/
Repository software-sources apt-add-repository /etc/apt/sources.list
$ sudo apt-get install XYZ
$ sudo apt-get update $ sudo apt-get upgrade
Bleeding edge? Not available in repos?
.deb Double-click!
Compiling from Source
It says Read Me! So please read it!
Google “Installing XYZ on ubuntu” before compiling froum source!
Take care of dependencies
The Ritual $ ./configure $ make $ sudo make install
None
What's new?
Ubuntu 12.04 Beta 1
RC6 enabled by default for Sandy Bridge
None